/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() 157 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in wpa_write_rsn_ie() 162 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in wpa_write_rsn_ie() 168 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_write_rsn_ie() 173 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie() 180 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in wpa_write_rsn_ie() 185 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in wpa_write_rsn_ie() 192 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in wpa_write_rsn_ie() [all …]
|
D | wpa_auth.c | 236 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_use_aes_cmac() 240 if (wpa_key_mgmt_sha256(sm->wpa_key_mgmt)) in wpa_use_aes_cmac() 243 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) in wpa_use_aes_cmac() 640 sm->wpa_key_mgmt = 0; in wpa_auth_sta_no_wpa() 834 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) { in wpa_try_alt_snonce() 847 if (wpa_verify_key_mic(sm->wpa_key_mgmt, &PTK, data, data_len) in wpa_try_alt_snonce() 853 if (!wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) in wpa_try_alt_snonce() 893 mic_len = wpa_mic_len(sm->wpa_key_mgmt); in wpa_receive() 986 sm->wpa_key_mgmt != WPA_KEY_MGMT_OSEN && in wpa_receive() 987 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive() [all …]
|
D | ap_config.c | 58 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss() 776 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss() 803 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss() 996 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA; in hostapd_set_security_params() 1006 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params() 1018 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params()
|
D | wpa_auth_glue.c | 37 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf() 82 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf() 654 wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt)) { in hostapd_setup_wpa()
|
D | wps_hostapd.c | 345 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X; in hapd_wps_reconfig_in_memory() 347 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hapd_wps_reconfig_in_memory() 1068 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps() 1070 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps() 1084 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps() 1086 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
|
D | wpa_auth_i.h | 109 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
|
D | wpa_auth.h | 140 int wpa_key_mgmt; member
|
D | ap_drv_ops.c | 289 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
|
D | ap_config.h | 302 int wpa_key_mgmt; member
|
D | wpa_auth_ft.c | 400 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise); in wpa_auth_derive_ptk_ft() 653 if (!wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_sm_write_assoc_resp_ies() 895 &sm->PTK, ptk_name, sm->wpa_key_mgmt, in wpa_ft_process_auth_req()
|
D | beacon.c | 1177 params->key_mgmt_suites = hapd->conf->wpa_key_mgmt; in ieee802_11_build_ap_params()
|
D | ieee802_11.c | 999 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth() 1003 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth()
|
D | ieee802_1x.c | 475 if (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in add_common_radius_sta_attr()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1082 WPA_ASSERT(hapd->conf->wpa_key_mgmt); in hostapd_ctrl_iface_get_key_mgmt() 1084 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_key_mgmt() 1090 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt() 1097 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt() 1103 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt() 1110 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_key_mgmt() 1119 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in hostapd_ctrl_iface_get_key_mgmt() 1125 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in hostapd_ctrl_iface_get_key_mgmt() 1133 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in hostapd_ctrl_iface_get_key_mgmt() 1140 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in hostapd_ctrl_iface_get_key_mgmt() [all …]
|
D | README | 315 # wpa_psk or wpa_passphrase must be set and wpa_key_mgmt must include WPA-PSK. 318 # in wpa_key_mgmt. 334 #wpa_key_mgmt=WPA-PSK WPA-EAP
|
D | README-WPS | 82 wpa_key_mgmt=WPA-PSK
|
D | config_file.c | 2478 bss->wpa_key_mgmt = hostapd_config_parse_key_mgmt(line, pos); in hostapd_config_fill() 2479 if (bss->wpa_key_mgmt == -1) in hostapd_config_fill()
|
D | ChangeLog | 1039 wpa_key_mgmt, wpa_pairwise, wpa_group_rekey, wpa_gmk_rekey,
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_bsd.c | 488 __func__, params->wpa_key_mgmt); in bsd_configure_wpa() 490 params->wpa_key_mgmt)) { in bsd_configure_wpa() 493 params->wpa_key_mgmt); in bsd_configure_wpa()
|
D | driver_atheros.c | 333 __func__, params->wpa_key_mgmt); in atheros_configure_wpa() 335 params->wpa_key_mgmt)) { in atheros_configure_wpa() 338 params->wpa_key_mgmt); in atheros_configure_wpa()
|
D | driver.h | 1516 int wpa_key_mgmt; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 269 bss->conf->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_mesh_init()
|
D | mesh_rsn.c | 149 conf.wpa_key_mgmt = WPA_KEY_MGMT_SAE; in __mesh_rsn_auth_init()
|
D | ap.c | 290 bss->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_conf_ap() 1188 wpa_key_mgmt_txt(conf->wpa_key_mgmt, in ap_ctrl_iface_wpa_get_status()
|
D | ibss_rsn.c | 416 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in ibss_rsn_auth_init_group()
|