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

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_shared.c 1099 bool sae_pk = false; local
1107 sae_pk = hostapd_sae_pk_in_use(hapd->conf);
1113 hostapd_sae_pw_id_in_use(hapd->conf) || sae_pk ||
1118 if (sae_pk)
wpa_auth.h 264 bool sae_pk; member in struct:wpa_auth_config
ieee802_11.c 555 const struct sae_pk **s_pk)
560 const struct sae_pk *pk = NULL;
614 const struct sae_pk *pk = NULL;
1218 bool sae_pk = false; local
1226 sae_pk = hostapd_sae_pk_in_use(hapd->conf);
1227 if (sae_pwe == SAE_PWE_HUNT_AND_PECK && sae_pk)
1240 (sae_pk && status_code == WLAN_STATUS_SAE_PK))) ||
1244 (sae_pk && status_code == WLAN_STATUS_SAE_PK)));
  /src/external/bsd/wpa/dist/src/common/
sae.h 30 struct sae_pk { struct
71 const struct sae_pk *ap_pk;
135 int *rejected_groups, const struct sae_pk *pk);
160 /* sae_pk.c */
172 void sae_deinit_pk(struct sae_pk *pk);
173 struct sae_pk * sae_parse_pk(const char *val);
ieee802_11_common.h 107 const u8 *sae_pk; member in struct:ieee802_11_elems
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa_i.h 111 unsigned int sae_pk:1; /* whether SAE-PK is used */ member in struct:wpa_sm
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 1224 * sae_pk - SAE-PK mode
1231 enum sae_pk_mode sae_pk; member in struct:wpa_ssid

Completed in 22 milliseconds