Searched refs:MIC_vAppend (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmichael.h43 void MIC_vAppend(unsigned char *src, unsigned int nBytes);
H A Dmichael.c35 * MIC_vAppend - call s_vAppendByte.
152 void MIC_vAppend (unsigned char *src, unsigned int nBytes) function
H A Ddpc.c805 MIC_vAppend((unsigned char *)&(pDevice->sRxEthHeader.abyDstAddr[0]), 12);
807 MIC_vAppend((unsigned char *)&dwMIC_Priority, 4);
809 MIC_vAppend((unsigned char *)(skb->data + 4 + WLAN_HDR_ADDR3_LEN + 8),
H A Drxtx.c1540 MIC_vAppend((unsigned char *)&(psEthHeader->abyDstAddr[0]), 12);
1542 MIC_vAppend((unsigned char *)&dwMIC_Priority, 4);
1641 MIC_vAppend((pbyBuffer + uLength - cb802_1_H_len), cbFragPayloadSize);
1737 MIC_vAppend((pbyBuffer + uLength), uTmpLen);
1866 MIC_vAppend((pbyBuffer + uLength), uTmpLen);
2011 MIC_vAppend((pbyBuffer + uLength - cb802_1_H_len), cbFrameBodySize);
3093 MIC_vAppend((unsigned char *)&(sEthHeader.abyDstAddr[0]), 12);
3095 MIC_vAppend((unsigned char *)&dwMIC_Priority, 4);
3100 MIC_vAppend((pbyTxBufferAddr + uLength), cbFrameBodySize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmichael.h43 void MIC_vAppend(PBYTE src, unsigned int nBytes);
H A Dmichael.c35 * MIC_vAppend - call s_vAppendByte.
151 void MIC_vAppend(PBYTE src, unsigned int nBytes) function
H A Ddpc.c843 MIC_vAppend((PBYTE)&(pDevice->sRxEthHeader.abyDstAddr[0]), 12);
845 MIC_vAppend((PBYTE)&dwMIC_Priority, 4);
847 MIC_vAppend((PBYTE)(skb->data + 8 + WLAN_HDR_ADDR3_LEN + 8),
H A Drxtx.c1753 MIC_vAppend((PBYTE)&(psEthHeader->abyDstAddr[0]), 12);
1755 MIC_vAppend((PBYTE)&dwMIC_Priority, 4);
1766 MIC_vAppend(pbyPayloadHead, cbFrameBodySize);
2635 MIC_vAppend((PBYTE)&(sEthHeader.abyDstAddr[0]), 12);
2637 MIC_vAppend((PBYTE)&dwMIC_Priority, 4);
2642 MIC_vAppend((pbyTxBufferAddr + uLength), cbFrameBodySize);

Completed in 139 milliseconds