/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_ie.c | 369 (sm->sae_pwe == 1 || sm->sae_pwe == 2 || sm->sae_pk)) { in wpa_gen_rsnxe()
|
H A D | wpa_ft.c | 326 (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 D | wpa_i.h | 108 int sae_pwe; /* SAE PWE generation options */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config_ssid.h | 64 /* 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 D | ap.c | 617 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 D | config.h | 1238 * sae_pwe - SAE mechanism for PWE derivation 1243 int sae_pwe; member
|
H A D | sme.c | 184 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 D | config_file.c | 717 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 D | wpa_supplicant.c | 1471 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 D | config.c | 3299 ssid->sae_pwe = DEFAULT_SAE_PWE; in wpa_config_set_network_defaults() 5386 { INT_RANGE(sae_pwe, 0, 3), 0 },
|
H A D | events.c | 1030 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 D | ieee802_11_shared.c | 1065 (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 D | wpa_auth_glue.c | 198 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 D | ieee802_11.c | 121 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 D | ap_config.c | 479 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 D | wpa_auth_ie.c | 403 (conf->sae_pwe == 1 || conf->sae_pwe == 2 || conf->sae_pk || in wpa_write_rsnxe()
|
H A D | ap_config.h | 665 int sae_pwe; member
|
H A D | wpa_auth.h | 258 int sae_pwe; member
|
H A D | beacon.c | 1836 params.sae_pwe = hapd->conf->sae_pwe; in __ieee802_11_set_beacon()
|
H A D | wpa_auth_ft.c | 2699 (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 D | drv_callbacks.c | 470 if (hapd->conf->sae_pwe == 2 && in hostapd_notif_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | defs.h | 507 enum sae_pwe { enum
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 1262 * 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 D | driver_nl80211.c | 4695 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 D | ap_config_file.c | 4426 } else if (os_strcmp(buf, "sae_pwe") == 0) { in hostapd_config_fill() 4427 bss->sae_pwe = atoi(pos); in hostapd_config_fill()
|