Home
last modified time | relevance | path

Searched refs:sae_pwe (Results 1 – 25 of 28) sorted by relevance

12

/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()
Dwpa_ft.c322 (sm->sae_pwe == 1 || sm->sae_pwe == 2); in wpa_ft_gen_req_ies()
1173 (sm->sae_pwe == 1 || sm->sae_pwe == 2); in wpa_ft_validate_reassoc_resp()
Dwpa_i.h108 int sae_pwe; /* SAE PWE generation options */ member
Dwpa.c3353 sm->sae_pwe = value; in wpa_sm_set_param()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_glue.c196 wconf->sae_pwe = conf->sae_pwe; in hostapd_wpa_auth_conf()
198 if (sae_pw_id == 2 && wconf->sae_pwe != 3) in hostapd_wpa_auth_conf()
199 wconf->sae_pwe = 1; in hostapd_wpa_auth_conf()
200 else if (sae_pw_id == 1 && wconf->sae_pwe == 0) in hostapd_wpa_auth_conf()
201 wconf->sae_pwe = 2; in hostapd_wpa_auth_conf()
Dieee802_11_shared.c1065 (hapd->conf->sae_pwe == 1 || hapd->conf->sae_pwe == 2 || in hostapd_eid_rsnxe()
1067 hapd->conf->sae_pwe != 3) { in hostapd_eid_rsnxe()
Dieee802_11.c121 h2e_required = (hapd->conf->sae_pwe == 1 || in hostapd_eid_supp_rates()
123 hapd->conf->sae_pwe != 3 && in hostapd_eid_supp_rates()
176 h2e_required = (hapd->conf->sae_pwe == 1 || in hostapd_eid_ext_supp_rates()
178 hapd->conf->sae_pwe != 3 && in hostapd_eid_ext_supp_rates()
554 if (rx_id && hapd->conf->sae_pwe != 3) in auth_build_sae_commit()
1212 int sae_pwe = hapd->conf->sae_pwe; in sae_status_success() local
1217 if (id_in_use == 2 && sae_pwe != 3) in sae_status_success()
1218 sae_pwe = 1; in sae_status_success()
1219 else if (id_in_use == 1 && sae_pwe == 0) in sae_status_success()
1220 sae_pwe = 2; in sae_status_success()
[all …]
Dwpa_auth_ie.c398 (conf->sae_pwe == 1 || conf->sae_pwe == 2 || conf->sae_pk)) { in wpa_write_rsnxe()
Dap_config.c479 if ((conf->sae_pwe == 0 && !hostapd_sae_pw_id_in_use(conf) && in hostapd_setup_sae_pt()
481 conf->sae_pwe == 3 || in hostapd_setup_sae_pt()
Dwpa_auth.h258 int sae_pwe; member
Dap_config.h665 int sae_pwe; member
Dbeacon.c1836 params.sae_pwe = hapd->conf->sae_pwe; in __ieee802_11_set_beacon()
Dwpa_auth_ft.c2699 (conf->sae_pwe == 1 || conf->sae_pwe == 2); in wpa_sm_write_assoc_resp_ies()
3504 if (rsnxe_used && (conf->sae_pwe == 1 || conf->sae_pwe == 2) && in wpa_ft_validate_reassoc()
Ddrv_callbacks.c459 if (hapd->conf->sae_pwe == 2 && in hostapd_notif_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_ssid.h1179 int sae_pwe; member
Dap.c604 if (ssid->sae_pwe != DEFAULT_SAE_PWE) in wpa_supplicant_conf_ap()
605 bss->sae_pwe = ssid->sae_pwe; in wpa_supplicant_conf_ap()
607 bss->sae_pwe = wpa_s->conf->sae_pwe; in wpa_supplicant_conf_ap()
Dconfig.h1237 int sae_pwe; member
Dconfig_file.c678 write_int(f, "sae_pwe", ssid->sae_pwe, DEFAULT_SAE_PWE); in wpa_config_write_network()
1362 if (config->sae_pwe) in wpa_config_write_global()
1363 fprintf(f, "sae_pwe=%d\n", config->sae_pwe); in wpa_config_write_global()
Dsme.c154 if (ssid->sae_password_id && wpa_s->conf->sae_pwe != 3) in sme_auth_build_sae_commit()
174 if (use_pt || wpa_s->conf->sae_pwe == 1 || wpa_s->conf->sae_pwe == 2) { in sme_auth_build_sae_commit()
177 if ((wpa_s->conf->sae_pwe == 1 || ssid->sae_password_id) && in sme_auth_build_sae_commit()
178 wpa_s->conf->sae_pwe != 3 && in sme_auth_build_sae_commit()
Dwpa_supplicant.c1387 int sel, proto, sae_pwe; in wpa_supplicant_set_suites() local
1707 sae_pwe = wpa_s->conf->sae_pwe; in wpa_supplicant_set_suites()
1708 if (ssid->sae_password_id && sae_pwe != 3) in wpa_supplicant_set_suites()
1709 sae_pwe = 1; in wpa_supplicant_set_suites()
1710 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_SAE_PWE, sae_pwe); in wpa_supplicant_set_suites()
2165 (conf->sae_pwe == 0 && !ssid->sae_password_id && in wpa_s_setup_sae_pt()
2167 conf->sae_pwe == 3) { in wpa_s_setup_sae_pt()
4023 params.sae_pwe = wpa_s->conf->sae_pwe; in wpas_start_assoc_cb()
Devents.c887 if (wpa_s->conf->sae_pwe == 0 && in rate_match()
1319 if ((wpa_s->conf->sae_pwe == 1 || ssid->sae_password_id) && in wpa_scan_res_ok()
1320 wpa_s->conf->sae_pwe != 3 && wpa_key_mgmt_sae(ssid->key_mgmt) && in wpa_scan_res_ok()
Dconfig.c3149 ssid->sae_pwe = DEFAULT_SAE_PWE; in wpa_config_set_network_defaults()
5206 { INT_RANGE(sae_pwe, 0, 3), 0 },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h1205 int sae_pwe; member
1549 int sae_pwe; member
Ddriver_nl80211.c4452 u8 sae_pwe; in nl80211_put_sae_pwe() local
4456 sae_pwe = NL80211_SAE_PWE_HUNT_AND_PECK; in nl80211_put_sae_pwe()
4458 sae_pwe = NL80211_SAE_PWE_HASH_TO_ELEMENT; in nl80211_put_sae_pwe()
4460 sae_pwe = NL80211_SAE_PWE_BOTH; in nl80211_put_sae_pwe()
4465 if (nla_put_u8(msg, NL80211_ATTR_SAE_PWE, sae_pwe)) in nl80211_put_sae_pwe()
4821 nl80211_put_sae_pwe(msg, params->sae_pwe) < 0) in wpa_driver_nl80211_set_ap()
6407 nl80211_put_sae_pwe(msg, params->sae_pwe) < 0) in wpa_driver_nl80211_try_connect()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DChangeLog9 - added support for the hash-to-element mechanism (sae_pwe=1 or
10 sae_pwe=2)

12