Home
last modified time | relevance | path

Searched refs:g_wpa_phase1_options (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa2.c1182 if (g_wpa_phase1_options != NULL) { in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1183 os_free(g_wpa_phase1_options); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1185 g_wpa_phase1_options = (char *)os_zalloc(sizeof(config_for_supplicant)); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1186 if (g_wpa_phase1_options == NULL) { in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1189 os_memcpy(g_wpa_phase1_options, &config_for_supplicant, sizeof(config_for_supplicant)); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap.h43 char *g_wpa_phase1_options; variable
Deap.c499 if (g_wpa_phase1_options) { in eap_peer_config_init()
500 sm->config.phase1 = g_wpa_phase1_options; in eap_peer_config_init()