Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.h29 struct sae_pk { struct
30 struct wpabuf *m;
31 struct crypto_ec_key *key;
32 int group;
33 struct wpabuf *pubkey; /* DER encoded subjectPublicKey */
35 struct crypto_ec_key *sign_key_override;
Dieee802_11_common.h126 const u8 *sae_pk; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_shared.c1053 bool sae_pk = false; in hostapd_eid_rsnxe() local
Dwpa_auth.h259 bool sae_pk; member
Dieee802_11.c1214 bool sae_pk = false; in sae_status_success() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h1157 enum sae_pk_mode sae_pk; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h110 unsigned int sae_pk:1; /* whether SAE-PK is used */ member