Searched refs:WPA_KEY_MGMT_FT_SAE (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
H A Ddefs.h47 #define WPA_KEY_MGMT_FT_SAE BIT(11) macro
65 WPA_KEY_MGMT_FT_SAE | \
91 WPA_KEY_MGMT_FT_SAE));
114 WPA_KEY_MGMT_FT_SAE));
130 WPA_KEY_MGMT_FT_SAE |
H A Dwpa_common.c224 case WPA_KEY_MGMT_FT_SAE:
1138 return WPA_KEY_MGMT_FT_SAE;
2020 case WPA_KEY_MGMT_FT_SAE:
2080 if (akm & WPA_KEY_MGMT_FT_SAE)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c204 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) {
619 else if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE)
729 else if (key_mgmt & WPA_KEY_MGMT_FT_SAE)
730 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_SAE;
H A Dwpa_auth.c4824 return sm->wpa_key_mgmt == WPA_KEY_MGMT_FT_SAE;
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c180 } else if (key_mgmt == WPA_KEY_MGMT_FT_SAE) {
H A Dwpa_ft.c231 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE)
H A Dwpa.c294 if (sm->key_mgmt == WPA_KEY_MGMT_FT_SAE &&
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dsme.c644 wpa_s->key_mgmt == WPA_KEY_MGMT_FT_SAE ?
645 WPA_KEY_MGMT_FT_SAE :
991 (ssid->key_mgmt & (WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE)))
H A Dwpa_supplicant.c1411 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE);
1477 } else if (sel & WPA_KEY_MGMT_FT_SAE) {
1478 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_SAE;
2680 if (wpa_s->key_mgmt & (WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE))
H A Dconfig.c757 val |= WPA_KEY_MGMT_FT_SAE;
958 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_SAE) {
H A Ddpp_supplicant.c888 WPA_KEY_MGMT_FT_SAE;
H A Dctrl_iface.c2649 if (data.key_mgmt & WPA_KEY_MGMT_FT_SAE) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4550 if (ie_data->key_mgmt & WPA_KEY_MGMT_FT_SAE)
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c724 val |= WPA_KEY_MGMT_FT_SAE;
H A Dctrl_iface.c1079 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) {

Completed in 317 milliseconds