| Enumerator |
|---|
| WICED_SECURITY_OPEN |
Open security
|
| WICED_SECURITY_WEP_PSK |
WEP PSK Security with open authentication
|
| WICED_SECURITY_WEP_SHARED |
WEP PSK Security with shared authentication
|
| WICED_SECURITY_WPA_TKIP_PSK |
WPA PSK Security with TKIP
|
| WICED_SECURITY_WPA_AES_PSK |
WPA PSK Security with AES
|
| WICED_SECURITY_WPA_MIXED_PSK |
WPA PSK Security with AES & TKIP
|
| WICED_SECURITY_WPA2_AES_PSK |
WPA2 PSK Security with AES
|
| WICED_SECURITY_WPA2_TKIP_PSK |
WPA2 PSK Security with TKIP
|
| WICED_SECURITY_WPA2_MIXED_PSK |
WPA2 PSK Security with AES & TKIP
|
| WICED_SECURITY_WPA2_FBT_PSK |
WPA2 FBT PSK Security with AES & TKIP
|
| WICED_SECURITY_WPA3_SAE |
WPA3 Security with AES
|
| WICED_SECURITY_WPA3_WPA2_PSK |
WPA3 WPA2 PSK Security with AES
|
| WICED_SECURITY_WPA_TKIP_ENT |
WPA Enterprise Security with TKIP
|
| WICED_SECURITY_WPA_AES_ENT |
WPA Enterprise Security with AES
|
| WICED_SECURITY_WPA_MIXED_ENT |
WPA Enterprise Security with AES & TKIP
|
| WICED_SECURITY_WPA2_TKIP_ENT |
WPA2 Enterprise Security with TKIP
|
| WICED_SECURITY_WPA2_AES_ENT |
WPA2 Enterprise Security with AES
|
| WICED_SECURITY_WPA2_MIXED_ENT |
WPA2 Enterprise Security with AES & TKIP
|
| WICED_SECURITY_IBSS_OPEN |
Open security on IBSS ad-hoc network
|
| WICED_SECURITY_WPS_OPEN |
WPS with open security
|
| WICED_SECURITY_WPS_SECURE |
WPS with AES security
|
| WICED_SECURITY_UNKNOWN |
May be returned by scan function if security is unknown. Do not pass this to the join function!
|
| WICED_SECURITY_FORCE_32_BIT |
Exists only to force wiced_security_t type to 32 bits
|