Home
last modified time | relevance | path

Searched refs:GetTrel (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/src/core/thread/
Dkey_manager.hpp384 uint32_t GetTrelMacFrameCounter(void) const { return mMacFrameCounters.GetTrel(); } in GetTrelMacFrameCounter()
Dkey_manager.cpp454 if (mMacFrameCounters.GetTrel() >= mStoredMacFrameCounter) in IncrementTrelMacFrameCounter()
/openthread-3.6.0/src/core/mac/
Dmac_types.hpp913 uint32_t GetTrel(void) const { return mTrelCounter; } in GetTrel() function in ot::Mac::LinkFrameCounters