Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_eap_client.c1160 char config_for_supplicant[PHASE1_PARAM_STRING_LEN] = ""; in esp_eap_client_set_fast_params() local
1162 …os_snprintf((char *) &config_for_supplicant, PHASE1_PARAM_STRING_LEN, "fast_provisioning=%d ", con… in esp_eap_client_set_fast_params()
1167 os_snprintf((char *) &config_for_supplicant + strlen(config_for_supplicant), in esp_eap_client_set_fast_params()
1168 PHASE1_PARAM_STRING_LEN - strlen(config_for_supplicant), in esp_eap_client_set_fast_params()
1174 os_strcat((char *) &config_for_supplicant, (const char *) "fast_pac_format=binary"); 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()
1185 os_memcpy(g_wpa_phase1_options, &config_for_supplicant, sizeof(config_for_supplicant)); in esp_eap_client_set_fast_params()