WINC1500 IoT Software APIs: tstrM2MWifiRxPacketInfo Struct Reference

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
tstrM2MWifiRxPacketInfo Struct Reference

Data Fields

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

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.

Field Documentation

◆ u8FrameType

uint8 u8FrameType

It must use values from tenuWifiFrameType.

◆ u8FrameSubtype

uint8 u8FrameSubtype

It must use values from tenuSubTypes.

◆ u8ServiceClass

uint8 u8ServiceClass

Service class from Wi-Fi header.

◆ u8Priority

uint8 u8Priority

Priority from Wi-Fi header.

◆ u8HeaderLength

uint8 u8HeaderLength

Frame Header length.

◆ u8CipherType

uint8 u8CipherType

Encryption type for the rx packet.

◆ au8SrcMacAddress

uint8 au8SrcMacAddress[6]

◆ au8DstMacAddress

uint8 au8DstMacAddress[6]

◆ au8BSSID

uint8 au8BSSID[6]

◆ u16DataLength

uint16 u16DataLength

Data payload length (Header excluded).

◆ u16FrameLength

uint16 u16FrameLength

Total frame length (Header + Data).

◆ u32DataRateKbps

uint32 u32DataRateKbps

Data Rate in Kbps.

◆ s8RSSI

sint8 s8RSSI

RSSI.

◆ __PAD24__

uint8 __PAD24__[3]

Padding bytes for forcing 4-byte alignment

Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13