Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.hpp365 uint8_t GetMaxFrameRetriesIndirect(void) const { return mMaxFrameRetriesIndirect; } in GetMaxFrameRetriesIndirect()
374 mMaxFrameRetriesIndirect = aMaxFrameRetriesIndirect; in SetMaxFrameRetriesIndirect()
914 uint8_t mMaxFrameRetriesIndirect; member in ot::Mac::Mac
Dmac.cpp80 , mMaxFrameRetriesIndirect(kDefaultMaxFrameRetriesIndirect) in Mac()
1029 txFrames.SetMaxFrameRetries(mMaxFrameRetriesIndirect); in BeginTransmit()
2276 …if (mMaxFrameRetriesIndirect >= OPENTHREAD_CONFIG_MAC_RETRY_SUCCESS_HISTOGRAM_MAX_SIZE_COUNT_INDIR… in GetIndirectRetrySuccessHistogram()
2282 aNumberOfEntries = mMaxFrameRetriesIndirect + 1; in GetIndirectRetrySuccessHistogram()