Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h695 uint32_t otThreadGetKeySequenceCounter(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp283 uint32_t otThreadGetKeySequenceCounter(otInstance *aInstance) in otThreadGetKeySequenceCounter() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp3472 … error = ProcessGetSet(aArgs + 1, otThreadGetKeySequenceCounter, otThreadSetKeySequenceCounter); in Process()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_mtd.cpp660 return mEncoder.WriteUint32(otThreadGetKeySequenceCounter(mInstance)); in HandlePropertyGet()