Home
last modified time | relevance | path

Searched refs:sae_pk (Results 1 – 22 of 22) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dsae.h29 struct sae_pk { struct
70 const struct sae_pk *ap_pk;
128 int *rejected_groups, const struct sae_pk *pk);
164 void sae_deinit_pk(struct sae_pk *pk);
165 struct sae_pk * sae_parse_pk(const char *val);
Dsae_pk.c436 void sae_deinit_pk(struct sae_pk *pk) in sae_deinit_pk()
450 struct sae_pk * sae_parse_pk(const char *val) in sae_parse_pk()
452 struct sae_pk *pk; in sae_parse_pk()
607 const struct sae_pk *pk; in sae_write_confirm_pk()
808 if (!elems.fils_pk || !elems.fils_key_confirm || !elems.sae_pk) { in sae_check_confirm_pk()
823 elems.sae_pk, SAE_PK_M_LEN + AES_BLOCK_SIZE); in sae_check_confirm_pk()
826 elems.sae_pk, SAE_PK_M_LEN + AES_BLOCK_SIZE, in sae_check_confirm_pk()
Dieee802_11_common.h117 const u8 *sae_pk; member
Dieee802_11_common.c140 elems->sae_pk = pos + 4; in ieee802_11_parse_vendor_specific()
Dsae.c1364 int *rejected_groups, const struct sae_pk *pk) in sae_prepare_commit_pt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_ie.c361 (sm->sae_pwe == 1 || sm->sae_pwe == 2 || sm->sae_pk)) { in wpa_gen_rsnxe()
364 if (sm->sae_pk) in wpa_gen_rsnxe()
Dwpa_i.h110 unsigned int sae_pk:1; /* whether SAE-PK is used */ member
Dwpa.c3356 sm->sae_pk = value; in wpa_sm_set_param()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_shared.c1053 bool sae_pk = false; in hostapd_eid_rsnxe() local
1061 sae_pk = hostapd_sae_pk_in_use(hapd->conf); in hostapd_eid_rsnxe()
1066 hostapd_sae_pw_id_in_use(hapd->conf) || sae_pk) && in hostapd_eid_rsnxe()
1070 if (sae_pk) in hostapd_eid_rsnxe()
Dwpa_auth_ie.c398 (conf->sae_pwe == 1 || conf->sae_pwe == 2 || conf->sae_pk)) { in wpa_write_rsnxe()
401 if (conf->sae_pk) in wpa_write_rsnxe()
Dwpa_auth.h259 bool sae_pk; member
Dap_config.h256 struct sae_pk *pk;
Dieee802_11.c495 const struct sae_pk **s_pk) in sae_get_password()
500 const struct sae_pk *pk = NULL; in sae_get_password()
543 const struct sae_pk *pk = NULL; in auth_build_sae_commit()
1214 bool sae_pk = false; in sae_status_success() local
1222 sae_pk = hostapd_sae_pk_in_use(hapd->conf); in sae_status_success()
1223 if (sae_pwe == 0 && sae_pk) in sae_status_success()
1231 (sae_pk && status_code == WLAN_STATUS_SAE_PK))) || in sae_status_success()
1235 (sae_pk && status_code == WLAN_STATUS_SAE_PK))); in sae_status_success()
Dwpa_auth_glue.c203 wconf->sae_pk = hostapd_sae_pk_in_use(conf); in hostapd_wpa_auth_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h1157 enum sae_pk_mode sae_pk; member
Dwpas_glue.c1315 (ssid->sae_pk != SAE_PK_MODE_ONLY || in wpa_supplicant_transition_disable()
1321 ssid->sae_pk = SAE_PK_MODE_ONLY; in wpa_supplicant_transition_disable()
Dsme.c158 ssid->sae_pk != SAE_PK_MODE_DISABLED && in sme_auth_build_sae_commit()
167 if (ssid->sae_pk == SAE_PK_MODE_ONLY && !use_pk) { in sme_auth_build_sae_commit()
Dconfig_file.c846 INT(sae_pk); in wpa_config_write_network()
Devents.c1330 if (ssid->sae_pk == SAE_PK_MODE_ONLY && in wpa_scan_res_ok()
1444 if (ssid->sae_pk == SAE_PK_MODE_AUTOMATIC && in wpa_scan_res_ok()
Dconfig.c2641 { INT_RANGE(sae_pk, 0, 2) },
Dwpa_supplicant.c1714 ssid->sae_pk != SAE_PK_MODE_DISABLED && in wpa_supplicant_set_suites()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt238 src/common/sae_pk.c