/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 | 235 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_use_aes_cmac() 239 if (wpa_key_mgmt_sha256(sm->wpa_key_mgmt)) in wpa_use_aes_cmac() 242 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) in wpa_use_aes_cmac() 639 sm->wpa_key_mgmt = 0; in wpa_auth_sta_no_wpa() 832 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) { in wpa_try_alt_snonce() 842 if (wpa_verify_key_mic(sm->wpa_key_mgmt, &PTK, data, data_len) in wpa_try_alt_snonce() 848 if (!wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) in wpa_try_alt_snonce() 888 mic_len = wpa_mic_len(sm->wpa_key_mgmt); in wpa_receive() 981 sm->wpa_key_mgmt != WPA_KEY_MGMT_OSEN && in wpa_receive() 982 !wpa_key_mgmt_suite_b(sm->wpa_key_mgmt) && in wpa_receive() [all …]
|
D | ap_config.c | 56 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss() 741 if (full_config && bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss() 768 if (full_config && wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss() 952 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X_NO_WPA; in hostapd_set_security_params() 962 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params() 974 bss->wpa_key_mgmt = WPA_KEY_MGMT_NONE; in hostapd_set_security_params()
|
D | wpa_auth_glue.c | 36 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf() 81 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf()
|
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() 1060 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps() 1062 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps() 1072 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps() 1074 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
|
D | wpa_auth_i.h | 108 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
|
D | wpa_auth.h | 129 int wpa_key_mgmt; member
|
D | ap_drv_ops.c | 301 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
|
D | ap_config.h | 284 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 | 968 params->key_mgmt_suites = hapd->conf->wpa_key_mgmt; in ieee802_11_build_ap_params()
|
D | ieee802_11.c | 936 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth() 940 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth()
|
D | ieee802_1x.c | 443 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 | 1107 if (hapd->conf->wpa && hapd->conf->wpa_key_mgmt) { in hostapd_ctrl_iface_get_config() 1113 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_config() 1119 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_config() 1126 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_config() 1132 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_config() 1139 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_config() 1148 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in hostapd_ctrl_iface_get_config() 1154 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in hostapd_ctrl_iface_get_config() 1162 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in hostapd_ctrl_iface_get_config() 1169 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in hostapd_ctrl_iface_get_config() [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 | 2406 bss->wpa_key_mgmt = hostapd_config_parse_key_mgmt(line, pos); in hostapd_config_fill() 2407 if (bss->wpa_key_mgmt == -1) in hostapd_config_fill()
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | test_wpa.c | 273 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in auth_init_group()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_bsd.c | 446 __func__, params->wpa_key_mgmt); in bsd_configure_wpa() 448 params->wpa_key_mgmt)) { in bsd_configure_wpa() 451 params->wpa_key_mgmt); in bsd_configure_wpa()
|
D | driver_atheros.c | 329 __func__, params->wpa_key_mgmt); in atheros_configure_wpa() 331 params->wpa_key_mgmt)) { in atheros_configure_wpa() 334 params->wpa_key_mgmt); in atheros_configure_wpa()
|
D | driver.h | 1425 int wpa_key_mgmt; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh.c | 244 bss->conf->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_mesh_init()
|
D | mesh_rsn.c | 152 conf.wpa_key_mgmt = WPA_KEY_MGMT_SAE; in __mesh_rsn_auth_init()
|
D | ap.c | 234 bss->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_conf_ap() 1110 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()
|