Lines Matching refs:group_cipher_method

785 			wl->group_cipher_method = GELIC_WL_CIPHER_WEP;  in gelic_wl_set_auth()
791 wl->group_cipher_method = GELIC_WL_CIPHER_TKIP; in gelic_wl_set_auth()
809 wl->group_cipher_method = GELIC_WL_CIPHER_AES; in gelic_wl_set_auth()
841 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_auth()
845 wl->group_cipher_method = GELIC_WL_CIPHER_TKIP; in gelic_wl_set_auth()
849 wl->group_cipher_method = GELIC_WL_CIPHER_AES; in gelic_wl_set_auth()
853 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_auth()
1045 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_encode()
1069 wl->group_cipher_method = GELIC_WL_CIPHER_WEP; in gelic_wl_set_encode()
1101 if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_get_encode()
1230 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_set_encodeext()
1309 switch (wl->group_cipher_method) { in gelic_wl_get_encodeext()
1705 wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_find_best_bss()
1758 if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_do_wep_setup()
1856 if (wl->group_cipher_method == GELIC_WL_CIPHER_AES) { in gelic_wl_do_wpa_setup()
1866 if (wl->group_cipher_method == GELIC_WL_CIPHER_AES) { in gelic_wl_do_wpa_setup()
2392 if (wl->group_cipher_method == GELIC_WL_CIPHER_NONE) { in gelic_wl_try_associate()
2403 if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) { in gelic_wl_try_associate()
2414 if ((wl->group_cipher_method == GELIC_WL_CIPHER_TKIP) || in gelic_wl_try_associate()
2415 (wl->group_cipher_method == GELIC_WL_CIPHER_AES)) { in gelic_wl_try_associate()
2468 wl->group_cipher_method = GELIC_WL_CIPHER_NONE; in gelic_wl_reset_state()