group_cipher_method  785 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 			wl->group_cipher_method = GELIC_WL_CIPHER_WEP;
group_cipher_method  791 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 			wl->group_cipher_method = GELIC_WL_CIPHER_TKIP;
group_cipher_method  809 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 				wl->group_cipher_method = GELIC_WL_CIPHER_AES;
group_cipher_method  841 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 			wl->group_cipher_method = GELIC_WL_CIPHER_WEP;
group_cipher_method  845 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 			wl->group_cipher_method = GELIC_WL_CIPHER_TKIP;
group_cipher_method  849 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 			wl->group_cipher_method = GELIC_WL_CIPHER_AES;
group_cipher_method  853 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 			wl->group_cipher_method = GELIC_WL_CIPHER_NONE;
group_cipher_method 1045 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 				wl->group_cipher_method = GELIC_WL_CIPHER_NONE;
group_cipher_method 1069 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 		wl->group_cipher_method = GELIC_WL_CIPHER_WEP;
group_cipher_method 1101 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) {
group_cipher_method 1230 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 		wl->group_cipher_method = GELIC_WL_CIPHER_NONE;
group_cipher_method 1309 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	switch (wl->group_cipher_method) {
group_cipher_method 1705 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 			   wl->group_cipher_method == GELIC_WL_CIPHER_WEP) {
group_cipher_method 1758 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) {
group_cipher_method 1856 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 		if (wl->group_cipher_method == GELIC_WL_CIPHER_AES) {
group_cipher_method 1866 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 		if (wl->group_cipher_method == GELIC_WL_CIPHER_AES) {
group_cipher_method 2392 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	if (wl->group_cipher_method == GELIC_WL_CIPHER_NONE) {
group_cipher_method 2403 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	if (wl->group_cipher_method == GELIC_WL_CIPHER_WEP) {
group_cipher_method 2414 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	if ((wl->group_cipher_method == GELIC_WL_CIPHER_TKIP) ||
group_cipher_method 2415 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	    (wl->group_cipher_method == GELIC_WL_CIPHER_AES)) {
group_cipher_method 2468 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	wl->group_cipher_method = GELIC_WL_CIPHER_NONE;
group_cipher_method  252 drivers/net/ethernet/toshiba/ps3_gelic_wireless.h 	enum gelic_wl_cipher_method group_cipher_method;