States for Access Point (AP) mode
#include <qwf/qwf_wifi.h>
typedef enum { WIFI_AP_MODE_STATE_NONE, WIFI_AP_MODE_STATE_ACTIVE, WIFI_AP_MODE_STATE_INACTIVE, WIFI_AP_MODE_STATE_LAN_STARTING, WIFI_AP_MODE_STATE_WAN_STARTING, WIFI_AP_MODE_STATE_SUSPEND, WIFI_AP_MODE_STATE_SHUTDOWN, WIFI_AP_MODE_STATE_SHUTDOWN_WAIT_LAN, WIFI_AP_MODE_STATE_SHUTDOWN_WAIT_WAN } qwf_wifi_AccessPointModeState_e;
AP state is unknown
AP is active
AP is inactive
AP LAN interface is starting. This is an intermediate state prior to becoming active.
AP WAN interface is starting. This is an intermediate state prior to becoming active.
AP is in a suspended state
AP is shutting down. This is an intermediate state prior to becoming inactive.
AP LAN interface is stopping. This is an intermediate state prior to becoming inactive.
AP WAN interface is stopping. This is an intermediate state prior to becoming inactive.