NetBurner 3.1
m2m_wifi_set_cust_InfoElement

Variables

tpfAppEthCb tstrEthInitParam::pfAppEthCb
 
uint8tstrEthInitParam::au8ethRcvBuf
 
uint16 tstrEthInitParam::u16ethRcvBufSize
 
uint16 tstrM2MDataBufCtrl::u16DataSize
 
uint16 tstrM2MDataBufCtrl::u16RemainigDataSize
 
uint8 tstrM2MDataBufCtrl::u8DataOffset
 
uint8 tstrM2MDataBufCtrl::u8IfcId
 
tpfAppWifiCb tstrWifiInitParam::pfAppWifiCb
 
tpfAppMonCb tstrWifiInitParam::pfAppMonCb
 
tstrEthInitParam tstrWifiInitParam::strEthInitParam
 

Detailed Description

Synchronous function to Add/Remove user-defined Information Element to the WIFIBeacon and Probe Response frames while chip mode is Access Point Mode.
According to the information element layout shown bellow, if it is required to set new data for the information elements, pass in the buffer with the information according to the sizes and ordering defined bellow. However, if it's required to delete these IEs, fill the buffer with zeros.

Variable Documentation

◆ au8ethRcvBuf

uint8* tstrEthInitParam::au8ethRcvBuf

Pointer to Receive Buffer of Ethernet Packet

◆ pfAppEthCb

tpfAppEthCb tstrEthInitParam::pfAppEthCb

Callback for Ethernet interface.

◆ pfAppMonCb

tpfAppMonCb tstrWifiInitParam::pfAppMonCb

Callback for monitor interface.

◆ pfAppWifiCb

tpfAppWifiCb tstrWifiInitParam::pfAppWifiCb

Callback for Wi-Fi notifications.

◆ strEthInitParam

tstrEthInitParam tstrWifiInitParam::strEthInitParam

Structure to hold Ethernet interface parameters.

◆ u16DataSize

uint16 tstrM2MDataBufCtrl::u16DataSize

Size of the received data in bytes.

◆ u16ethRcvBufSize

uint16 tstrEthInitParam::u16ethRcvBufSize

Size of Receive Buffer for Ethernet Packet

◆ u16RemainigDataSize

uint16 tstrM2MDataBufCtrl::u16RemainigDataSize

Size of the remaining data bytes to be delivered to host.

◆ u8DataOffset

uint8 tstrM2MDataBufCtrl::u8DataOffset

Offset of the Ethernet packet inside the receive buffer.

◆ u8IfcId

uint8 tstrM2MDataBufCtrl::u8IfcId

The logical interface to which the frame belongs as defined in tenuControlInterface