Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp698 mStoreFrameCounterAhead = aStoreFrameCounterAhead; in SetStoreFrameCounterAhead()
706 uint32_t GetStoreFrameCounterAhead(void) { return mStoreFrameCounterAhead; } in GetStoreFrameCounterAhead()
1484 uint32_t mStoreFrameCounterAhead; member in ot::Mle::Mle
Dmle.cpp76 , mStoreFrameCounterAhead(kDefaultStoreFrameCounterAhead) in Mle()
511 … networkInfo.SetMleFrameCounter(Get<KeyManager>().GetMleFrameCounter() + mStoreFrameCounterAhead); in Store()
512 …rkInfo.SetMacFrameCounter(Get<KeyManager>().GetMaximumMacFrameCounter() + mStoreFrameCounterAhead); in Store()