Searched refs:bExtIV (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dwctl.h102 unsigned int cbFrameLength, bool bWEP, bool bExtIV);
H A Dwctl.c178 bool WCTLbHandleFragment (PSDevice pDevice, PS802_11Header pMACHeader, unsigned int cbFrameLength, bool bWEP, bool bExtIV) argument
185 if (bExtIV)
H A Ddpc.c88 unsigned int cbPacketSize, bool bIsWEP, bool bExtIV,
157 unsigned int cbPacketSize, bool bIsWEP, bool bExtIV,
172 if (bExtIV) {
197 if (bExtIV) {
212 if (bExtIV) {
347 bool bExtIV = false; local
498 &bExtIV,
508 &bExtIV,
553 bDeFragRx = WCTLbHandleFragment(pDevice, (PS802_11Header) (skb->data+4), FrameSize, bIsWEP, bExtIV);
941 s_vProcessRxMACHeader(pDevice, (unsigned char *)(skb->data+4), FrameSize, bIsWEP, bExtIV,
156 s_vProcessRxMACHeader(PSDevice pDevice, unsigned char *pbyRxBufferAddr, unsigned int cbPacketSize, bool bIsWEP, bool bExtIV, unsigned int *pcbHeadSize) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dwctl.h101 unsigned int cbFrameLength, BOOL bWEP, BOOL bExtIV);
H A Dwctl.c184 unsigned int cbFrameLength, BOOL bWEP, BOOL bExtIV)
191 if (bExtIV)
183 WCTLbHandleFragment(PSDevice pDevice, PS802_11Header pMACHeader, unsigned int cbFrameLength, BOOL bWEP, BOOL bExtIV) argument
H A Ddpc.c94 BOOL bExtIV,
169 BOOL bExtIV,
185 if (bExtIV) {
209 if (bExtIV) {
224 if (bExtIV) {
354 BOOL bExtIV = FALSE; local
518 &bExtIV,
528 &bExtIV,
573 bDeFragRx = WCTLbHandleFragment(pDevice, (PS802_11Header) (pbyFrame), FrameSize, bIsWEP, bExtIV);
971 s_vProcessRxMACHeader(pDevice, (PBYTE)(skb->data+8), FrameSize, bIsWEP, bExtIV,
164 s_vProcessRxMACHeader( PSDevice pDevice, PBYTE pbyRxBufferAddr, unsigned int cbPacketSize, BOOL bIsWEP, BOOL bExtIV, unsigned int *pcbHeadSize ) argument
[all...]

Completed in 131 milliseconds