Searched refs:g_sae_commit (Results 1 – 1 of 1) sorted by relevance
23 static struct wpabuf *g_sae_commit = NULL; variable96 if (g_sae_commit) { in wpa3_build_sae_commit()97 wpabuf_free(g_sae_commit); in wpa3_build_sae_commit()98 g_sae_commit = NULL; in wpa3_build_sae_commit()143 g_sae_commit = wpabuf_alloc(len); in wpa3_build_sae_commit()144 if (!g_sae_commit) { in wpa3_build_sae_commit()149 …if (sae_write_commit(&g_sae_data, g_sae_commit, g_sae_token, valid_pwd_id ? sae_pwd_id : NULL) != … in wpa3_build_sae_commit()151 wpabuf_free(g_sae_commit); in wpa3_build_sae_commit()152 g_sae_commit = NULL; in wpa3_build_sae_commit()194 if (g_sae_commit) { in esp_wpa3_free_sae_data()[all …]