Home
last modified time | relevance | path

Searched refs:group_cipher_method (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c800 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()
[all …]
Dps3_gelic_wireless.h264 enum gelic_wl_cipher_method group_cipher_method; member