Home
last modified time | relevance | path

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

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