Home
last modified time | relevance | path

Searched refs:dwIVCounter (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Ddevice.h629 unsigned long dwIVCounter; member
Drxtx.c226 dwRevIVCounter = cpu_to_le32(pDevice->dwIVCounter); in s_vFillTxKey()
227 *pdwIV = pDevice->dwIVCounter; in s_vFillTxKey()
247 pDevice->dwIVCounter++; in s_vFillTxKey()
248 if (pDevice->dwIVCounter > WEP_IV_MASK) { in s_vFillTxKey()
249 pDevice->dwIVCounter = 0; in s_vFillTxKey()
/linux-2.6.39/drivers/staging/vt6656/
Ddevice.h733 DWORD dwIVCounter; member
Drxtx.c341 dwRevIVCounter = cpu_to_le32(pDevice->dwIVCounter); in s_vFillTxKey()
342 *pdwIV = pDevice->dwIVCounter; in s_vFillTxKey()
362 pDevice->dwIVCounter++; in s_vFillTxKey()
363 if (pDevice->dwIVCounter > WEP_IV_MASK) { in s_vFillTxKey()
364 pDevice->dwIVCounter = 0; in s_vFillTxKey()