Searched refs:GetMaxFrameRetries (Results 1 – 4 of 4) sorted by relevance
283 aFrame.GetMaxFrameRetries(), aFrame.ToInfoString().AsCString()); in RecordFrameTransmitStatus()
1333 uint8_t GetMaxFrameRetries(void) const { return mInfo.mTxInfo.mMaxFrameRetries; } in GetMaxFrameRetries() function in ot::Mac::TxFrame
643 …Error != kErrorNone) && ShouldHandleRetries() && (mTransmitRetries < aFrame.GetMaxFrameRetries())); in HandleTransmitDone()
2217 uint8_t maxAttempts = aFrame.GetMaxFrameRetries() + 1; in LogFrameTxFailure()