Public Attributes | List of all members
tstrM2MWifiRxPacketInfo Struct Reference

This struct contains the Wi-Fi RX Frame Header. The M2M application has the ability to allow Wi-Fi monitoring mode for receiving all Wi-Fi Raw frames matching a well defined filtering criteria. When a target Wi-Fi packet is received, the header information are extracted and assigned in this structure. More...

#include <m2m_types.h>

Public Attributes

uint8 __PAD24__ [3]
 
uint8 au8BSSID [6]
 
uint8 au8DstMacAddress [6]
 
uint8 au8SrcMacAddress [6]
 
sint8 s8RSSI
 
uint16 u16DataLength
 
uint16 u16FrameLength
 
uint32 u32DataRateKbps
 
uint8 u8CipherType
 
uint8 u8FrameSubtype
 
uint8 u8FrameType
 
uint8 u8HeaderLength
 
uint8 u8Priority
 
uint8 u8ServiceClass
 

Detailed Description

This struct contains the Wi-Fi RX Frame Header. The M2M application has the ability to allow Wi-Fi monitoring mode for receiving all Wi-Fi Raw frames matching a well defined filtering criteria. When a target Wi-Fi packet is received, the header information are extracted and assigned in this structure.

Definition at line 1494 of file m2m_types.h.

Member Data Documentation

◆ __PAD24__

uint8 tstrM2MWifiRxPacketInfo::__PAD24__[3]

Padding bytes for forcing 4-byte alignment

Definition at line 1521 of file m2m_types.h.

◆ au8BSSID

uint8 tstrM2MWifiRxPacketInfo::au8BSSID[6]

ZERO means DO NOT FILTER BSSID.

Definition at line 1511 of file m2m_types.h.

◆ au8DstMacAddress

uint8 tstrM2MWifiRxPacketInfo::au8DstMacAddress[6]

ZERO means DO NOT FILTER Destination address.

Definition at line 1509 of file m2m_types.h.

◆ au8SrcMacAddress

uint8 tstrM2MWifiRxPacketInfo::au8SrcMacAddress[6]

ZERO means DO NOT FILTER Source address.

Definition at line 1507 of file m2m_types.h.

◆ s8RSSI

sint8 tstrM2MWifiRxPacketInfo::s8RSSI

RSSI.

Definition at line 1519 of file m2m_types.h.

◆ u16DataLength

uint16 tstrM2MWifiRxPacketInfo::u16DataLength

Data payload length (Header excluded).

Definition at line 1513 of file m2m_types.h.

◆ u16FrameLength

uint16 tstrM2MWifiRxPacketInfo::u16FrameLength

Total frame length (Header + Data).

Definition at line 1515 of file m2m_types.h.

◆ u32DataRateKbps

uint32 tstrM2MWifiRxPacketInfo::u32DataRateKbps

Data Rate in Kbps.

Definition at line 1517 of file m2m_types.h.

◆ u8CipherType

uint8 tstrM2MWifiRxPacketInfo::u8CipherType

Encryption type for the rx packet.

Definition at line 1505 of file m2m_types.h.

◆ u8FrameSubtype

uint8 tstrM2MWifiRxPacketInfo::u8FrameSubtype

It must use values from tenuSubTypes.

Definition at line 1497 of file m2m_types.h.

◆ u8FrameType

uint8 tstrM2MWifiRxPacketInfo::u8FrameType

It must use values from tenuWifiFrameType.

Definition at line 1495 of file m2m_types.h.

◆ u8HeaderLength

uint8 tstrM2MWifiRxPacketInfo::u8HeaderLength

Frame Header length.

Definition at line 1503 of file m2m_types.h.

◆ u8Priority

uint8 tstrM2MWifiRxPacketInfo::u8Priority

Priority from Wi-Fi header.

Definition at line 1501 of file m2m_types.h.

◆ u8ServiceClass

uint8 tstrM2MWifiRxPacketInfo::u8ServiceClass

Service class from Wi-Fi header.

Definition at line 1499 of file m2m_types.h.


The documentation for this struct was generated from the following file:


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03