Searched refs:esp_wifi_sta_get_prof_authmode_internal (Results 1 – 4 of 4) sorted by relevance
92 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()
220 uint8_t esp_wifi_sta_get_prof_authmode_internal(void);
23 uint8_t esp_wifi_sta_get_prof_authmode_internal(void) in esp_wifi_sta_get_prof_authmode_internal() function
179 authmode = esp_wifi_sta_get_prof_authmode_internal(); in is_wpa2_enterprise_connection()