/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ie.c | 65 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 …]
|
D | wpa_auth.c | 730 sm->wpa_key_mgmt = 0; in wpa_auth_sta_no_wpa() 948 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) && in wpa_try_alt_snonce() 949 !wpa_key_mgmt_sae(sm->wpa_key_mgmt)) { in wpa_try_alt_snonce() 956 if (wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt)) { in wpa_try_alt_snonce() 970 if (wpa_verify_key_mic(sm->wpa_key_mgmt, pmk_len, &PTK, in wpa_try_alt_snonce() 980 if (!wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) || in wpa_try_alt_snonce() 981 wpa_key_mgmt_sae(sm->wpa_key_mgmt)) in wpa_try_alt_snonce() 995 if (vlan_id && wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt) && in wpa_try_alt_snonce() 1026 mic_len = wpa_mic_len(sm->wpa_key_mgmt, sm->pmk_len); in wpa_receive() 1114 if (wpa_use_cmac(sm->wpa_key_mgmt) && in wpa_receive() [all …]
|
D | ieee802_11_shared.c | 405 wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) in hostapd_ext_capab_byte() 417 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt)) { in hostapd_ext_capab_byte() 436 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in hostapd_ext_capab_byte() 485 !wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) && len < 10) in hostapd_eid_ext_capab() 495 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in hostapd_eid_ext_capab() 504 wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in hostapd_eid_ext_capab() 978 !wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt)) in hostapd_eid_fils_indic() 1113 if (wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in hostapd_eid_rsnxe()
|
D | wpa_auth_ft.c | 2060 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() 2264 if (wpa_key_mgmt_fils(sm->wpa_key_mgmt)) { in wpa_ft_igtk_subelem() [all …]
|
D | ap_config.c | 76 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss() 478 !wpa_key_mgmt_sae(conf->wpa_key_mgmt)) in hostapd_setup_sae_pt() 1178 if (bss->wpa_key_mgmt & (WPA_KEY_MGMT_PSK | in hostapd_config_check_bss_6g() 1247 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss() 1274 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss() 1549 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA; in hostapd_set_security_params() 1560 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params() 1573 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params()
|
D | wpa_auth_glue.c | 46 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() 360 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in hostapd_wpa_auth_get_psk() 366 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && sta) { in hostapd_wpa_auth_get_psk() 816 if (!wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) || in hostapd_wpa_auth_oui_iter() 1566 wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt)) { in hostapd_setup_wpa()
|
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() 1171 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps() 1173 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps() 1201 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps() 1203 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
|
D | wpa_auth_i.h | 117 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
|
D | ieee802_11.c | 124 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() 3053 if (!(rsn_data.key_mgmt & hapd->conf->wpa_key_mgmt) || in handle_auth_pasn_1() 3489 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth() 3493 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth() 3497 (hapd->conf->wpa && wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt) && in handle_auth() 3499 (hapd->conf->wpa && wpa_key_mgmt_fils(hapd->conf->wpa_key_mgmt) && in handle_auth() 3505 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PASN) && in handle_auth() 4574 if ((hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) && in check_assoc_ies() 4589 (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_DPP) && in check_assoc_ies() [all …]
|
D | ap_drv_ops.c | 311 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
|
D | drv_callbacks.c | 624 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() 1780 if (!(hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE)) { in hostapd_notif_update_dh_ie()
|
D | wpa_auth.h | 174 int wpa_key_mgmt; member
|
D | ap_config.h | 350 int wpa_key_mgmt; member
|
D | beacon.c | 1655 params->key_mgmt_suites = hapd->conf->wpa_key_mgmt; in ieee802_11_build_ap_params()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1045 WPA_ASSERT(hapd->conf->wpa_key_mgmt); in hostapd_ctrl_iface_get_key_mgmt() 1047 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_key_mgmt() 1053 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt() 1060 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt() 1066 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt() 1073 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in hostapd_ctrl_iface_get_key_mgmt() 1081 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_key_mgmt() 1089 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA256) { in hostapd_ctrl_iface_get_key_mgmt() 1095 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in hostapd_ctrl_iface_get_key_mgmt() 1103 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in hostapd_ctrl_iface_get_key_mgmt() [all …]
|
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
|
D | README-WPS | 82 wpa_key_mgmt=WPA-PSK
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-DPP | 72 wpa_key_mgmt=DPP 180 wpa_key_mgmt=DPP
|
D | ap.c | 455 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in wpa_supplicant_conf_ap() 457 bss->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_conf_ap() 459 if (wpa_key_mgmt_sae(bss->wpa_key_mgmt) && ssid->passphrase) { in wpa_supplicant_conf_ap() 1459 wpa_key_mgmt_txt(conf->wpa_key_mgmt, in ap_ctrl_iface_wpa_get_status()
|
D | mesh_rsn.c | 161 conf.wpa_key_mgmt = WPA_KEY_MGMT_SAE; in __mesh_rsn_auth_init()
|
D | mesh.c | 189 bss->conf->wpa_key_mgmt = ssid->key_mgmt; in wpas_mesh_init_rsn()
|
D | ibss_rsn.c | 450 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in ibss_rsn_auth_init_group()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_bsd.c | 473 __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()
|
D | driver_atheros.c | 353 __func__, params->wpa_key_mgmt); in atheros_configure_wpa() 355 params->wpa_key_mgmt)) { in atheros_configure_wpa() 358 params->wpa_key_mgmt); in atheros_configure_wpa()
|
D | driver.h | 2237 int wpa_key_mgmt; member
|