Home
last modified time | relevance | path

Searched refs:GetFrameCounter (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp241 SuccessOrAssert(aFrame.GetFrameCounter(frameCounter)); in HandleSentFrame()
Dmac_frame.cpp717 Error Frame::GetFrameCounter(uint32_t &aFrameCounter) const in GetFrameCounter() function in ot::Mac::Frame
1351 SuccessOrExit(GetFrameCounter(frameCounter)); in ProcessTransmitAesCcm()
1532 SuccessOrExit(GetFrameCounter(frameCounter)); in ProcessReceiveAesCcm()
1640 if (!sequencePresent && GetFrameCounter(frameCounter) == kErrorNone) in ToInfoString()
Dsub_mac.cpp392 uint32_t frameCounter = GetFrameCounter(); in ProcessTransmitSecurity()
657 VerifyOrExit(aFrame.GetFrameCounter(frameCounter) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
Dsub_mac.hpp465 uint32_t GetFrameCounter(void) const { return mFrameCounter; } in GetFrameCounter() function in ot::Mac::SubMac
Dmac.cpp1584 IgnoreError(aFrame.GetFrameCounter(frameCounter)); in ProcessReceiveSecurity()
1752 IgnoreError(aAckFrame.GetFrameCounter(frameCounter)); in ProcessEnhAckSecurity()
2680 IgnoreError(aFrame.GetFrameCounter(frameCounter)); in HandleWakeupFrame()
Dmac_frame.hpp436 Error GetFrameCounter(uint32_t &aFrameCounter) const;
/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.cpp296 IgnoreError(aFrame.GetFrameCounter(frameCounter)); in HandleSentFrame()
Dmle.hpp1194 uint32_t GetFrameCounter(void) const { return LittleEndian::HostSwap32(mFrameCounter); } in GetFrameCounter() function in ot::Mle::Mle::SecurityHeader
Dmle.cpp2308 …Crypto::AesCcm::GenerateNonce(extAddress, aHeader.GetFrameCounter(), Mac::Frame::kSecurityEncMic32… in ProcessMessageSecurity()
2404 frameCounter = header.GetFrameCounter(); in HandleUdpReceive()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp252 IgnoreError(static_cast<Mac::Frame *>(aFrame)->GetFrameCounter(frameCounter)); in otMacFrameGetFrameCounter()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp200 SuccessOrExit(static_cast<Mac::TxFrame *>(aFrame)->GetFrameCounter(frameCounter)); in LinkRawTransmitDone()
/openthread-latest/src/core/api/
Dlink_api.cpp216 return AsCoreType(aInstance).Get<Mac::SubMac>().GetFrameCounter(); in otLinkGetFrameCounter()