Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa2.c1166 char config_for_supplicant[PHASE1_PARAM_STRING_LEN] = ""; in esp_wifi_sta_wpa2_ent_set_fast_phase1_params() local
1168 … os_sprintf((char *) &config_for_supplicant, "fast_provisioning=%d ", config.fast_provisioning); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1173 …os_sprintf((char *) &config_for_supplicant + strlen(config_for_supplicant), "fast_max_pac_list_len… in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()
1178 os_strcat((char *) &config_for_supplicant, (const char *) "fast_pac_format=binary"); 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()
1189 os_memcpy(g_wpa_phase1_options, &config_for_supplicant, sizeof(config_for_supplicant)); in esp_wifi_sta_wpa2_ent_set_fast_phase1_params()