Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c102 int use_pt = 0; in sme_auth_build_sae_commit() local
174 use_pt = wpa_s->sme.sae.h2e; in sme_auth_build_sae_commit()
200 use_pt = 1; in sme_auth_build_sae_commit()
203 use_pt = 1; in sme_auth_build_sae_commit()
206 use_pt = 1; in sme_auth_build_sae_commit()
214 use_pt = 1; in sme_auth_build_sae_commit()
225 if (use_pt || wpa_s->conf->sae_pwe == SAE_PWE_HASH_TO_ELEMENT || in sme_auth_build_sae_commit()
227 use_pt = !!(rsnxe_capa & BIT(WLAN_RSNX_CAPAB_SAE_H2E)); in sme_auth_build_sae_commit()
233 !use_pt) { in sme_auth_build_sae_commit()
240 if (use_pt && !ssid->pt) in sme_auth_build_sae_commit()
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c612 int use_pt = 0; in auth_build_sae_commit() local
624 use_pt = sta->sae->h2e; in auth_build_sae_commit()
632 use_pt = 1; in auth_build_sae_commit()
634 use_pt = 0; in auth_build_sae_commit()
637 use_pt = 1; in auth_build_sae_commit()
640 if (!password || (use_pt && !pt)) { in auth_build_sae_commit()
645 if (update && use_pt && in auth_build_sae_commit()
650 if (update && !use_pt && in auth_build_sae_commit()