Home
last modified time | relevance | path

Searched refs:authmode (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.c49 uint8_t authmode; in hostap_init() local
73 authmode = esp_wifi_ap_get_prof_authmode_internal(); in hostap_init()
74 if (authmode == WIFI_AUTH_WPA_PSK) { in hostap_init()
77 if (authmode == WIFI_AUTH_WPA2_PSK) { in hostap_init()
80 if (authmode == WIFI_AUTH_WPA_WPA2_PSK) { in hostap_init()
83 if (authmode == WIFI_AUTH_WPA3_PSK || authmode == WIFI_AUTH_WPA2_WPA3_PSK) { in hostap_init()
132 if (authmode == WIFI_AUTH_WPA2_WPA3_PSK) { in hostap_init()
136 if (authmode == WIFI_AUTH_WPA3_PSK) { in hostap_init()
154 if (authmode == WIFI_AUTH_WPA3_PSK || in hostap_init()
155 authmode == WIFI_AUTH_WPA2_WPA3_PSK) { in hostap_init()
Desp_wps.c830 config->sta.threshold.authmode = WIFI_AUTH_WPA_PSK; in wps_finish()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h226 wifi_auth_mode_t authmode; /**< authmode of AP */ member
256 wifi_auth_mode_t authmode; /**< The weakest authmode to accept in the fast scan mode member
304 …wifi_auth_mode_t authmode; /**< Auth mode of soft-AP. Do not support AUTH_WEP, AUTH_WAPI_PSK and … member
943 wifi_auth_mode_t authmode;/**< authentication mode used by AP*/ member
Desp_mesh.h938 esp_err_t esp_mesh_set_ap_authmode(wifi_auth_mode_t authmode);
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c176 uint8_t authmode; in is_wpa2_enterprise_connection() local
179 authmode = esp_wifi_sta_get_prof_authmode_internal(); in is_wpa2_enterprise_connection()
180 if ((authmode == WPA2_AUTH_ENT) || in is_wpa2_enterprise_connection()
181 (authmode == WPA2_AUTH_ENT_SHA256) || in is_wpa2_enterprise_connection()
182 (authmode == WPA2_AUTH_ENT_SHA384_SUITE_B)) { in is_wpa2_enterprise_connection()