Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:algs

931 	int algs = AUTH_ALG_OPEN_SYSTEM;
992 algs = AUTH_ALG_LEAP;
994 algs |= AUTH_ALG_LEAP;
998 wpa_printf(MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1000 algs = 0;
1002 algs |= AUTH_ALG_OPEN_SYSTEM;
1004 algs |= AUTH_ALG_SHARED_KEY;
1006 algs |= AUTH_ALG_LEAP;
1008 algs);
1010 wpa_drv_set_auth_alg(wpa_s, algs);
1120 params.auth_alg = algs;