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

1 2

  /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_8/src/common/
defs.h 42 #define WPA_KEY_MGMT_FT_PSK BIT(6)
57 WPA_KEY_MGMT_FT_PSK |
63 return !!(akm & (WPA_KEY_MGMT_FT_PSK |
wpa_common.c 225 return WPA_KEY_MGMT_FT_PSK;
799 case 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_8/src/ap/
wpa_auth_ie.c 216 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) {
354 (WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK)) {
454 else if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK)
554 else if (key_mgmt & WPA_KEY_MGMT_FT_PSK)
555 sm->wpa_key_mgmt = WPA_KEY_MGMT_FT_PSK;
ieee802_11.c 405 (WPA_KEY_MGMT_FT_IEEE8021X | WPA_KEY_MGMT_FT_PSK)) &&
    [all...]
wpa_auth_ft.c 629 sm->wpa_key_mgmt != WPA_KEY_MGMT_FT_PSK)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 242 else if (sm->key_mgmt == WPA_KEY_MGMT_FT_PSK)
593 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK) {
719 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK)
875 sm->key_mgmt != WPA_KEY_MGMT_FT_PSK) {
wpa_ie.c 178 } else if (key_mgmt == WPA_KEY_MGMT_FT_PSK) {
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 659 case WPA_KEY_MGMT_FT_PSK:
851 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
852 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
908 (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_PSK_SHA256))
1016 WPA_KEY_MGMT_FT_PSK |
    [all...]
events.c 62 WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_FT_IEEE8021X |
572 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 108 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 688 if (data.key_mgmt & WPA_KEY_MGMT_FT_PSK) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 120 WPA_KEY_MGMT_FT_PSK |
140 WPA_KEY_MGMT_WPA_NONE | WPA_KEY_MGMT_FT_PSK |
181 if (md && ssid->key_mgmt & (WPA_KEY_MGMT_FT_PSK |
wpa_supplicant.c 793 case WPA_KEY_MGMT_FT_PSK:
985 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
986 wpa_s->key_mgmt = WPA_KEY_MGMT_FT_PSK;
1043 (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_PSK_SHA256))
    [all...]
config_file.c 107 if ((ssid->key_mgmt & (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK |
config_winreg.c 353 if ((ssid->key_mgmt & (WPA_KEY_MGMT_PSK | WPA_KEY_MGMT_FT_PSK |
config.c 540 val |= WPA_KEY_MGMT_FT_PSK;
641 if (ssid->key_mgmt & WPA_KEY_MGMT_FT_PSK)
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 529 val |= WPA_KEY_MGMT_FT_PSK;
1079 (WPA_KEY_MGMT_FT_PSK | WPA_KEY_MGMT_FT_IEEE8021X)) &&
    [all...]
ctrl_iface.c 596 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) {

Completed in 58 milliseconds

1 2