Home
last modified time | relevance | path

Searched defs:sae_pk (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dsae.h30 struct sae_pk { struct
31 struct wpabuf *m;
32 struct crypto_ec_key *key;
33 int group;
34 struct wpabuf *pubkey; /* DER encoded subjectPublicKey */
36 struct crypto_ec_key *sign_key_override;
H A Dieee802_11_common.h107 const u8 *sae_pk; member
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c1099 bool sae_pk = false; in hostapd_eid_rsnxe() local
H A Dwpa_auth.h264 bool sae_pk; member
H A Dieee802_11.c1218 bool sae_pk = false; in sae_status_success() local
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h1231 enum sae_pk_mode sae_pk; member
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h111 unsigned int sae_pk:1; /* whether SAE-PK is used */ member