FreeRTOS:
Wi-Fi Management Library
|
Return to main page ↑ |
Wi-Fi event info for receiving a frame in monitor mode (or normal mode with RX filter). More...
#include <iot_wifi.h>
Data Fields | |
uint8_t * | pucData |
uint32_t | ulLength |
Wi-Fi event info for receiving a frame in monitor mode (or normal mode with RX filter).
uint8_t* WiFiEventInfoRxDone_t::pucData |
Data buffer of received raw frame.
uint32_t WiFiEventInfoRxDone_t::ulLength |
Length of the raw frame.