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

/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c106 u16 usConfig = 0; local
133 usConfig |= BIT15 | (KeyType<<2);
135 usConfig |= BIT15 | (KeyType<<2) | KeyIndex;
145 (u32)usConfig;
165 RT_TRACE(COMP_SEC, "=========>after set key, usconfig:%x\n", usConfig);
/drivers/staging/rtl8192u/
H A Dr8192U_core.c5993 u16 usConfig = 0; local
6001 usConfig |= BIT15 | (KeyType<<2);
6003 usConfig |= BIT15 | (KeyType<<2) | KeyIndex;
6004 // usConfig |= BIT15 | (KeyType<<2) | (DefaultKey<<5) | KeyIndex;
6014 (u32)usConfig;

Completed in 46 milliseconds