Searched refs:g_wpa_pac_file (Results 1 – 3 of 3) sorted by relevance
939 os_free(g_wpa_pac_file); in esp_wifi_sta_wpa2_ent_clear_cert_key()940 g_wpa_pac_file = NULL; in esp_wifi_sta_wpa2_ent_clear_cert_key()1144 g_wpa_pac_file = (u8 *)os_zalloc(512); in esp_wifi_sta_wpa2_ent_set_pac_file()1145 if (g_wpa_pac_file == NULL) { in esp_wifi_sta_wpa2_ent_set_pac_file()1150 g_wpa_pac_file = (u8 *)os_zalloc(pac_file_len); in esp_wifi_sta_wpa2_ent_set_pac_file()1151 if (g_wpa_pac_file == NULL) { in esp_wifi_sta_wpa2_ent_set_pac_file()1154 os_memcpy(g_wpa_pac_file, pac_file, pac_file_len); in esp_wifi_sta_wpa2_ent_set_pac_file()
45 u8 *g_wpa_pac_file; variable
558 if (g_wpa_pac_file && g_wpa_pac_file_len) { in eap_peer_blob_init()566 sm->blob[3].data = g_wpa_pac_file; in eap_peer_blob_init()