Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h181 #define WPA_AUTH_ALG_SAE BIT(4) macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c412 params.auth_alg = WPA_AUTH_ALG_SAE; in sme_send_authentication()
745 if (!skip_auth && params.auth_alg == WPA_AUTH_ALG_SAE && in sme_send_authentication()
758 if (!skip_auth && params.auth_alg == WPA_AUTH_ALG_SAE) { in sme_send_authentication()
H A Dwpa_supplicant.c3075 algs = WPA_AUTH_ALG_SAE; in wpas_populate_assoc_ies()
3086 if (pmksa_cached && algs == WPA_AUTH_ALG_SAE) { in wpas_populate_assoc_ies()
H A Dp2p_supplicant.c2082 ssid->auth_alg |= WPA_AUTH_ALG_SAE; in wpas_start_wps_go()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c3749 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_nl_auth_type()