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>
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.
uint8 tstrM2MWifiRxPacketInfo::__PAD24__[3] |
Padding bytes for forcing 4-byte alignment
Definition at line 1521 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::au8BSSID[6] |
ZERO means DO NOT FILTER BSSID.
Definition at line 1511 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::au8DstMacAddress[6] |
ZERO means DO NOT FILTER Destination address.
Definition at line 1509 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::au8SrcMacAddress[6] |
ZERO means DO NOT FILTER Source address.
Definition at line 1507 of file m2m_types.h.
sint8 tstrM2MWifiRxPacketInfo::s8RSSI |
RSSI.
Definition at line 1519 of file m2m_types.h.
uint16 tstrM2MWifiRxPacketInfo::u16DataLength |
Data payload length (Header excluded).
Definition at line 1513 of file m2m_types.h.
uint16 tstrM2MWifiRxPacketInfo::u16FrameLength |
Total frame length (Header + Data).
Definition at line 1515 of file m2m_types.h.
uint32 tstrM2MWifiRxPacketInfo::u32DataRateKbps |
Data Rate in Kbps.
Definition at line 1517 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::u8CipherType |
Encryption type for the rx packet.
Definition at line 1505 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::u8FrameSubtype |
It must use values from tenuSubTypes.
Definition at line 1497 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::u8FrameType |
It must use values from tenuWifiFrameType.
Definition at line 1495 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::u8HeaderLength |
Frame Header length.
Definition at line 1503 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::u8Priority |
Priority from Wi-Fi header.
Definition at line 1501 of file m2m_types.h.
uint8 tstrM2MWifiRxPacketInfo::u8ServiceClass |
Service class from Wi-Fi header.
Definition at line 1499 of file m2m_types.h.