This struct contains the Wi-Fi TX Packet Info. The M2M Application has the ability to compose 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. More...
#include <m2m_types.h>
Public Attributes | |
uint16 | u16HeaderLength |
uint16 | u16PacketSize |
This struct contains the Wi-Fi TX Packet Info. The M2M Application has the ability to compose 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 1534 of file m2m_types.h.
uint16 tstrM2MWifiTxPacketInfo::u16HeaderLength |
Wlan frame header length.
Definition at line 1537 of file m2m_types.h.
uint16 tstrM2MWifiTxPacketInfo::u16PacketSize |
Wlan frame length.
Definition at line 1535 of file m2m_types.h.