Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3.c24 static struct wpabuf *g_sae_confirm = NULL; variable
170 if (g_sae_confirm) { in wpa3_build_sae_confirm()
171 wpabuf_free(g_sae_confirm); in wpa3_build_sae_confirm()
172 g_sae_confirm = NULL; in wpa3_build_sae_confirm()
175 g_sae_confirm = wpabuf_alloc(SAE_COMMIT_MAX_LEN); in wpa3_build_sae_confirm()
176 if (!g_sae_confirm) { in wpa3_build_sae_confirm()
181 if (sae_write_confirm(&g_sae_data, g_sae_confirm) != ESP_OK) { in wpa3_build_sae_confirm()
183 wpabuf_free(g_sae_confirm); in wpa3_build_sae_confirm()
184 g_sae_confirm = NULL; in wpa3_build_sae_confirm()
199 if (g_sae_confirm) { in esp_wpa3_free_sae_data()
[all …]