Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2MWifiRxPacketInfo Struct Reference

tstrM2MWifiRxPacketInfo Struct Reference
[DataTypes]

Wi-Fi RX Frame Header. More...

#include <m2m_types.h>

Data Fields

uint8 u8FrameType
uint8 u8FrameSubtype
uint8 u8ServiceClass
uint8 u8Priority
uint8 u8HeaderLength
uint8 u8CipherType
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.

Definition at line 1665 of file m2m_types.h.


Field Documentation

Padding bytes for forcing 4-byte alignment

Definition at line 1706 of file m2m_types.h.

RSSI.

Definition at line 1703 of file m2m_types.h.

Data payload length (Header excluded).

Definition at line 1694 of file m2m_types.h.

Total frame length (Header + Data).

Definition at line 1697 of file m2m_types.h.

Data Rate in Kbps.

Definition at line 1700 of file m2m_types.h.

Encryption type for the rx packet.

Definition at line 1682 of file m2m_types.h.

It must use values from tenuSubTypes.

Definition at line 1670 of file m2m_types.h.

It must use values from tenuWifiFrameType.

Definition at line 1667 of file m2m_types.h.

Frame Header length.

Definition at line 1679 of file m2m_types.h.

Priority from Wi-Fi header.

Definition at line 1676 of file m2m_types.h.

Service class from Wi-Fi header.

Definition at line 1673 of file m2m_types.h.