Searched refs:g_wpa_phase1_options (Results 1 – 3 of 3) sorted by relevance
43 extern char *g_wpa_phase1_options;
62 char *g_wpa_phase1_options; variable585 if (g_wpa_phase1_options) { in eap_peer_config_init()586 sm->config.phase1 = g_wpa_phase1_options; in eap_peer_config_init()
1178 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()