Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c66 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 Dwpa_auth.c1018 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 Dwpa_auth_ft.c2094 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 Dap_config.c76 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 Dieee802_11_shared.c437 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 Dwpa_auth_glue.c47 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 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()
H A Dwpa_auth_i.h121 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
H A Dieee802_11.c141 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 Dap_drv_ops.c361 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
/freebsd/tools/tools/net80211/scripts/
H A Dsetup.wpa1.aes27 wpa_key_mgmt=WPA-PSK
H A Dsetup.wpa1.tkip27 wpa_key_mgmt=WPA-PSK
H A Dsetup.wpa227 wpa_key_mgmt=WPA-PSK
H A Dsetup.wpa27 wpa_key_mgmt=WPA-PSK
H A Dsetup.wpa2.tkip27 wpa_key_mgmt=WPA-PSK
H A Dsetup.tsn27 wpa_key_mgmt=WPA-PSK
H A Dsetup.updown.wpa29 wpa_key_mgmt=WPA-PSK
H A Dsetup.mixed28 wpa_key_mgmt=WPA-PSK
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c825 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 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
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_common.c136 pasn->wpa_key_mgmt = key_mgmt; in pasn_set_wpa_key_mgmt()
H A Dpasn_common.h54 int wpa_key_mgmt; member
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-DPP72 wpa_key_mgmt=DPP
180 wpa_key_mgmt=DPP
H A Dap.c581 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 Ddriver_bsd.c518 __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()

12