Searched refs:dwRevIVCounter (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/vt6655/
H A Drxtx.c217 unsigned long dwRevIVCounter; local
226 dwRevIVCounter = cpu_to_le32(pDevice->dwIVCounter);
232 memcpy(pDevice->abyPRNG, (unsigned char *)&(dwRevIVCounter), 3);
235 memcpy(pbyBuf, (unsigned char *)&(dwRevIVCounter), 3);
238 memcpy(pbyBuf+8, (unsigned char *)&(dwRevIVCounter), 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Drxtx.c334 DWORD dwRevIVCounter; local
342 dwRevIVCounter = cpu_to_le32(pDevice->dwIVCounter);
348 memcpy(pDevice->abyPRNG, (PBYTE)&(dwRevIVCounter), 3);
351 memcpy(pbyBuf, (PBYTE)&(dwRevIVCounter), 3);
354 memcpy(pbyBuf+8, (PBYTE)&(dwRevIVCounter), 3);

Completed in 59 milliseconds