Searched refs:WPA_AUTH_ALG_SAE (Results 1 – 4 of 4) sorted by relevance
181 #define WPA_AUTH_ALG_SAE BIT(4) macro
408 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()
2962 algs = WPA_AUTH_ALG_SAE; in wpas_populate_assoc_ies()2973 if (pmksa_cached && algs == WPA_AUTH_ALG_SAE) { in wpas_populate_assoc_ies()
3843 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_nl_auth_type()