Updated: October 28, 2024 |
QWF Wi-Fi Manager service event codes
#include <qwf/qwf_wifi.h>
typedef enum { WIFI_EVENT_SCAN_RESULTS_AVAILABLE, WIFI_EVENT_CLIENT_CONNECTION_STATUS, WIFI_EVENT_AP_CONNECTION_STATUS, WIFI_EVENT_WIFI_SERVICE_INACTIVE, WIFI_EVENT_WIFI_SERVICE_ACTIVE } qwf_wifi_EventCode_e;
Scan results are available (or have been updated) containing the currently available Wi-Fi access points.
The Station Mode connection status for the Wi-Fi interface has changed. The event contains data related to the Wi-Fi Manager when serving as a Wi-Fi client capable of connecting to an available access point.
The Access Point Mode connection status for the Wi-Fi interface has changed. The event contains data related to the Wi-Fi Manager when serving as an access point.
The Wi-Fi Manager service is no longer actively monitoring status changes for the Wi-Fi interface.
The Wi-Fi Manager service is actively monitoring status changes for the Wi-Fi interface.