Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c39 if ((ieee->ht_info->iot_action & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in rtl92e_enable_hw_security_config()
Drtl_core.h95 extern int hwwep;
Drtl_core.c25 int hwwep = 1; variable
2013 module_param(hwwep, int, 0644);
2016 MODULE_PARM_DESC(hwwep, " Try to use hardware WEP support(default use hw. set 0 to use software sec…
/linux-6.12.1/drivers/usb/gadget/udc/
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()