Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c99 int use_pt = 0; in sme_auth_build_sae_commit() local
171 use_pt = wpa_s->sme.sae.h2e; in sme_auth_build_sae_commit()
197 use_pt = 1; 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()
211 use_pt = 1; in sme_auth_build_sae_commit()
222 if (use_pt || wpa_s->conf->sae_pwe == SAE_PWE_HASH_TO_ELEMENT || in sme_auth_build_sae_commit()
224 use_pt = !!(rsnxe_capa & BIT(WLAN_RSNX_CAPAB_SAE_H2E)); in sme_auth_build_sae_commit()
230 !use_pt) { in sme_auth_build_sae_commit()
237 if (use_pt && !ssid->pt) in sme_auth_build_sae_commit()
[all …]
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c573 int use_pt = 0; in auth_build_sae_commit() local
579 use_pt = sta->sae->h2e; in auth_build_sae_commit()
587 use_pt = 1; in auth_build_sae_commit()
589 use_pt = 0; in auth_build_sae_commit()
592 use_pt = 1; in auth_build_sae_commit()
595 if (!password || (use_pt && !pt)) { in auth_build_sae_commit()
600 if (update && use_pt && in auth_build_sae_commit()
605 if (update && !use_pt && in auth_build_sae_commit()