/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_ie.c | 66 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_wpa_ie() 71 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_wpa_ie() 79 conf->wpa_key_mgmt); in wpa_write_wpa_ie() 187 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_rsn_ie() 192 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_rsn_ie() 198 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_write_rsn_ie() 204 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in wpa_write_rsn_ie() 210 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie() 217 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA384) { in wpa_write_rsn_ie() 223 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in wpa_write_rsn_ie() [all …]
|
H A D | wpa_auth.c | 1018 sm->wpa_key_mgmt = 0; 1307 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) && 1308 !wpa_key_mgmt_sae(sm->wpa_key_mgmt)) { 1315 if (wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt)) { 1330 if (wpa_verify_key_mic(sm->wpa_key_mgmt, pmk_len, &PTK, 1340 if (!wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) || 1341 wpa_key_mgmt_sae(sm->wpa_key_mgmt)) 1355 if (vlan_id && wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) && 1360 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt) && !sm->ft_completed) { 1404 if (!wpa_use_akm_defined(sm->wpa_key_mgmt) && [all …]
|
H A D | wpa_auth_ft.c | 2094 size_t pmk_r0_len = wpa_key_mgmt_sha384(sm->wpa_key_mgmt) ? in wpa_ft_store_pmk_fils() 2130 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE_EXT_KEY && in wpa_auth_derive_ptk_ft() 2135 else if (wpa_key_mgmt_sha384(sm->wpa_key_mgmt)) in wpa_auth_derive_ptk_ft() 2156 sm->wpa_key_mgmt) < 0 || in wpa_auth_derive_ptk_ft() 2163 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise, in wpa_auth_derive_ptk_ft() 2179 if (psk_local && wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt)) in wpa_auth_ft_store_keys() 2227 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_gtk_subelem() 2251 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_gtk_subelem() 2263 } else if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_gtk_subelem() 2316 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_igtk_subelem() [all …]
|
H A D | ap_config.c | 76 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss() 497 !wpa_key_mgmt_sae_ext_key(conf->wpa_key_mgmt) && in hostapd_setup_sae_pt() 500 !wpa_key_mgmt_sae(conf->wpa_key_mgmt)) in hostapd_setup_sae_pt() 1221 if (bss->wpa_key_mgmt & (WPA_KEY_MGMT_PSK | in hostapd_config_check_bss_6g() 1244 if (wpa_key_mgmt_sae(bss->wpa_key_mgmt) && in hostapd_config_check_bss_6g() 1300 wpa_key_mgmt_wpa_psk_no_sae(bss->wpa_key_mgmt) && in hostapd_config_check_bss() 1328 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss() 1658 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA; in hostapd_set_security_params() 1669 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params() 1682 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params()
|
H A D | ieee802_11_shared.c | 437 wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) in hostapd_ext_capab_byte() 450 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt)) { in hostapd_ext_capab_byte() 474 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in hostapd_ext_capab_byte() 975 !wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) in hostapd_eid_fils_indic() 1110 if (wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in hostapd_eid_rsnxe() 1114 wpa_key_mgmt_sae_ext_key(hapd->conf->wpa_key_mgmt)) && in hostapd_eid_rsnxe()
|
H A D | wpa_auth_glue.c | 47 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf() 109 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf() 374 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_wpa_auth_get_psk() 380 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && sta) { in hostapd_wpa_auth_get_psk() 860 if (!wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) || in hostapd_wpa_auth_oui_iter() 1762 wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt)) { in hostapd_setup_wpa()
|
H A D | wps_hostapd.c | 387 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()
|
H A D | wpa_auth_i.h | 121 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
|
H A D | ieee802_11.c | 141 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt); in hostapd_eid_supp_rates() 208 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt); in hostapd_eid_ext_supp_rates() 1231 (hapd->conf->wpa_key_mgmt & in sae_status_success() 2647 pasn_set_wpa_key_mgmt(pasn, hapd->conf->wpa_key_mgmt); in hapd_initialize_pasn() 2737 if (!(rsn_data.key_mgmt & pasn->wpa_key_mgmt) || in hapd_pasn_update_params() 2960 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth() 2964 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth() 2968 (hapd->conf->wpa && wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt) && in handle_auth() 2970 (hapd->conf->wpa && wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt) && in handle_auth() 2976 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PASN) && in handle_auth() [all …]
|
H A D | ap_drv_ops.c | 361 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
|
/freebsd/tools/tools/net80211/scripts/ |
H A D | setup.wpa1.aes | 27 wpa_key_mgmt=WPA-PSK
|
H A D | setup.wpa1.tkip | 27 wpa_key_mgmt=WPA-PSK
|
H A D | setup.wpa2 | 27 wpa_key_mgmt=WPA-PSK
|
H A D | setup.wpa | 27 wpa_key_mgmt=WPA-PSK
|
H A D | setup.wpa2.tkip | 27 wpa_key_mgmt=WPA-PSK
|
H A D | setup.tsn | 27 wpa_key_mgmt=WPA-PSK
|
H A D | setup.updown.wpa | 29 wpa_key_mgmt=WPA-PSK
|
H A D | setup.mixed | 28 wpa_key_mgmt=WPA-PSK
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ctrl_iface.c | 825 WPA_ASSERT(hapd->conf->wpa_key_mgmt); in hostapd_ctrl_iface_get_key_mgmt() 827 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_key_mgmt() 833 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt() 840 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt() 846 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt() 853 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in hostapd_ctrl_iface_get_key_mgmt() 861 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_key_mgmt() 867 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in hostapd_ctrl_iface_get_key_mgmt() 875 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA256) { in hostapd_ctrl_iface_get_key_mgmt() 881 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in hostapd_ctrl_iface_get_key_mgmt() [all …]
|
H A D | README | 303 # 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
|
/freebsd/contrib/wpa/src/pasn/ |
H A D | pasn_common.c | 136 pasn->wpa_key_mgmt = key_mgmt; in pasn_set_wpa_key_mgmt()
|
H A D | pasn_common.h | 54 int wpa_key_mgmt; member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-DPP | 72 wpa_key_mgmt=DPP 180 wpa_key_mgmt=DPP
|
H A D | ap.c | 581 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_conf_ap() 583 bss->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_conf_ap() 585 if (wpa_key_mgmt_sae(bss->wpa_key_mgmt) && ssid->passphrase) { in wpa_supplicant_conf_ap() 1610 wpa_key_mgmt_txt(conf->wpa_key_mgmt, in ap_ctrl_iface_wpa_get_status()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_bsd.c | 518 __func__, params->wpa_key_mgmt); in bsd_configure_wpa() 520 params->wpa_key_mgmt)) { in bsd_configure_wpa() 523 params->wpa_key_mgmt); in bsd_configure_wpa()
|