Updated: October 28, 2024 |
QWF Wi-Fi Manager event information delivered by the API to the client callback function
#include <qwf/qwf_wifi.h>
typedef struct qwf_wifi_Event_s { qwf_wifi_EventCode_e eventCode; void* pClientCB; union { qwf_wifi_StationModeStatusData_t clientData; qwf_wifi_ApModeStatusData_t apData; uint8_t numberResults; } wifiEvent; } qwf_wifi_Event_t;
Event type (see qwf_wifi_EventCode_e)
Client callback
Connection status for WIFI_EVENT_CLIENT_CONNECTION_STATUS events
Connection status for WIFI_EVENT_AP_CONNECTION_STATUS events
Number of scan results available for WIFI_EVENT_SCAN_RESULTS_AVAILABLE events. To obtain the available Access Point data, use qwf_wifi_GetScanResults().