Searched refs:aStoreFrameCounterAhead (Results 1 – 3 of 3) sorted by relevance
515 void otThreadSetStoreFrameCounterAhead(otInstance *aInstance, uint32_t aStoreFrameCounterAhead) in otThreadSetStoreFrameCounterAhead() argument517 return AsCoreType(aInstance).Get<Mle::Mle>().SetStoreFrameCounterAhead(aStoreFrameCounterAhead); in otThreadSetStoreFrameCounterAhead()
1132 void otThreadSetStoreFrameCounterAhead(otInstance *aInstance, uint32_t aStoreFrameCounterAhead);
696 void SetStoreFrameCounterAhead(uint32_t aStoreFrameCounterAhead) in SetStoreFrameCounterAhead() argument698 mStoreFrameCounterAhead = aStoreFrameCounterAhead; in SetStoreFrameCounterAhead()