wpa2: add authenticate type for wpa2 enterprise

This commit is contained in:
XiaXiaotian 2017-03-17 17:28:01 +08:00
parent f784381c32
commit a401169ea8

View file

@ -54,6 +54,7 @@ typedef enum {
WIFI_AUTH_WPA_PSK, /**< authenticate mode : WPA_PSK */
WIFI_AUTH_WPA2_PSK, /**< authenticate mode : WPA2_PSK */
WIFI_AUTH_WPA_WPA2_PSK, /**< authenticate mode : WPA_WPA2_PSK */
WIFI_AUTH_WPA2_ENTERPRISE, /**< authenticate mode : WPA2_ENTERPRISE */
WIFI_AUTH_MAX
} wifi_auth_mode_t;