Searched refs:GetFcsSize (Results 1 – 3 of 3) sorted by relevance
251 builder.AppendLength(micSize + aTxFrame.GetFcsSize()); in PrepareHeadersIn()852 uint8_t footerLength = static_cast<uint8_t>(GetFcsSize()); in GetFooterLength()972 VerifyOrExit(kFcfSize + GetFcsSize() <= mLength, index = kInvalidIndex); in SkipAddrFieldIndex()1270 uint8_t Frame::GetFcsSize(void) const in GetFcsSize() function in ot::Mac::Frame1295 uint8_t Frame::GetFcsSize(void) const { return Trel::Link::kFcsSize; } in GetFcsSize() function in ot::Mac::Frame1332 SetLength(aFromFrame.GetLength() - aFromFrame.GetFcsSize() + GetFcsSize()); in CopyFrom()1356 tagLength = GetFooterLength() - GetFcsSize(); in ProcessTransmitAesCcm()1504 builder.AppendLength(CalculateMicSize(secCtl) + GetFcsSize()); in GenerateWakeupFrame()1537 tagLength = GetFooterLength() - GetFcsSize(); in ProcessReceiveAesCcm()
742 uint8_t GetFcsSize(void) const in GetFcsSize() function in ot::Mac::Frame
979 … (aFrame.GetFooterLength() - aFrame.GetFcsSize() + kMeshHeaderFrameFcsSize); in PrepareDataFrame()