Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dsae.h137 int sae_write_commit(struct sae_data *sae, struct wpabuf *buf,
Dcommon_module_tests.c419 if (sae_write_commit(&sae, buf, NULL, NULL) < 0) in sae_tests()
Dsae.c1680 int sae_write_commit(struct sae_data *sae, struct wpabuf *buf, in sae_write_commit() function
/hostap-latest/src/pasn/
Dpasn_responder.c195 sae_write_commit(&pasn->sae, buf, NULL, 0); in pasn_get_sae_wd()
Dpasn_initiator.c69 sae_write_commit(&pasn->sae, buf, NULL, 0); in wpas_pasn_wd_sae_commit()
/hostap-latest/wpa_supplicant/
Dsme.c285 if (sae_write_commit(&wpa_s->sme.sae, buf, wpa_s->sme.sae_token, in sme_auth_build_sae_commit()
/hostap-latest/src/ap/
Dieee802_11.c670 sae_write_commit(sta->sae, buf, sta->sae->tmp ? in auth_build_sae_commit()