Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_FT_IEEE8021X (Results 1 – 16 of 16) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h41 #define WPA_KEY_MGMT_FT_IEEE8021X BIT(5) macro
64 WPA_KEY_MGMT_FT_IEEE8021X | in wpa_key_mgmt_wpa_ieee8021x()
88 WPA_KEY_MGMT_FT_IEEE8021X | in wpa_key_mgmt_ft()
Dwpa_common.c904 return WPA_KEY_MGMT_FT_IEEE8021X; in rsn_key_mgmt_to_bitfield()
1657 case WPA_KEY_MGMT_FT_IEEE8021X: in wpa_key_mgmt_txt()
1700 if (akm & WPA_KEY_MGMT_FT_IEEE8021X) in wpa_akm_to_suite()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c168 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_write_rsn_ie()
562 else if (data.key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) in wpa_validate_wpa_ie()
664 else if (key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) in wpa_validate_wpa_ie()
665 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X; in wpa_validate_wpa_ie()
Dwpa_auth_ft.c2030 if (key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) in wpa_ft_set_key_mgmt()
2031 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X; in wpa_ft_set_key_mgmt()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c162 } else if (key_mgmt == WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c202 if (sm->key_mgmt == WPA_KEY_MGMT_FT_IEEE8021X) in wpa_ft_gen_req_ies()
Dwpa.c245 if (sm->key_mgmt == WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_supplicant_key_mgmt_set_pmk()
2282 case WPA_KEY_MGMT_FT_IEEE8021X: in wpa_key_mgmt_suite()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl_manager.h317 WPA_KEY_MGMT_FT_IEEE8021X,
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
Dhidl_manager.h326 WPA_KEY_MGMT_FT_IEEE8021X,
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c737 val |= WPA_KEY_MGMT_FT_IEEE8021X; in wpa_config_parse_key_mgmt()
886 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_config_write_key_mgmt()
Dwpa_supplicant.c1354 } else if (sel & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_supplicant_set_suites()
1355 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_IEEE8021X; in wpa_supplicant_set_suites()
Dctrl_iface.c2546 if (data.key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in wpa_supplicant_ie_txt()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c4117 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) in wpas_dbus_get_bss_security_prop()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1024 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt()
Dconfig_file.c681 val |= WPA_KEY_MGMT_FT_IEEE8021X; in hostapd_config_parse_key_mgmt()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c5248 params->key_mgmt_suite == WPA_KEY_MGMT_FT_IEEE8021X || in nl80211_connect_common()
5269 case WPA_KEY_MGMT_FT_IEEE8021X: in nl80211_connect_common()