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

  /external/wpa_supplicant_8/src/common/
defs.h 42 #define WPA_KEY_MGMT_FT_PSK BIT(6)
69 WPA_KEY_MGMT_FT_PSK |
77 return !!(akm & (WPA_KEY_MGMT_FT_PSK |
wpa_common.c 471 return WPA_KEY_MGMT_FT_PSK;
1165 case WPA_KEY_MGMT_FT_PSK:
1196 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) {
497 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK)
579 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK)
580 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK;
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 164 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) {
wpa_ft.c 205 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK)
wpa.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c     [all...]
config.c 657 val |= WPA_KEY_MGMT_FT_PSK;
776 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/
ctrl_iface.c 1126 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) {
    [all...]
config_file.c 685 val |= WPA_KEY_MGMT_FT_PSK;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 515 milliseconds