HomeSort by relevance Sort by last modified time
    Searched refs:WPA_KEY_MGMT_FT_PSK (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant_8/src/common/
defs.h 42 #define WPA_KEY_MGMT_FT_PSK BIT(6)
77 WPA_KEY_MGMT_FT_PSK |
85 return !!(akm & (WPA_KEY_MGMT_FT_PSK |
92 static inline int wpa_key_mgmt_ft_psk(int akm) function
94 return !!(akm & WPA_KEY_MGMT_FT_PSK);
wpa_common.c 742 return WPA_KEY_MGMT_FT_PSK;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 173 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) {
551 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK)
645 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK)
646 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK;
wpa_auth_ft.c 401 if (!psk_local || !wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt))
411 if (!psk_local || !wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt))
892 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK)
893 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK;
981 wpa_key_mgmt_ft_psk(sm->wpa_key_mgmt)) {
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 164 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) {
wpa_ft.c 204 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK)
wpa.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.h 321 WPA_KEY_MGMT_FT_PSK,
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c     [all...]
config.c 691 val |= WPA_KEY_MGMT_FT_PSK;
824 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) {
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 679 val |= WPA_KEY_MGMT_FT_PSK;
    [all...]
ctrl_iface.c 1107 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 637 milliseconds