Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_eap_client.c1178 if (g_wpa_phase1_options != NULL) { in esp_eap_client_set_fast_params()
1179 os_free(g_wpa_phase1_options); in esp_eap_client_set_fast_params()
1181 g_wpa_phase1_options = (char *)os_zalloc(sizeof(config_for_supplicant)); in esp_eap_client_set_fast_params()
1182 if (g_wpa_phase1_options == NULL) { in esp_eap_client_set_fast_params()
1185 os_memcpy(g_wpa_phase1_options, &config_for_supplicant, sizeof(config_for_supplicant)); in esp_eap_client_set_fast_params()