Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:auth_alg

1903 		   "SIOCSIWAUTH for AUTH_ALG, trying SIOCSIWENCODE");
1924 if (params->auth_alg & AUTH_ALG_OPEN_SYSTEM)
1926 if (params->auth_alg & AUTH_ALG_SHARED_KEY)
2030 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg)
2035 if (auth_alg & AUTH_ALG_OPEN_SYSTEM)
2037 if (auth_alg & AUTH_ALG_SHARED_KEY)
2039 if (auth_alg & AUTH_ALG_LEAP)