Enumerates the various types of authentication mechanisms.
| Enumerator |
|---|
| NRF_WIFI_AUTHTYPE_OPEN_SYSTEM | Open System authentication
|
| NRF_WIFI_AUTHTYPE_SHARED_KEY | Shared Key authentication (WEP only)
|
| NRF_WIFI_AUTHTYPE_FT | Fast BSS Transition (IEEE 802.11r)
|
| NRF_WIFI_AUTHTYPE_NETWORK_EAP | Network EAP (some Cisco APs and mainly LEAP)
|
| NRF_WIFI_AUTHTYPE_SAE | Simultaneous authentication of equals
|
| __NRF_WIFI_AUTHTYPE_NUM | Internal
|
| NRF_WIFI_AUTHTYPE_MAX | Maximum valid auth algorithm
|
| NRF_WIFI_AUTHTYPE_AUTOMATIC | Determine automatically (if necessary by trying multiple times)
|