Searched refs:g_sae_confirm (Results 1 – 1 of 1) sorted by relevance
24 static struct wpabuf *g_sae_confirm = NULL; variable170 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 …]