Home
last modified time | relevance | path

Searched refs:dwTSC47_16 (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/vt6655/
Dkey.c251 pKey->dwTSC47_16 = 0; in KeybSetKey()
262 pr_debug("pKey->dwTSC47_16: %lx\n ", pKey->dwTSC47_16); in KeybSetKey()
315 pKey->dwTSC47_16 = 0; in KeybSetKey()
327 pr_debug("pKey->dwTSC47_16: %lx\n ", pKey->dwTSC47_16); in KeybSetKey()
682 pKey->dwTSC47_16 = 0; in KeybSetDefaultKey()
694 pr_debug("pKey->dwTSC47_16: %lx\n", pKey->dwTSC47_16); in KeybSetDefaultKey()
778 pKey->dwTSC47_16 = 0; in KeybSetAllGroupKey()
Drxtx.c237 pTransmitKey->dwTSC47_16++; in s_vFillTxKey()
240 pTransmitKey->wTSC15_0, pTransmitKey->dwTSC47_16, pDevice->abyPRNG); in s_vFillTxKey()
247 *pdwExtIV = cpu_to_le32(pTransmitKey->dwTSC47_16); in s_vFillTxKey()
253 pTransmitKey->dwTSC47_16++; in s_vFillTxKey()
262 *pdwExtIV = cpu_to_le32(pTransmitKey->dwTSC47_16); in s_vFillTxKey()
270 mic_hdr->ccmp_pn[0] = (u8)(pTransmitKey->dwTSC47_16 >> 24); in s_vFillTxKey()
271 mic_hdr->ccmp_pn[1] = (u8)(pTransmitKey->dwTSC47_16 >> 16); in s_vFillTxKey()
272 mic_hdr->ccmp_pn[2] = (u8)(pTransmitKey->dwTSC47_16 >> 8); in s_vFillTxKey()
273 mic_hdr->ccmp_pn[3] = (u8)pTransmitKey->dwTSC47_16; in s_vFillTxKey()
1558 pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16 = pTransmitKey->dwTSC47_16; in s_cbFillTxBufHead()
[all …]
Dwroute.c115 pTransmitKey->dwTSC47_16 = pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16; in ROUTEbRelay()
Dtkip.c187 unsigned long dwTSC47_16, in TKIPvMixKey() argument
199 pnh = dwTSC47_16; in TKIPvMixKey()
Dtkip.h53 unsigned long dwTSC47_16,
Dkey.h61 unsigned long dwTSC47_16; member
Dbssdb.h191 unsigned long dwTSC47_16; member
Dhostap.c461 pMgmt->sNodeDBTable[iNodeIndex].dwTSC47_16 = 0; in hostap_set_encryption()
612 pMgmt->sNodeDBTable[iNodeIndex].dwTSC47_16 = 0; in hostap_set_encryption()
Ddpc.c428 pKey->dwTSC47_16 = pMgmt->sNodeDBTable[iSANodeIndex].dwTSC47_16; in device_receive_frame()
Ddevice_main.c1811 pTransmitKey->dwTSC47_16 = pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16; in device_dma0_xmit()
2004 pTransmitKey->dwTSC47_16 = pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16; in device_xmit()