Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_FT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddefs.h55 #define WPA_KEY_MGMT_FT (WPA_KEY_MGMT_FT_PSK | \ macro
96 return !!(akm & WPA_KEY_MGMT_FT); in wpa_key_mgmt_ft()
102 akm &= ~WPA_KEY_MGMT_FT; in wpa_key_mgmt_only_ft()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c634 data.key_mgmt &= ~WPA_KEY_MGMT_FT; in wpa_validate_wpa_ie()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c1546 sel &= ~WPA_KEY_MGMT_FT; in wpa_supplicant_set_suites()