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

tstrM2MWifiTxPacketInfo Struct Reference

tstrM2MWifiTxPacketInfo Struct Reference
[DataTypes]

Wi-Fi TX Packet Info. More...

#include <m2m_types.h>

Data Fields

uint16 u16PacketSize
uint16 u16HeaderLength

Detailed Description

Wi-Fi TX Packet Info.

The M2M Application has the ability to compose a RAW Wi-Fi frames (under the application responsibility). When transmitting a Wi-Fi packet, the application must supply the firmware with this structure for sending the target frame.

Definition at line 1720 of file m2m_types.h.


Field Documentation

Wlan frame header length.

Definition at line 1725 of file m2m_types.h.

Wlan frame length.

Definition at line 1722 of file m2m_types.h.