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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c1967 u8 IVEIV[8]; local
1970 NdisZeroMemory(IVEIV,
1991 IVEIV[3] = (u8)(KeyIdx << 6); /*WEP Eiv bit off. groupkey index is not 0 */
2004 IVEIV[i];
2006 (IVEIV
2010 (IVEIV
2014 (IVEIV
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_info.c789 Add Client security information into ASIC WCID table and IVEIV table.
800 u8 IVEIV = 0; local
840 IVEIV = (KeyIdx << 6) | 0x20;
843 IVEIV = (KeyIdx << 6);
848 RTMP_IO_WRITE8(pAd, offset + 3, IVEIV);
851 RTUSBMultiWrite_OneByte(pAd, offset + 3, &IVEIV);

Completed in 67 milliseconds