Updated: October 28, 2024 |
Wi-Fi status data for Access Point Mode
#include <qwf/qwf_wifi.h>
typedef struct qwf_wifi_ApModeStatusData_s { qwf_wifi_WifiRole_e role; qwf_wifi_AccessPointModeState_e apState; uint16_t apNumClients; uint16_t apMaxClients; char lastEvent[QWF_WIFI_MAX_WPA_SUPL_EVENT_LEN+1]; } qwf_wifi_ApModeStatusData_t;
Current Wi-Fi Manager role (Station or Access Point). Most other fields are meaningful only if this field is WIFI_ROLE_ACCESS_POINT.
State of the Wi-Fi Manager when it's acting as an Access Point
Number of clients connected to this Access Point
Maximum number of clients allowed on this Access Point
Last event generated by the Wi-Fi supplicant (applies to both Station and Access Point modes)
Last event generated by hostapd for Access Point Mode