Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dthread_api.cpp522 return AsCoreType(aInstance).Get<Mle::Mle>().GetStoreFrameCounterAhead(); in otThreadGetStoreFrameCounterAhead()
/openthread-latest/src/core/thread/
Dmle.hpp706 uint32_t GetStoreFrameCounterAhead(void) { return mStoreFrameCounterAhead; } in GetStoreFrameCounterAhead() function in ot::Mle::Mle