Searched refs:hwwep (Results 1 – 5 of 5) sorted by relevance
72 if ((ieee->pHTInfo->IOTAction&HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in EnableHWSecurityConfig8192()
184 extern int hwwep;
58 int hwwep = 1; variable3117 module_param(hwwep, int, S_IRUGO|S_IWUSR);3121 MODULE_PARM_DESC(hwwep, " Try to use hardware WEP support(default use hw. set 0 to use software sec…
112 static int hwwep = 1; //default use hw. set 0 to use software security variable118 module_param(hwwep, int, S_IRUGO|S_IWUSR);122 MODULE_PARM_DESC(hwwep, " Try to use hardware security support. ");4854 …if ((ieee->pHTInfo->IOTAction&HT_IOT_ACT_PURE_N_MODE) || !hwwep) { /* add hwsec_support flag to to… in EnableHWSecurityConfig8192()
1370 u32 hwwep = ((hwep & 0x1E) << 1) | CTRL_WR_EN; in udc_write_hwep() local1376 writel(hwwep, USBD_CTRL(udc->udp_baseaddr)); in udc_write_hwep()