Home
last modified time | relevance | path

Searched refs:IVEIV (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/rt2870/common/
Drtusb_io.c1964 u8 IVEIV[8]; in CMDHandler() local
1967 NdisZeroMemory(IVEIV, in CMDHandler()
1988 IVEIV[3] = (u8)(KeyIdx << 6); /*WEP Eiv bit off. groupkey index is not 0 */ in CMDHandler()
2001 IVEIV[i]; in CMDHandler()
2003 (IVEIV in CMDHandler()
2007 (IVEIV in CMDHandler()
2011 (IVEIV in CMDHandler()
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_info.c800 u8 IVEIV = 0; in RTMPAddWcidAttributeEntry() local
840 IVEIV = (KeyIdx << 6) | 0x20; in RTMPAddWcidAttributeEntry()
843 IVEIV = (KeyIdx << 6); in RTMPAddWcidAttributeEntry()
848 RTMP_IO_WRITE8(pAd, offset + 3, IVEIV); in RTMPAddWcidAttributeEntry()
851 RTUSBMultiWrite_OneByte(pAd, offset + 3, &IVEIV); in RTMPAddWcidAttributeEntry()