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

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 42 #define WPA_KEY_MGMT_FT_PSK BIT(6)
57 akm == WPA_KEY_MGMT_FT_PSK ||
63 return akm == WPA_KEY_MGMT_FT_PSK ||
wpa_common.c 223 return WPA_KEY_MGMT_FT_PSK;
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ft.c 182 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK)
484 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK) {
586 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK)
744 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK) {
wpa_ie.c 316 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) {
wpa.c 77 case WPA_KEY_MGMT_FT_PSK:
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 666 case WPA_KEY_MGMT_FT_PSK:
858 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
859 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
915 (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_PSK_SHA256))
1023 WPA_KEY_MGMT_FT_PSK |
    [all...]
events.c 62 WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_FT_IEEE8021X |
566 WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK |
config.c 533 val |= WPA_KEY_MGMT_FT_PSK;
634 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK)
    [all...]
config_file.c 110 if ((ssid->key_mgmt & (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK |
config_winreg.c 331 if ((ssid->key_mgmt & (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK |
ctrl_iface.c 677 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) {
    [all...]

Completed in 161 milliseconds