Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c44 if ((ieee->ht_info->iot_action & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in rtl92e_enable_hw_security_config()
H A Drtl_core.h99 extern int hwwep;
H A Drtl_core.c25 int hwwep = 1; variable
2274 module_param(hwwep, int, 0644);
2277 MODULE_PARM_DESC(hwwep, " Try to use hardware WEP support(default use hw. set 0 to use software sec…
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c97 static int hwwep = 1; /* default use hw. set 0 to use software security */ variable
100 module_param(hwwep, int, 0644);
103 MODULE_PARM_DESC(hwwep, " Try to use hardware security support. ");
4737 if ((ieee->pHTInfo->IOTAction & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in EnableHWSecurityConfig8192()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c1309 u32 hwwep = ((hwep & 0x1E) << 1) | CTRL_WR_EN; in udc_write_hwep() local
1315 writel(hwwep, USBD_CTRL(udc->udp_baseaddr)); in udc_write_hwep()