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.c95 int use_pt = 0; in sme_auth_build_sae_commit() local
131 use_pt = wpa_s->sme.sae.h2e; in sme_auth_build_sae_commit()
150 use_pt = 1; in sme_auth_build_sae_commit()
158 use_pt = 1; in sme_auth_build_sae_commit()
169 if (use_pt || wpa_s->conf->sae_pwe == 1 || wpa_s->conf->sae_pwe == 2) { in sme_auth_build_sae_commit()
170 use_pt = !!(rsnxe_capa & BIT(WLAN_RSNX_CAPAB_SAE_H2E)); in sme_auth_build_sae_commit()
174 !use_pt) { in sme_auth_build_sae_commit()
181 if (use_pt && in sme_auth_build_sae_commit()
186 if (!use_pt && in sme_auth_build_sae_commit()
196 if (use_pt && use_pk) in sme_auth_build_sae_commit()
[all …]
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c541 int use_pt = 0; in auth_build_sae_commit() local
547 use_pt = sta->sae->h2e; in auth_build_sae_commit()
555 use_pt = 1; in auth_build_sae_commit()
557 use_pt = 0; in auth_build_sae_commit()
560 use_pt = 1; in auth_build_sae_commit()
563 if (!password || (use_pt && !pt)) { in auth_build_sae_commit()
568 if (update && use_pt && in auth_build_sae_commit()
573 if (update && !use_pt && in auth_build_sae_commit()