Home | History | Annotate | Download | only in 4X

Lines Matching refs:currentLength

174 	UINT16					currentLength;
221 currentLength = wlan_htons(concatHdrPtr->len);
223 if( currentLength > MAX_DECONACT_LEN)
226 ("deConcat_deConcatMsdu: Error Parsing Deconcat Packet Len %d ",currentLength));
236 numOfPadBytes = (currentLength+ 2) % 4;
252 WLAN_HDR_LEN + currentLength - sizeof(macAddress_t),
300 currPtr, currentLength - sizeof(macAddress_t) );
303 currPtr+= currentLength - sizeof(macAddress_t) + numOfPadBytes;
305 CurrentMsduPtr->firstBDPtr->length = currentLength - sizeof(macAddress_t) + WLAN_HDR_LEN ;
367 payloadBdPtr->length = currentLength - sizeof(macAddress_t) - sizeof(Wlan_LlcHeader_T);
379 currPtr += currentLength - sizeof(macAddress_t) - sizeof(Wlan_LlcHeader_T) + numOfPadBytes;;
383 parsedLen += currentLength + 2 + numOfPadBytes;