Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/common/
Ddefs.h42 #define WPA_KEY_MGMT_FT_PSK BIT(6) macro
57 akm == WPA_KEY_MGMT_FT_PSK || in wpa_key_mgmt_wpa_psk()
63 return akm == WPA_KEY_MGMT_FT_PSK || in wpa_key_mgmt_ft()
Dwpa_common.c223 return WPA_KEY_MGMT_FT_PSK; in rsn_key_mgmt_to_bitfield()
659 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_txt()
/freebsd-9-stable/contrib/wpa/src/ap/
Dwpa_auth_ie.c187 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_write_rsn_ie()
281 (WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK)) { in wpa_auth_gen_wpa_ie()
489 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
589 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_validate_wpa_ie()
590 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_validate_wpa_ie()
Dwpa_auth_ft.c626 sm->wpa_key_mgmt != WPA_KEY_MGMT_FT_PSK) in wpa_sm_write_assoc_resp_ies()
Dieee802_11.c365 (WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK)) && in handle_auth()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dsme.c108 WPA_KEY_MGMT_FT_PSK | in sme_authenticate()
128 WPA_KEY_MGMT_WPA_NONE | WPA_KEY_MGMT_FT_PSK | in sme_authenticate()
169 if (md && ssid->key_mgmt & (WPA_KEY_MGMT_FT_PSK | in sme_authenticate()
Dwpa_supplicant.c722 case WPA_KEY_MGMT_FT_PSK: in key_mgmt2driver()
913 } else if (sel & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_set_suites()
914 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK; in wpa_supplicant_set_suites()
971 (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_PSK_SHA256)) in wpa_supplicant_set_suites()
1090 WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_associate()
1109 WPA_KEY_MGMT_WPA_NONE | WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_associate()
Devents.c70 WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_FT_IEEE8021X | in wpa_supplicant_select_config()
606 WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK | in wpa_supplicant_select_bss_non_wpa()
Dconfig.c513 val |= WPA_KEY_MGMT_FT_PSK; in wpa_config_parse_key_mgmt()
614 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpa_config_write_key_mgmt()
Dconfig_file.c108 if ((ssid->key_mgmt & (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | in wpa_config_validate_network()
Dctrl_iface.c730 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) { in wpa_supplicant_ie_txt()
/freebsd-9-stable/contrib/wpa/src/rsn_supp/
Dwpa_ft.c241 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK) in wpa_ft_gen_req_ies()
592 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK) { in wpa_ft_process_response()
718 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK) in wpa_ft_is_completed()
876 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK) { in wpa_ft_validate_reassoc_resp()
Dwpa_ie.c316 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) { in wpa_gen_wpa_ie_rsn()
Dwpa.c1812 case WPA_KEY_MGMT_FT_PSK: in wpa_key_mgmt_suite()
/freebsd-9-stable/contrib/wpa/hostapd/
Dconfig_file.c529 val |= WPA_KEY_MGMT_FT_PSK; in hostapd_config_parse_key_mgmt()
1080 (WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_FT_IEEE8021X)) && in hostapd_config_check_bss()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/dbus/
Ddbus_new_handlers.c2623 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK) in wpas_dbus_get_bss_security_prop()