Home | History | Annotate | Download | only in drivers

Lines Matching refs:auth_alg

989 wpa_driver_bsd_set_auth_alg(void *priv, int auth_alg)
993 if ((auth_alg & WPA_AUTH_ALG_OPEN) &&
994 (auth_alg & WPA_AUTH_ALG_SHARED))
996 else if (auth_alg & WPA_AUTH_ALG_SHARED)
1063 if (wpa_driver_bsd_set_auth_alg(drv, params->auth_alg) < 0)