Searched refs:GetFrameCounter (Results 1 – 12 of 12) sorted by relevance
241 SuccessOrAssert(aFrame.GetFrameCounter(frameCounter)); in HandleSentFrame()
717 Error Frame::GetFrameCounter(uint32_t &aFrameCounter) const in GetFrameCounter() function in ot::Mac::Frame1351 SuccessOrExit(GetFrameCounter(frameCounter)); in ProcessTransmitAesCcm()1532 SuccessOrExit(GetFrameCounter(frameCounter)); in ProcessReceiveAesCcm()1640 if (!sequencePresent && GetFrameCounter(frameCounter) == kErrorNone) in ToInfoString()
392 uint32_t frameCounter = GetFrameCounter(); in ProcessTransmitSecurity()657 VerifyOrExit(aFrame.GetFrameCounter(frameCounter) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
465 uint32_t GetFrameCounter(void) const { return mFrameCounter; } in GetFrameCounter() function in ot::Mac::SubMac
1584 IgnoreError(aFrame.GetFrameCounter(frameCounter)); in ProcessReceiveSecurity()1752 IgnoreError(aAckFrame.GetFrameCounter(frameCounter)); in ProcessEnhAckSecurity()2680 IgnoreError(aFrame.GetFrameCounter(frameCounter)); in HandleWakeupFrame()
436 Error GetFrameCounter(uint32_t &aFrameCounter) const;
296 IgnoreError(aFrame.GetFrameCounter(frameCounter)); in HandleSentFrame()
1194 uint32_t GetFrameCounter(void) const { return LittleEndian::HostSwap32(mFrameCounter); } in GetFrameCounter() function in ot::Mle::Mle::SecurityHeader
2308 …Crypto::AesCcm::GenerateNonce(extAddress, aHeader.GetFrameCounter(), Mac::Frame::kSecurityEncMic32… in ProcessMessageSecurity()2404 frameCounter = header.GetFrameCounter(); in HandleUdpReceive()
252 IgnoreError(static_cast<Mac::Frame *>(aFrame)->GetFrameCounter(frameCounter)); in otMacFrameGetFrameCounter()
200 SuccessOrExit(static_cast<Mac::TxFrame *>(aFrame)->GetFrameCounter(frameCounter)); in LinkRawTransmitDone()
216 return AsCoreType(aInstance).Get<Mac::SubMac>().GetFrameCounter(); in otLinkGetFrameCounter()