Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c3405 static enum nl80211_auth_type get_nl_auth_type(int wpa_auth_alg) in get_nl_auth_type() argument
3407 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) in get_nl_auth_type()
3409 if (wpa_auth_alg & WPA_AUTH_ALG_SHARED) in get_nl_auth_type()
3411 if (wpa_auth_alg & WPA_AUTH_ALG_LEAP) in get_nl_auth_type()
3413 if (wpa_auth_alg & WPA_AUTH_ALG_FT) in get_nl_auth_type()
3415 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_nl_auth_type()
3417 if (wpa_auth_alg & WPA_AUTH_ALG_FILS) in get_nl_auth_type()
3419 if (wpa_auth_alg & WPA_AUTH_ALG_FILS_SK_PFS) in get_nl_auth_type()