Home
last modified time | relevance | path

Searched refs:hwwep (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c56 if ((ieee->pHTInfo->IOTAction&HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in rtl92e_enable_hw_security_config()
Drtl_core.h123 extern int hwwep;
Drtl_core.c36 int hwwep = 1; variable
2804 module_param(hwwep, int, S_IRUGO|S_IWUSR);
2808 MODULE_PARM_DESC(hwwep, " Try to use hardware WEP support(default use hw. set 0 to use software sec…
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c112 static int hwwep = 1; /* default use hw. set 0 to use software security */ variable
118 module_param(hwwep, int, S_IRUGO | S_IWUSR);
122 MODULE_PARM_DESC(hwwep, " Try to use hardware security support. ");
5156 if ((ieee->pHTInfo->IOTAction & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in EnableHWSecurityConfig8192()
/linux-4.4.14/drivers/usb/gadget/udc/
Dlpc32xx_udc.c1370 u32 hwwep = ((hwep & 0x1E) << 1) | CTRL_WR_EN; in udc_write_hwep() local
1376 writel(hwwep, USBD_CTRL(udc->udp_baseaddr)); in udc_write_hwep()