Specifies WiFi security type for ARM_WIFI_Activate. More...
Macros | |
#define | ARM_WIFI_SECURITY_OPEN 0U |
Open. | |
#define | ARM_WIFI_SECURITY_WEP 1U |
Wired Equivalent Privacy (WEP) with Pre-Sheared Key (PSK) | |
#define | ARM_WIFI_SECURITY_WPA 2U |
WiFi Protected Access (WPA) with PSK. | |
#define | ARM_WIFI_SECURITY_WPA2 3U |
WiFi Protected Access II (WPA2) with PSK. | |
#define | ARM_WIFI_SECURITY_UNKNOWN 255U |
Unknown. | |
Specifies WiFi security type for ARM_WIFI_Activate.
The WiFi security type defines the standard used to protect the wireless network from unauthorized access.
#define ARM_WIFI_SECURITY_OPEN 0U |
#define ARM_WIFI_SECURITY_WEP 1U |
Wired Equivalent Privacy (WEP) with Pre-Sheared Key (PSK)
This security standard provides weak level of security.
#define ARM_WIFI_SECURITY_WPA 2U |
WiFi Protected Access (WPA) with PSK.
This security standard provides medium level of security.
#define ARM_WIFI_SECURITY_WPA2 3U |
WiFi Protected Access II (WPA2) with PSK.
This security standard provides strong level of security.
#define ARM_WIFI_SECURITY_UNKNOWN 255U |