NetBurner 3.1
tstrM2MWifiRxPacketInfo Struct Reference

Wi-Fi RX Frame Header. More...

#include <m2m_types.h>

Public Attributes

uint8 u8FrameType
 
uint8 u8FrameSubtype
 
uint8 u8ServiceClass
 
uint8 u8Priority
 
uint8 u8HeaderLength
 
uint8 u8CipherType
 
uint16 u16DataLength
 
uint16 u16FrameLength
 
uint32 u32DataRateKbps
 
sint8 s8RSSI
 
uint16 u16SeqNo
 
uint8 __PAD24__ [1]
 

Detailed Description

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.

Member Data Documentation

◆ __PAD24__

uint8 tstrM2MWifiRxPacketInfo::__PAD24__[1]

Padding bytes for forcing 4-byte alignment

◆ s8RSSI

sint8 tstrM2MWifiRxPacketInfo::s8RSSI

RSSI.

◆ u16DataLength

uint16 tstrM2MWifiRxPacketInfo::u16DataLength

Data payload length (Header excluded).

◆ u16FrameLength

uint16 tstrM2MWifiRxPacketInfo::u16FrameLength

Total frame length (Header + Data).

◆ u16SeqNo

uint16 tstrM2MWifiRxPacketInfo::u16SeqNo

Frame Seq Number.

◆ u32DataRateKbps

uint32 tstrM2MWifiRxPacketInfo::u32DataRateKbps

Data Rate in Kbps.

◆ u8CipherType

uint8 tstrM2MWifiRxPacketInfo::u8CipherType

Encryption type for the rx packet.

◆ u8FrameSubtype

uint8 tstrM2MWifiRxPacketInfo::u8FrameSubtype

It must use values from tenuSubTypes.

◆ u8FrameType

uint8 tstrM2MWifiRxPacketInfo::u8FrameType

It must use values from tenuWifiFrameType.

◆ u8HeaderLength

uint8 tstrM2MWifiRxPacketInfo::u8HeaderLength

Frame Header length.

◆ u8Priority

uint8 tstrM2MWifiRxPacketInfo::u8Priority

Priority from Wi-Fi header.

◆ u8ServiceClass

uint8 tstrM2MWifiRxPacketInfo::u8ServiceClass

Service class from Wi-Fi header.


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