Searched refs:authmode (Results 1 – 5 of 5) sorted by relevance
49 uint8_t authmode; in hostap_init() local73 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()
830 config->sta.threshold.authmode = WIFI_AUTH_WPA_PSK; in wps_finish()
226 wifi_auth_mode_t authmode; /**< authmode of AP */ member256 wifi_auth_mode_t authmode; /**< The weakest authmode to accept in the fast scan mode member304 …wifi_auth_mode_t authmode; /**< Auth mode of soft-AP. Do not support AUTH_WEP, AUTH_WAPI_PSK and … member943 wifi_auth_mode_t authmode;/**< authentication mode used by AP*/ member
938 esp_err_t esp_mesh_set_ap_authmode(wifi_auth_mode_t authmode);
176 uint8_t authmode; in is_wpa2_enterprise_connection() local179 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()