Wi-Fi Tx Packet Info. More...
#include <m2m_types.h>
Public Attributes | |
uint16 | u16PacketSize |
uint16 | u16HeaderLength |
uint8 | u8IfcId |
uint8 | __PAD24__ [3] |
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.
uint8 tstrM2MWifiTxPacketInfo::__PAD24__[3] |
Padding bytes for forcing 4-byte alignment
uint16 tstrM2MWifiTxPacketInfo::u16HeaderLength |
Wlan frame header length.
uint16 tstrM2MWifiTxPacketInfo::u16PacketSize |
Wlan frame length.
uint8 tstrM2MWifiTxPacketInfo::u8IfcId |
Interface ID to which this frame belongs.