Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:algs

2062 	int algs = WPA_AUTH_ALG_OPEN;
2159 algs = WPA_AUTH_ALG_LEAP;
2161 algs |= WPA_AUTH_ALG_LEAP;
2165 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
2167 algs = ssid->auth_alg;
2169 "0x%x", algs);
2445 params.auth_alg = algs;