Microchip® Advanced Software Framework

tstrM2MWifiTxPacketInfo Struct Reference

Wi-Fi Tx Packet Info.

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

uint8 __PAD__ [PAD_SZ(4+1)]
 
uint16 u16HeaderLength
 
uint16 u16PacketSize
 
uint8 u8IfcId
 

uint8 tstrM2MWifiTxPacketInfo::__PAD__[PAD_SZ(4+1)]

Padding bytes for forcing 4-byte alignment

uint16 tstrM2MWifiTxPacketInfo::u16HeaderLength

Wlan frame header length.

Referenced by m2m_wifi_send_ethernet_pkt(), and m2m_wifi_send_wlan_pkt().

uint16 tstrM2MWifiTxPacketInfo::u16PacketSize

Wlan frame length.

Referenced by m2m_wifi_send_ethernet_pkt(), and m2m_wifi_send_wlan_pkt().

uint8 tstrM2MWifiTxPacketInfo::u8IfcId

Interface ID to which this frame belongs.

Referenced by m2m_wifi_send_ethernet_pkt().