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.
uint8* tstrEthInitParam::au8ethRcvBuf |
Pointer to Receive Buffer of Ethernet Packet
tpfAppEthCb tstrEthInitParam::pfAppEthCb |
Callback for Ethernet interface.
tpfAppMonCb tstrWifiInitParam::pfAppMonCb |
Callback for monitor interface.
tpfAppWifiCb tstrWifiInitParam::pfAppWifiCb |
Callback for Wi-Fi notifications.
tstrEthInitParam tstrWifiInitParam::strEthInitParam |
Structure to hold Ethernet interface parameters.
uint16 tstrM2MDataBufCtrl::u16DataSize |
Size of the received data in bytes.
uint16 tstrEthInitParam::u16ethRcvBufSize |
Size of Receive Buffer for Ethernet Packet
uint16 tstrM2MDataBufCtrl::u16RemainigDataSize |
Size of the remaining data bytes to be delivered to host.
uint8 tstrM2MDataBufCtrl::u8DataOffset |
Offset of the Ethernet packet inside the receive buffer.
uint8 tstrM2MDataBufCtrl::u8IfcId |
The logical interface to which the frame belongs as defined in tenuControlInterface