Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Ddevice.h542 unsigned long dwIVCounter; member
Drxtx.c209 dwRevIVCounter = cpu_to_le32(pDevice->dwIVCounter); in s_vFillTxKey()
210 *pdwIV = pDevice->dwIVCounter; in s_vFillTxKey()
230 pDevice->dwIVCounter++; in s_vFillTxKey()
231 if (pDevice->dwIVCounter > WEP_IV_MASK) in s_vFillTxKey()
232 pDevice->dwIVCounter = 0; in s_vFillTxKey()