Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/
Deap.h43 extern char *g_wpa_phase1_options;
Deap.c62 char *g_wpa_phase1_options; variable
585 if (g_wpa_phase1_options) { in eap_peer_config_init()
586 sm->config.phase1 = g_wpa_phase1_options; in eap_peer_config_init()
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa2.c1166 if (g_wpa_phase1_options != NULL) { in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1167 os_free(g_wpa_phase1_options); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1169 g_wpa_phase1_options = (char *)os_zalloc(sizeof(config_for_supplicant)); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1170 if (g_wpa_phase1_options == NULL) { in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1173 os_memcpy(g_wpa_phase1_options, &config_for_supplicant, sizeof(config_for_supplicant)); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()