Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Drtos_wpa_supp_if.c44 static unsigned char get_algo_from_auth_type(int wpa_auth_alg) in get_algo_from_auth_type() argument
46 if (wpa_auth_alg & WPA_AUTH_ALG_OPEN) in get_algo_from_auth_type()
50 if (wpa_auth_alg & WPA_AUTH_ALG_SHARED) in get_algo_from_auth_type()
54 if (wpa_auth_alg & WPA_AUTH_ALG_LEAP) in get_algo_from_auth_type()
58 if (wpa_auth_alg & WPA_AUTH_ALG_FT) in get_algo_from_auth_type()
62 if (wpa_auth_alg & WPA_AUTH_ALG_SAE) in get_algo_from_auth_type()