Home
last modified time | relevance | path

Searched refs:wpa_key_mgmt_sae (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h78 static inline int wpa_key_mgmt_sae(int akm) in wpa_key_mgmt_sae() function
95 wpa_key_mgmt_sae(akm); in wpa_key_mgmt_wpa()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c202 if (wpa_key_mgmt_sae(ssid->key_mgmt)) { in sme_send_authentication()
209 if (wpa_key_mgmt_sae(ied.key_mgmt)) { in sme_send_authentication()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c605 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) && in handle_auth()
Dwpa_auth.c3188 return wpa_key_mgmt_sae(sm->wpa_key_mgmt); in wpa_auth_uses_sae()