Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dsub_mac.cpp635 bool allowError = false; in SignalFrameCounterUsedOnTxDone() local
637 OT_UNUSED_VARIABLE(allowError); in SignalFrameCounterUsedOnTxDone()
651 allowError = Get<LinkRaw>().IsEnabled(); in SignalFrameCounterUsedOnTxDone()
654 VerifyOrExit(aFrame.GetKeyIdMode(keyIdMode) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
657 VerifyOrExit(aFrame.GetFrameCounter(frameCounter) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
658 VerifyOrExit(aFrame.GetKeyId(keyId) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()