HomeSort by relevance Sort by last modified time
    Searched refs:wpa_key_mgmt_sae (Results 1 - 4 of 4) 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 |
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 201 if (wpa_key_mgmt_sae(ssid->key_mgmt)) {
208 if (wpa_key_mgmt_sae(ied.key_mgmt)) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 599 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) &&
    [all...]
wpa_auth.c     [all...]

Completed in 1962 milliseconds