qwf_wifi_EventCode_e

Updated: April 19, 2023

QWF Wi-Fi Manager service event codes

Synopsis:

#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;

Data:

WIFI_EVENT_SCAN_RESULTS_AVAILABLE

Scan results are available (or have been updated) containing the currently available Wi-Fi access points.

WIFI_EVENT_CLIENT_CONNECTION_STATUS

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.

WIFI_EVENT_AP_CONNECTION_STATUS

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.

WIFI_EVENT_WIFI_SERVICE_INACTIVE

The Wi-Fi Manager service is no longer actively monitoring status changes for the Wi-Fi interface.

WIFI_EVENT_WIFI_SERVICE_ACTIVE

The Wi-Fi Manager service is actively monitoring status changes for the Wi-Fi interface.

Library:

qwf_interface