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.
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.
#include <m2m_types.h>
Data Fields | |
uint16 | u16HeaderLength |
uint16 | u16PacketSize |
uint16 tstrM2MWifiTxPacketInfo::u16HeaderLength |
Wlan frame header length.
Referenced by m2m_wifi_send_ethernet_pkt().
uint16 tstrM2MWifiTxPacketInfo::u16PacketSize |
Wlan frame length.
Referenced by m2m_wifi_send_ethernet_pkt().