Home | History | Annotate | Download | only in drivers

Lines Matching refs:auth_algs

1790 static int atheros_set_authmode(void *priv, int auth_algs)
1794 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1795 (auth_algs & WPA_AUTH_ALG_SHARED))
1797 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1799 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1815 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1818 params->key_mgmt_suites, params->auth_algs,