Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_nl80211.c3942 static enum nl80211_auth_type get_nl_auth_type(int wpa_auth_alg) in get_nl_auth_type() argument
3944 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) in get_nl_auth_type()
3946 if (wpa_auth_alg & WPA_AUTH_ALG_SHARED) in get_nl_auth_type()
3948 if (wpa_auth_alg & WPA_AUTH_ALG_LEAP) in get_nl_auth_type()
3950 if (wpa_auth_alg & WPA_AUTH_ALG_FT) in get_nl_auth_type()
3952 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_nl_auth_type()
3954 if (wpa_auth_alg & WPA_AUTH_ALG_FILS) in get_nl_auth_type()
3956 if (wpa_auth_alg & WPA_AUTH_ALG_FILS_SK_PFS) in get_nl_auth_type()