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()
1166 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()