Home
last modified time | relevance | path

Searched refs:sae_pwe (Results 1 - 25 of 27) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_ie.c369 (sm->sae_pwe == 1 || sm->sae_pwe == 2 || sm->sae_pk)) { in wpa_gen_rsnxe()
H A Dwpa_ft.c326 (sm->sae_pwe == 1 || sm->sae_pwe == 2); in wpa_ft_gen_req_ies()
1193 (sm->sae_pwe == 1 || sm->sae_pwe == 2);
H A Dwpa_i.h108 int sae_pwe; /* SAE PWE generation options */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_ssid.h64 /* Consider global sae_pwe for SAE mechanism for PWE derivation */
1193 * sae_pwe - SAE mechanism for PWE derivation
1196 * that the parameter is not set and the global sae_pwe value needs to
1203 int sae_pwe; member
H A Dap.c617 if (ssid->sae_pwe != DEFAULT_SAE_PWE) in wpa_supplicant_conf_ap()
618 bss->sae_pwe = ssid->sae_pwe; in wpa_supplicant_conf_ap()
620 bss->sae_pwe = wpa_s->conf->sae_pwe; in wpa_supplicant_conf_ap()
H A Dconfig.h1238 * sae_pwe - SAE mechanism for PWE derivation
1243 int sae_pwe; member
H A Dsme.c184 if (ssid->sae_password_id && wpa_s->conf->sae_pwe != 3)
191 wpa_s->conf->sae_pwe != SAE_PWE_FORCE_HUNT_AND_PECK)
212 if (use_pt || wpa_s->conf->sae_pwe == 1 || wpa_s->conf->sae_pwe == 2) {
215 if ((wpa_s->conf->sae_pwe == 1 || ssid->sae_password_id ||
221 wpa_s->conf->sae_pwe != 3 &&
H A Dconfig_file.c717 write_int(f, "sae_pwe", ssid->sae_pwe, DEFAULT_SAE_PWE); in wpa_config_write_network()
1419 if (config->sae_pwe) in wpa_config_write_global()
1420 fprintf(f, "sae_pwe=%d\n", config->sae_pwe); in wpa_config_write_global()
H A Dwpa_supplicant.c1471 int sel, proto, sae_pwe; in wpa_supplicant_set_suites() local
1824 sae_pwe = wpa_s->conf->sae_pwe; in wpa_supplicant_set_suites()
1827 sae_pwe != SAE_PWE_FORCE_HUNT_AND_PECK) in wpa_supplicant_set_suites()
1828 sae_pwe = SAE_PWE_HASH_TO_ELEMENT; in wpa_supplicant_set_suites()
1829 wpa_sm_set_param(wpa_s->wpa, WPA_PARAM_SAE_PWE, sae_pwe); in wpa_supplicant_set_suites()
2284 (conf->sae_pwe == 0 && !ssid->sae_password_id && in wpa_s_setup_sae_pt()
2287 conf->sae_pwe == 3) { in wpa_s_setup_sae_pt()
4252 params.sae_pwe = wpa_s->conf->sae_pwe;
[all...]
H A Dconfig.c3299 ssid->sae_pwe = DEFAULT_SAE_PWE; in wpa_config_set_network_defaults()
5386 { INT_RANGE(sae_pwe, 0, 3), 0 },
H A Devents.c1030 if (wpa_s->conf->sae_pwe == 0 && in rate_match()
1509 if ((wpa_s->conf->sae_pwe == 1 || ssid->sae_password_id) && in wpa_scan_res_ok()
1510 wpa_s->conf->sae_pwe != 3 && wpa_key_mgmt_sae(ssid->key_mgmt) && in wpa_scan_res_ok()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_shared.c1065 (hapd->conf->sae_pwe == 1 || hapd->conf->sae_pwe == 2 || in hostapd_eid_rsnxe()
1068 hapd->conf->sae_pwe != 3) { in hostapd_eid_rsnxe()
H A Dwpa_auth_glue.c198 wconf->sae_pwe = conf->sae_pwe; in hostapd_wpa_auth_conf()
200 if (sae_pw_id == 2 && wconf->sae_pwe != 3) in hostapd_wpa_auth_conf()
201 wconf->sae_pwe = 1; in hostapd_wpa_auth_conf()
202 else if (sae_pw_id == 1 && wconf->sae_pwe == 0) in hostapd_wpa_auth_conf()
203 wconf->sae_pwe = 2; in hostapd_wpa_auth_conf()
H A 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()
1213 int sae_pwe = hapd->conf->sae_pwe; in sae_status_success() local
1218 if (id_in_use == 2 && sae_pwe != 3) in sae_status_success()
1219 sae_pwe = 1; in sae_status_success()
1220 else if (id_in_use == 1 && sae_pwe in sae_status_success()
[all...]
H A Dap_config.c479 if ((conf->sae_pwe == 0 && !hostapd_sae_pw_id_in_use(conf) && in hostapd_setup_sae_pt()
482 conf->sae_pwe == 3 || in hostapd_setup_sae_pt()
H A Dwpa_auth_ie.c403 (conf->sae_pwe == 1 || conf->sae_pwe == 2 || conf->sae_pk || in wpa_write_rsnxe()
H A Dap_config.h665 int sae_pwe; member
H A Dwpa_auth.h258 int sae_pwe; member
H A Dbeacon.c1836 params.sae_pwe = hapd->conf->sae_pwe; in __ieee802_11_set_beacon()
H A 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()
H A Ddrv_callbacks.c470 if (hapd->conf->sae_pwe == 2 && in hostapd_notif_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddefs.h507 enum sae_pwe { enum
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h1262 * sae_pwe - SAE mechanism for PWE derivation
1267 int sae_pwe; member
1619 * sae_pwe - SAE mechanism for PWE derivation
1624 int sae_pwe; member
H A Ddriver_nl80211.c4695 u8 sae_pwe; in nl80211_put_sae_pwe() local
4697 wpa_printf(MSG_DEBUG, "nl802111: sae_pwe=%d", pwe); in nl80211_put_sae_pwe()
4699 sae_pwe = NL80211_SAE_PWE_HUNT_AND_PECK; in nl80211_put_sae_pwe()
4701 sae_pwe = NL80211_SAE_PWE_HASH_TO_ELEMENT; in nl80211_put_sae_pwe()
4703 sae_pwe = NL80211_SAE_PWE_BOTH; in nl80211_put_sae_pwe()
4708 if (nla_put_u8(msg, NL80211_ATTR_SAE_PWE, sae_pwe)) in nl80211_put_sae_pwe()
5064 nl80211_put_sae_pwe(msg, params->sae_pwe) < 0) in wpa_driver_nl80211_set_ap()
6752 nl80211_put_sae_pwe(msg, params->sae_pwe) < 0)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4426 } else if (os_strcmp(buf, "sae_pwe") == 0) { in hostapd_config_fill()
4427 bss->sae_pwe = atoi(pos); in hostapd_config_fill()

Completed in 82 milliseconds

12