Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddefs.h181 #define WPA_AUTH_ALG_SAE BIT(4) macro
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c408 params.auth_alg = WPA_AUTH_ALG_SAE; in sme_send_authentication()
741 if (!skip_auth && params.auth_alg == WPA_AUTH_ALG_SAE && in sme_send_authentication()
754 if (!skip_auth && params.auth_alg == WPA_AUTH_ALG_SAE) { in sme_send_authentication()
Dwpa_supplicant.c2962 algs = WPA_AUTH_ALG_SAE; in wpas_populate_assoc_ies()
2973 if (pmksa_cached && algs == WPA_AUTH_ALG_SAE) { in wpas_populate_assoc_ies()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c3843 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_nl_auth_type()