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

  /external/wpa_supplicant_8/src/common/
defs.h 42 #define WPA_KEY_MGMT_FT_PSK BIT(6)
65 WPA_KEY_MGMT_FT_PSK |
73 return !!(akm & (WPA_KEY_MGMT_FT_PSK |
wpa_common.c 388 return WPA_KEY_MGMT_FT_PSK;
991 case WPA_KEY_MGMT_FT_PSK:
1010 if (akm & 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) {
483 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK)
561 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK)
562 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK;
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 161 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) {
wpa_ft.c 208 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK)
wpa.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 1080 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
1081 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
    [all...]
config.c 514 val |= WPA_KEY_MGMT_FT_PSK;
625 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK) {
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 931 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) {
    [all...]
config_file.c 667 val |= WPA_KEY_MGMT_FT_PSK;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c     [all...]
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 268 milliseconds