Home
last modified time | relevance | path

Searched refs:wpa_key_mgmt (Results 1 – 25 of 38) sorted by relevance

12

/hostap-3.6.0/src/ap/
Dwpa_auth_ie.c65 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_wpa_ie()
70 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_wpa_ie()
78 conf->wpa_key_mgmt); in wpa_write_wpa_ie()
186 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_rsn_ie()
191 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_rsn_ie()
197 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_write_rsn_ie()
203 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in wpa_write_rsn_ie()
209 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
215 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in wpa_write_rsn_ie()
220 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in wpa_write_rsn_ie()
[all …]
Dwpa_auth.c726 sm->wpa_key_mgmt = 0; in wpa_auth_sta_no_wpa()
944 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) && in wpa_try_alt_snonce()
945 !wpa_key_mgmt_sae(sm->wpa_key_mgmt)) { in wpa_try_alt_snonce()
952 if (wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt)) { in wpa_try_alt_snonce()
966 if (wpa_verify_key_mic(sm->wpa_key_mgmt, pmk_len, &PTK, in wpa_try_alt_snonce()
976 if (!wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) || in wpa_try_alt_snonce()
977 wpa_key_mgmt_sae(sm->wpa_key_mgmt)) in wpa_try_alt_snonce()
991 if (vlan_id && wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) && in wpa_try_alt_snonce()
1034 mic_len = wpa_mic_len(sm->wpa_key_mgmt, sm->pmk_len); in wpa_receive()
1122 if (wpa_use_cmac(sm->wpa_key_mgmt) && in wpa_receive()
[all …]
Dwpa_auth_ft.c2060 size_t pmk_r0_len = wpa_key_mgmt_sha384(sm->wpa_key_mgmt) ? in wpa_ft_store_pmk_fils()
2084 size_t pmk_r0_len = wpa_key_mgmt_sha384(sm->wpa_key_mgmt) ? in wpa_auth_derive_ptk_ft()
2130 wpa_key_mgmt_sha384(sm->wpa_key_mgmt)) < 0) in wpa_auth_derive_ptk_ft()
2132 if (!psk_local || !wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt)) in wpa_auth_derive_ptk_ft()
2142 if (!psk_local || !wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt)) in wpa_auth_derive_ptk_ft()
2150 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise, in wpa_auth_derive_ptk_ft()
2176 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_gtk_subelem()
2200 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_gtk_subelem()
2212 } else if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_gtk_subelem()
2265 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_igtk_subelem()
[all …]
Dap_config.c76 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
482 !wpa_key_mgmt_sae(conf->wpa_key_mgmt)) in hostapd_setup_sae_pt()
1183 if (bss->wpa_key_mgmt & (WPA_KEY_MGMT_PSK | in hostapd_config_check_bss_6g()
1252 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()
1279 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()
1563 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA; in hostapd_set_security_params()
1574 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params()
1587 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params()
Dieee802_11_shared.c411 wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) in hostapd_ext_capab_byte()
423 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt)) { in hostapd_ext_capab_byte()
442 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in hostapd_ext_capab_byte()
929 !wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) in hostapd_eid_fils_indic()
1064 if (wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in hostapd_eid_rsnxe()
Dwpa_auth_glue.c46 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf()
107 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf()
358 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_wpa_auth_get_psk()
364 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && sta) { in hostapd_wpa_auth_get_psk()
814 if (!wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) || in hostapd_wpa_auth_oui_iter()
1565 wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt)) { in hostapd_setup_wpa()
Dwps_hostapd.c387 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X; in hapd_wps_reconfig_in_memory()
389 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hapd_wps_reconfig_in_memory()
410 bss->wpa_key_mgmt |= WPA_KEY_MGMT_SAE; in hapd_wps_reconfig_in_memory()
1172 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
1174 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
1176 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) in hostapd_init_wps()
1204 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()
1206 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
Dwpa_auth_i.h117 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
Dieee802_11.c124 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt); in hostapd_eid_supp_rates()
179 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt); in hostapd_eid_ext_supp_rates()
3154 if (!(rsn_data.key_mgmt & hapd->conf->wpa_key_mgmt) || in handle_auth_pasn_1()
3631 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth()
3635 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth()
3639 (hapd->conf->wpa && wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt) && in handle_auth()
3641 (hapd->conf->wpa && wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt) && in handle_auth()
3647 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PASN) && in handle_auth()
4718 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in check_assoc_ies()
4733 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_DPP) && in check_assoc_ies()
[all …]
Dap_drv_ops.c311 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
Ddrv_callbacks.c624 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_notif_assoc()
654 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_DPP) && in hostapd_notif_assoc()
1797 if (!(hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) { in hostapd_notif_update_dh_ie()
Dwpa_auth.h174 int wpa_key_mgmt; member
/hostap-3.6.0/tests/hwsim/
Dmulti-bss-acs.conf17 wpa_key_mgmt=WPA-PSK
26 wpa_key_mgmt=SAE
Dmulti-bss-iface.conf15 wpa_key_mgmt=WPA-EAP
33 wpa_key_mgmt=WPA-EAP
Dmulti-bss-iface-per_sta_vif.conf15 wpa_key_mgmt=WPA-EAP
34 wpa_key_mgmt=WPA-EAP
Dowe-bss-2.conf13 wpa_key_mgmt=OWE
Dtest_ap_pmf.py584 wpa_key_mgmt="WPA-PSK-SHA256",
623 wpa_key_mgmt="WPA-PSK-SHA256",
656 wpa_key_mgmt="WPA-PSK-SHA256",
Dhostapd.py700 def wpa2_params(ssid=None, passphrase=None, wpa_key_mgmt="WPA-PSK", argument
703 "wpa_key_mgmt": wpa_key_mgmt,
/hostap-3.6.0/tests/fuzzing/eapol-key-auth/
Deapol-key-auth.c204 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in auth_init_group()
209 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in auth_init_group()
/hostap-3.6.0/hostapd/
Dctrl_iface.c1051 WPA_ASSERT(hapd->conf->wpa_key_mgmt); in hostapd_ctrl_iface_get_key_mgmt()
1053 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
1059 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt()
1066 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
1072 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt()
1079 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in hostapd_ctrl_iface_get_key_mgmt()
1087 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_key_mgmt()
1095 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA256) { in hostapd_ctrl_iface_get_key_mgmt()
1101 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in hostapd_ctrl_iface_get_key_mgmt()
1109 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in hostapd_ctrl_iface_get_key_mgmt()
[all …]
DREADME303 # wpa_psk or wpa_passphrase must be set and wpa_key_mgmt must include WPA-PSK.
306 # in wpa_key_mgmt.
322 #wpa_key_mgmt=WPA-PSK WPA-EAP
/hostap-3.6.0/wpa_supplicant/
DREADME-DPP72 wpa_key_mgmt=DPP
180 wpa_key_mgmt=DPP
Dap.c544 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_conf_ap()
546 bss->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_conf_ap()
548 if (wpa_key_mgmt_sae(bss->wpa_key_mgmt) && ssid->passphrase) { in wpa_supplicant_conf_ap()
1559 wpa_key_mgmt_txt(conf->wpa_key_mgmt, in ap_ctrl_iface_wpa_get_status()
/hostap-3.6.0/src/drivers/
Ddriver_bsd.c473 __func__, params->wpa_key_mgmt); in bsd_configure_wpa()
475 params->wpa_key_mgmt)) { in bsd_configure_wpa()
478 params->wpa_key_mgmt); in bsd_configure_wpa()
Ddriver_atheros.c352 __func__, params->wpa_key_mgmt); in atheros_configure_wpa()
354 params->wpa_key_mgmt)) { in atheros_configure_wpa()
357 params->wpa_key_mgmt); in atheros_configure_wpa()

12