HomeSort by: relevance | last modified time | path
    Searched defs:use_pt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
sme.c 102 int use_pt = 0; local
174 use_pt = wpa_s->sme.sae.h2e;
200 use_pt = 1;
203 use_pt = 1;
206 use_pt = 1;
214 use_pt = 1;
225 if (use_pt || wpa_s->conf->sae_pwe == SAE_PWE_HASH_TO_ELEMENT ||
227 use_pt = !!(rsnxe_capa & BIT(WLAN_RSNX_CAPAB_SAE_H2E));
233 !use_pt) {
240 if (use_pt && !ssid->pt
1374 int use_pt; local
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11.c 612 int use_pt = 0; local
624 use_pt = sta->sae->h2e;
632 use_pt = 1;
634 use_pt = 0;
637 use_pt = 1;
640 if (!password || (use_pt && !pt)) {
645 if (update && use_pt &&
650 if (update && !use_pt &&

Completed in 37 milliseconds