Home
last modified time | relevance | path

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

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