|
FreeRTOS:
Wi-Fi Management Library
|
| Return to main page ↑ |
Wi-Fi combined event data structure. More...
#include <iot_wifi.h>
Data Fields | |
| WIFIEventType_t | xEventType |
| union { | |
| WiFiEventInfoReady_t xReady | |
| WiFiEventInfoScanDone_t xScanDone | |
| WiFiEventInfoConnected_t xConnected | |
| WiFiEventInfoIPReady_t xIPReady | |
| WiFiEventInfoDisconnected_t xDisconnected | |
| WiFiEventInfoConnectionFailed_t xConnectionFailed | |
| WiFiEventInfoAPStateChanged_t xAPStateChanged | |
| WiFiEventInfoAPStationConnected_t xAPStationConnected | |
| WiFiEventInfoAPStationDisconnected_t xAPStationDisconnected | |
| WiFiEventInfoRxDone_t xRxDone | |
| WiFiEventInfoTxDone_t xTxDone | |
| } | xInfo |
Wi-Fi combined event data structure.