Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dthread_api.cpp515 void otThreadSetStoreFrameCounterAhead(otInstance *aInstance, uint32_t aStoreFrameCounterAhead) in otThreadSetStoreFrameCounterAhead() argument
517 return AsCoreType(aInstance).Get<Mle::Mle>().SetStoreFrameCounterAhead(aStoreFrameCounterAhead); in otThreadSetStoreFrameCounterAhead()
/openthread-latest/include/openthread/
Dthread.h1132 void otThreadSetStoreFrameCounterAhead(otInstance *aInstance, uint32_t aStoreFrameCounterAhead);
/openthread-latest/src/core/thread/
Dmle.hpp696 void SetStoreFrameCounterAhead(uint32_t aStoreFrameCounterAhead) in SetStoreFrameCounterAhead() argument
698 mStoreFrameCounterAhead = aStoreFrameCounterAhead; in SetStoreFrameCounterAhead()