nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ softap_wifi_provision_evt_type

#include <include/net/softap_wifi_provision.h>

Types of events generated during provisioning.

Enumerator
SOFTAP_WIFI_PROVISION_EVT_STARTED 

The provisioning process has started.

SOFTAP_WIFI_PROVISION_EVT_CLIENT_CONNECTED 

A client (station) has connected to the softAP Wi-Fi network.

SOFTAP_WIFI_PROVISION_EVT_CLIENT_DISCONNECTED 

A client (station) has disconnected from the softAP Wi-Fi network.

SOFTAP_WIFI_PROVISION_EVT_CREDENTIALS_RECEIVED 

Wi-Fi credentials received from the client.

SOFTAP_WIFI_PROVISION_EVT_COMPLETED 

The provisioning process has completed.

SOFTAP_WIFI_PROVISION_EVT_UNPROVISIONED_REBOOT_NEEDED 

Credentials deleted, the library has become unprovisioned. A reboot is needed to restart provisioning. Ideally we would bring the Wi-Fi network interface down/up but this is currently not supported.

SOFTAP_WIFI_PROVISION_EVT_FATAL_ERROR 

The provisioning process has failed, this is an unrecoverable error.