Searched refs:g_wpa_pac_file (Results 1 – 3 of 3) sorted by relevance
921 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()
45 extern u8 *g_wpa_pac_file;
63 u8 *g_wpa_pac_file; variable622 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()