Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/mac/
Dlink_raw.cpp264 aFrame.GetMaxFrameRetries(), aFrame.ToInfoString().AsCString()); in RecordFrameTransmitStatus()
Dmac_frame.hpp1237 uint8_t GetMaxFrameRetries(void) const { return mInfo.mTxInfo.mMaxFrameRetries; } in GetMaxFrameRetries() function in ot::Mac::TxFrame
Dsub_mac.cpp540 …Error != kErrorNone) && ShouldHandleRetries() && (mTransmitRetries < aFrame.GetMaxFrameRetries())); in HandleTransmitDone()
Dmac.cpp2327 uint8_t maxAttempts = aFrame.GetMaxFrameRetries() + 1; in LogFrameTxFailure()