Searched refs:wpa_key_mgmt (Results 1 – 25 of 28) sorted by relevance
12
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 …]
203 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()207 if (wpa_key_mgmt_sha256(sm->wpa_key_mgmt)) in wpa_use_aes_cmac()569 sm->wpa_key_mgmt = 0; in wpa_auth_sta_no_wpa()968 wpa_key_mgmt_ft(sm->wpa_key_mgmt); in wpa_receive()1533 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) { in SM_STATE()1706 wpa_key_mgmt_wpa_ieee8021x(sm->wpa_key_mgmt)) { in SM_STATE()1722 wpa_key_mgmt_sha256(sm->wpa_key_mgmt)); in SM_STATE()1736 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt)) in wpa_derive_ptk()1743 wpa_key_mgmt_sha256(sm->wpa_key_mgmt)); in wpa_derive_ptk()1763 if (wpa_key_mgmt_wpa_psk(sm->wpa_key_mgmt)) { in SM_STATE()[all …]
315 bss->wpa_key_mgmt = WPA_KEY_MGMT_IEEE8021X; in hapd_wps_reconfig_in_memory()317 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hapd_wps_reconfig_in_memory()985 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()987 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()997 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) in hostapd_init_wps()999 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) in hostapd_init_wps()
104 int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */ member
35 wconf->wpa_key_mgmt = conf->wpa_key_mgmt; in hostapd_wpa_auth_conf()
127 int wpa_key_mgmt; member
250 int wpa_key_mgmt; member
274 params.wpa_key_mgmt = hapd->conf->wpa_key_mgmt; in hostapd_set_drv_ieee8021x()
56 bss->wpa_key_mgmt = WPA_KEY_MGMT_PSK; in hostapd_config_defaults_bss()
635 if (sm->wpa_key_mgmt != WPA_KEY_MGMT_FT_IEEE8021X && in wpa_sm_write_assoc_resp_ies()636 sm->wpa_key_mgmt != WPA_KEY_MGMT_FT_PSK) in wpa_sm_write_assoc_resp_ies()
720 params.key_mgmt_suites = hapd->conf->wpa_key_mgmt; in ieee802_11_set_beacon()
585 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) && in handle_auth()589 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth()
638 if (hapd->conf->wpa && hapd->conf->wpa_key_mgmt) { in hostapd_ctrl_iface_get_config()644 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_config()650 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_config()657 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_config()663 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_config()671 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in hostapd_ctrl_iface_get_config()677 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in hostapd_ctrl_iface_get_config()
321 # wpa_psk or wpa_passphrase must be set and wpa_key_mgmt must include WPA-PSK.324 # in wpa_key_mgmt.340 #wpa_key_mgmt=WPA-PSK WPA-EAP
1118 if (bss->wpa && (bss->wpa_key_mgmt & WPA_KEY_MGMT_PSK) && in hostapd_config_check_bss()1145 if (wpa_key_mgmt_ft(bss->wpa_key_mgmt) && in hostapd_config_check_bss()2131 bss->wpa_key_mgmt = in hostapd_config_fill()2133 if (bss->wpa_key_mgmt == -1) in hostapd_config_fill()
84 wpa_key_mgmt=WPA-PSK
139 enum wpa_key_mgmt { enum
286 __func__, params->wpa_key_mgmt); in madwifi_configure_wpa()288 params->wpa_key_mgmt)) { in madwifi_configure_wpa()290 params->wpa_key_mgmt); in madwifi_configure_wpa()
420 __func__, params->wpa_key_mgmt); in bsd_configure_wpa()422 params->wpa_key_mgmt)) { in bsd_configure_wpa()424 params->wpa_key_mgmt); in bsd_configure_wpa()
422 enum wpa_key_mgmt key_mgmt_suite;1024 int wpa_key_mgmt; member
308 __func__, params->wpa_key_mgmt); in atheros_configure_wpa()310 params->wpa_key_mgmt)) { in atheros_configure_wpa()312 params->wpa_key_mgmt); in atheros_configure_wpa()
277 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in auth_init_group()
769 enum wpa_key_mgmt key_mgmt2driver(int key_mgmt);
178 bss->wpa_key_mgmt = ssid->key_mgmt; in wpa_supplicant_conf_ap()969 wpa_key_mgmt_txt(conf->wpa_key_mgmt, in ap_ctrl_iface_wpa_get_status()
374 conf.wpa_key_mgmt = WPA_KEY_MGMT_PSK; in ibss_rsn_auth_init_group()