Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:algs

2175 	int algs = WPA_AUTH_ALG_OPEN;
2272 algs = WPA_AUTH_ALG_LEAP;
2274 algs |= WPA_AUTH_ALG_LEAP;
2278 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
2280 algs = ssid->auth_alg;
2282 "0x%x", algs);
2558 params.auth_alg = algs;