Searched refs:sae_pk (Results 1 – 22 of 22) sorted by relevance
30 struct sae_pk { struct71 const struct sae_pk *ap_pk;135 int *rejected_groups, const struct sae_pk *pk);172 void sae_deinit_pk(struct sae_pk *pk);173 struct sae_pk * sae_parse_pk(const char *val);
436 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()
107 const u8 *sae_pk; member
140 elems->sae_pk = pos + 4; in ieee802_11_parse_vendor_specific()
1366 int *rejected_groups, const struct sae_pk *pk) in sae_prepare_commit_pt()
374 sm->sae_pwe == SAE_PWE_BOTH || sm->sae_pk)) { in wpa_gen_rsnxe()377 if (sm->sae_pk) in wpa_gen_rsnxe()
111 unsigned int sae_pk:1; /* whether SAE-PK is used */ member
4689 sm->sae_pk = value; in wpa_sm_set_param()
1099 bool sae_pk = false; in hostapd_eid_rsnxe() local1107 sae_pk = hostapd_sae_pk_in_use(hapd->conf); in hostapd_eid_rsnxe()1113 hostapd_sae_pw_id_in_use(hapd->conf) || sae_pk || in hostapd_eid_rsnxe()1118 if (sae_pk) in hostapd_eid_rsnxe()
23 struct sae_pk;257 struct sae_pt **s_pt, const struct sae_pk **s_pk);
417 conf->sae_pwe == SAE_PWE_BOTH || conf->sae_pk || in wpa_write_rsnxe()421 if (conf->sae_pk) in wpa_write_rsnxe()
264 bool sae_pk; member
262 struct sae_pk *pk;
555 const struct sae_pk **s_pk) in sae_get_password()560 const struct sae_pk *pk = NULL; in sae_get_password()614 const struct sae_pk *pk = NULL; in auth_build_sae_commit()1218 bool sae_pk = false; in sae_status_success() local1226 sae_pk = hostapd_sae_pk_in_use(hapd->conf); in sae_status_success()1227 if (sae_pwe == SAE_PWE_HUNT_AND_PECK && sae_pk) in sae_status_success()1240 (sae_pk && status_code == WLAN_STATUS_SAE_PK))) || in sae_status_success()1244 (sae_pk && status_code == WLAN_STATUS_SAE_PK))); in sae_status_success()
212 wconf->sae_pk = hostapd_sae_pk_in_use(conf); in hostapd_wpa_auth_conf()
1231 enum sae_pk_mode sae_pk; member
1334 (ssid->sae_pk != SAE_PK_MODE_ONLY || in wpas_transition_disable()1340 ssid->sae_pk = SAE_PK_MODE_ONLY; in wpas_transition_disable()
209 ssid->sae_pk != SAE_PK_MODE_DISABLED && in sme_auth_build_sae_commit()218 if (ssid->sae_pk == SAE_PK_MODE_ONLY && !use_pk) { in sme_auth_build_sae_commit()
856 INT(sae_pk); in wpa_config_write_network()
1471 if (ssid->sae_pk == SAE_PK_MODE_ONLY && in wpa_scan_res_ok()1586 if (ssid->sae_pk == SAE_PK_MODE_AUTOMATIC && in wpa_scan_res_ok()
1656 if (ssid->sae_pk) in wpas_update_allowed_key_mgmt()2052 ssid->sae_pk != SAE_PK_MODE_DISABLED && in wpa_supplicant_set_suites()
2754 { INT_RANGE(sae_pk, 0, 2) },