Searched refs:mMaxFrameRetries (Results 1 – 8 of 8) sorted by relevance
466 …aFrame.mInfo.mTxInfo.mMaxFrameRetries = OPENTHREAD_CONFIG_MAC_DEFAULT_MAX_FRAME_RETRIES_DIREC… in DecodeStreamRawTxRequest()481 SuccessOrExit(mDecoder.ReadUint8(aFrame.mInfo.mTxInfo.mMaxFrameRetries)); in DecodeStreamRawTxRequest()
1135 uint8_t GetMaxFrameRetries(void) const { return mInfo.mTxInfo.mMaxFrameRetries; } in GetMaxFrameRetries()1144 …void SetMaxFrameRetries(uint8_t aMaxFrameRetries) { mInfo.mTxInfo.mMaxFrameRetries = aMaxFrameRetr… in SetMaxFrameRetries()
304 … uint8_t mMaxFrameRetries; ///< Maximum number of retries allowed after a transmission failure. member
496 … &frame.mInfo.mTxInfo.mMaxFrameRetries, &csmaCaEnabled, &isHeaderUpdated, &isARetx, &skipAes, in LogSpinelFrame()502 … frame.mInfo.mTxInfo.mMaxCsmaBackoffs, frame.mInfo.mTxInfo.mMaxFrameRetries); in LogSpinelFrame()
1688 … mTransmitFrame->mInfo.mTxInfo.mMaxCsmaBackoffs, mTransmitFrame->mInfo.mTxInfo.mMaxFrameRetries, in Transmit()
217 mTxPacket->mInfo.mTxInfo.mMaxFrameRetries = 0;319 mTxPacket->mInfo.mTxInfo.mMaxFrameRetries = maxFrameRetries;
91 - Specify `-r` to specify the `mInfo.mTxInfo.mMaxFrameRetries` field for this frame.
247 SuccessOrQuit(mEncoder.WriteUint8(sTxFrame[mIid].mInfo.mTxInfo.mMaxFrameRetries)); in createTransmitFrame()