Searched refs:usConfig (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_core.c6578 u16 usConfig = 0; local
6607 usConfig |= BIT15 | (KeyType<<2);
6609 usConfig |= BIT15 | (KeyType<<2) | KeyIndex;
6610 // usConfig |= BIT15 | (KeyType<<2) | (DefaultKey<<5) | KeyIndex;
6620 (u32)usConfig;
6642 RT_TRACE(COMP_SEC,"=========>after set key, usconfig:%x\n", usConfig);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c6016 u16 usConfig = 0; local
6024 usConfig |= BIT15 | (KeyType<<2);
6026 usConfig |= BIT15 | (KeyType<<2) | KeyIndex;
6027 // usConfig |= BIT15 | (KeyType<<2) | (DefaultKey<<5) | KeyIndex;
6037 (u32)usConfig;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c7600 u16 usConfig = 0; local
7613 usConfig |= BIT15 | (KeyType << 2);
7615 usConfig |= BIT15 | (KeyType << 2) | KeyIndex;
7624 (u32)usConfig;

Completed in 188 milliseconds