[go: nahoru, domu]

Searched defs:PayloadLen (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/vt6655/
H A Ddpc.c983 unsigned int PayloadLen = FrameSize; local
997 PayloadLen -= 6;
1062 PayloadLen -= (WLAN_HDR_ADDR3_LEN + 4 + 4); // 24 is 802.11 header,4 is IV, 4 is crc
1066 rc4_encrypt(&pDevice->SBox, pbyIV+4, pbyIV+4, PayloadLen);
1068 if (ETHbIsBufferCrc32Ok(pbyIV+4, PayloadLen))
1076 PayloadLen -= (WLAN_HDR_ADDR3_LEN + 8 + 4); // 24 is 802.11 header, 8 is IV&ExtIV, 4 is crc
1094 rc4_encrypt(&pDevice->SBox, pbyIV+8, pbyIV+8, PayloadLen);
1095 if (ETHbIsBufferCrc32Ok(pbyIV+8, PayloadLen)) {
1100 pr_debug("PayloadLen = %d\n", PayloadLen);
1123 unsigned int PayloadLen = FrameSize; local
[all...]

Completed in 78 milliseconds