hwwep              45 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c 	if ((ieee->pHTInfo->IOTAction&HT_IOT_ACT_PURE_N_MODE) || !hwwep) {
hwwep              25 drivers/staging/rtl8192e/rtl8192e/rtl_core.c int hwwep = 1;
hwwep            2653 drivers/staging/rtl8192e/rtl8192e/rtl_core.c module_param(hwwep, int, 0644);
hwwep            2657 drivers/staging/rtl8192e/rtl8192e/rtl_core.c MODULE_PARM_DESC(hwwep, " Try to use hardware WEP support(default use hw. set 0 to use software security)");
hwwep             109 drivers/staging/rtl8192e/rtl8192e/rtl_core.h extern int hwwep;
hwwep              98 drivers/staging/rtl8192u/r8192U_core.c static int hwwep = 1;  /* default use hw. set 0 to use software security */
hwwep             104 drivers/staging/rtl8192u/r8192U_core.c module_param(hwwep, int, 0644);
hwwep             108 drivers/staging/rtl8192u/r8192U_core.c MODULE_PARM_DESC(hwwep, " Try to use hardware security support. ");
hwwep            4949 drivers/staging/rtl8192u/r8192U_core.c 	if ((ieee->pHTInfo->IOTAction & HT_IOT_ACT_PURE_N_MODE) || !hwwep) {
hwwep            1321 drivers/usb/gadget/udc/lpc32xx_udc.c 	u32 hwwep = ((hwep & 0x1E) << 1) | CTRL_WR_EN;
hwwep            1327 drivers/usb/gadget/udc/lpc32xx_udc.c 	writel(hwwep, USBD_CTRL(udc->udp_baseaddr));