Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c3739 static enum nl80211_auth_type get_nl_auth_type(int wpa_auth_alg) in get_nl_auth_type() argument
3741 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) in get_nl_auth_type()
3743 if (wpa_auth_alg & WPA_AUTH_ALG_SHARED) in get_nl_auth_type()
3745 if (wpa_auth_alg & WPA_AUTH_ALG_LEAP) in get_nl_auth_type()
3747 if (wpa_auth_alg & WPA_AUTH_ALG_FT) in get_nl_auth_type()
3749 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_nl_auth_type()
3751 if (wpa_auth_alg & WPA_AUTH_ALG_FILS) in get_nl_auth_type()
3753 if (wpa_auth_alg & WPA_AUTH_ALG_FILS_SK_PFS) in get_nl_auth_type()