Home
last modified time | relevance | path

Searched refs:esp_wifi_sta_get_prof_authmode_internal (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa_main.c92 wpa_set_profile(WPA_PROTO_WPA, esp_wifi_sta_get_prof_authmode_internal()); in wpa_config_profile()
94 wpa_set_profile(WPA_PROTO_RSN, esp_wifi_sta_get_prof_authmode_internal()); in wpa_config_profile()
96 wpa_set_profile(WPA_PROTO_WAPI, esp_wifi_sta_get_prof_authmode_internal()); in wpa_config_profile()
216 } else if (esp_wifi_sta_get_prof_authmode_internal() == NONE_AUTH) { in wpa_sta_connect()
Desp_wifi_driver.h220 uint8_t esp_wifi_sta_get_prof_authmode_internal(void);
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c23 uint8_t esp_wifi_sta_get_prof_authmode_internal(void) in esp_wifi_sta_get_prof_authmode_internal() function
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c179 authmode = esp_wifi_sta_get_prof_authmode_internal(); in is_wpa2_enterprise_connection()