Lines Matching refs:group_cipher_method

800 			wl->group_cipher_method = GELIC_WL_CIPHER_WEP;  in gelic_wl_set_auth()
806 wl->group_cipher_method = GELIC_WL_CIPHER_TKIP; in gelic_wl_set_auth()
824 wl->group_cipher_method = GELIC_WL_CIPHER_AES; in gelic_wl_set_auth()
856 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_auth()
860 wl->group_cipher_method = GELIC_WL_CIPHER_TKIP; in gelic_wl_set_auth()
864 wl->group_cipher_method = GELIC_WL_CIPHER_AES; in gelic_wl_set_auth()
868 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_auth()
1060 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_encode()
1084 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_encode()
1119 if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_get_encode()
1248 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_encodeext()
1327 switch (wl->group_cipher_method) { in gelic_wl_get_encodeext()
1724 wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_find_best_bss()
1777 if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_do_wep_setup()
1882 if (wl->group_cipher_method == GELIC_WL_CIPHER_AES) { in gelic_wl_do_wpa_setup()
1892 if (wl->group_cipher_method == GELIC_WL_CIPHER_AES) { in gelic_wl_do_wpa_setup()
2417 if (wl->group_cipher_method == GELIC_WL_CIPHER_NONE) { in gelic_wl_try_associate()
2428 if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_try_associate()
2439 if ((wl->group_cipher_method == GELIC_WL_CIPHER_TKIP) || in gelic_wl_try_associate()
2440 (wl->group_cipher_method == GELIC_WL_CIPHER_AES)) { in gelic_wl_try_associate()
2493 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_reset_state()