Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa2.c921 os_free(g_wpa_pac_file); in esp_wifi_sta_wpa2_ent_clear_cert_key()
922 g_wpa_pac_file = NULL; in esp_wifi_sta_wpa2_ent_clear_cert_key()
1126 g_wpa_pac_file = (u8 *)os_zalloc(512); in esp_wifi_sta_wpa2_ent_set_pac_file()
1127 if (g_wpa_pac_file == NULL) { in esp_wifi_sta_wpa2_ent_set_pac_file()
1132 g_wpa_pac_file = (u8 *)os_zalloc(pac_file_len); in esp_wifi_sta_wpa2_ent_set_pac_file()
1133 if (g_wpa_pac_file == NULL) { in esp_wifi_sta_wpa2_ent_set_pac_file()
1136 os_memcpy(g_wpa_pac_file, pac_file, pac_file_len); in esp_wifi_sta_wpa2_ent_set_pac_file()
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/
Deap.h45 extern u8 *g_wpa_pac_file;
Deap.c63 u8 *g_wpa_pac_file; variable
622 if (g_wpa_pac_file) { in eap_peer_config_init()
692 if (g_wpa_pac_file && g_wpa_pac_file_len) { in eap_peer_blob_init()
700 sm->blob[3].data = g_wpa_pac_file; in eap_peer_blob_init()