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

  /external/wpa_supplicant_8/src/common/
defs.h 42 #define WPA_KEY_MGMT_SAE BIT(10)
61 WPA_KEY_MGMT_SAE));
71 static inline int wpa_key_mgmt_sae(int akm) function
73 return !!(akm & (WPA_KEY_MGMT_SAE |
wpa_common.c 381 return WPA_KEY_MGMT_SAE;
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 192 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) {
423 else if (data.key_mgmt & WPA_KEY_MGMT_SAE)
501 else if (key_mgmt & WPA_KEY_MGMT_SAE)
502 sm->wpa_key_mgmt = WPA_KEY_MGMT_SAE;
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 172 } else if (key_mgmt == WPA_KEY_MGMT_SAE) {
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 1040 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE);
1052 } else if (sel & WPA_KEY_MGMT_SAE) {
1053 wpa_s->key_mgmt = WPA_KEY_MGMT_SAE;
    [all...]
config.c 516 val |= WPA_KEY_MGMT_SAE;
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 635 val |= WPA_KEY_MGMT_SAE;
    [all...]

Completed in 1145 milliseconds