Searched refs:WPA_KEY_MGMT_FT_PSK (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
H A Ddefs.h42 #define WPA_KEY_MGMT_FT_PSK BIT(6) macro
62 #define WPA_KEY_MGMT_FT (WPA_KEY_MGMT_FT_PSK | \
88 WPA_KEY_MGMT_FT_PSK |
108 return !!(akm & WPA_KEY_MGMT_FT_PSK);
H A Dwpa_common.c1122 return WPA_KEY_MGMT_FT_PSK;
2007 case WPA_KEY_MGMT_FT_PSK:
2052 if (akm & WPA_KEY_MGMT_FT_PSK)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c180 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) {
607 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK)
717 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK)
718 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK;
H A Dwpa_auth_ft.c2765 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK)
2766 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK;
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c168 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) {
H A Dwpa_ft.c229 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK)
H A Dwpa.c2480 case WPA_KEY_MGMT_FT_PSK:
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c1485 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
1486 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
1584 WPA_KEY_MGMT_FT_PSK |
3221 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK)) {
3247 params.key_mgmt_suite == WPA_KEY_MGMT_FT_PSK) &&
H A Dconfig.c735 val |= WPA_KEY_MGMT_FT_PSK;
880 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) {
H A Ddpp_supplicant.c885 WPA_KEY_MGMT_PSK_SHA256 | WPA_KEY_MGMT_FT_PSK;
H A Dctrl_iface.c2642 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4519 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_PSK)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c706 val |= WPA_KEY_MGMT_FT_PSK;
H A Dctrl_iface.c1058 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) {

Completed in 554 milliseconds