Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c3401 static enum nl80211_auth_type get_nl_auth_type(int wpa_auth_alg) in get_nl_auth_type() argument
3403 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) in get_nl_auth_type()
3405 if (wpa_auth_alg & WPA_AUTH_ALG_SHARED) in get_nl_auth_type()
3407 if (wpa_auth_alg & WPA_AUTH_ALG_LEAP) in get_nl_auth_type()
3409 if (wpa_auth_alg & WPA_AUTH_ALG_FT) in get_nl_auth_type()
3411 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_nl_auth_type()
3413 if (wpa_auth_alg & WPA_AUTH_ALG_FILS) in get_nl_auth_type()
3415 if (wpa_auth_alg & WPA_AUTH_ALG_FILS_SK_PFS) in get_nl_auth_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c3982 static enum nl80211_auth_type get_nl_auth_type(int wpa_auth_alg) in get_nl_auth_type() argument
3984 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) in get_nl_auth_type()
3986 if (wpa_auth_alg & WPA_AUTH_ALG_SHARED) in get_nl_auth_type()
3988 if (wpa_auth_alg & WPA_AUTH_ALG_LEAP) in get_nl_auth_type()
3990 if (wpa_auth_alg & WPA_AUTH_ALG_FT) in get_nl_auth_type()
3992 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_nl_auth_type()
3994 if (wpa_auth_alg & WPA_AUTH_ALG_FILS) in get_nl_auth_type()
3996 if (wpa_auth_alg & WPA_AUTH_ALG_FILS_SK_PFS) in get_nl_auth_type()

Completed in 26 milliseconds