Home
last modified time | relevance | path

Searched refs:otThreadGetKeySequenceCounter (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h664 uint32_t otThreadGetKeySequenceCounter(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp277 uint32_t otThreadGetKeySequenceCounter(otInstance *aInstance) in otThreadGetKeySequenceCounter() function
/openthread-latest/src/cli/
Dcli.cpp3552 … error = ProcessGetSet(aArgs + 1, otThreadGetKeySequenceCounter, otThreadSetKeySequenceCounter); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp660 return mEncoder.WriteUint32(otThreadGetKeySequenceCounter(mInstance)); in HandlePropertyGet()