Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h709 void otThreadSetKeySequenceCounter(otInstance *aInstance, uint32_t aKeySequenceCounter);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp288 void otThreadSetKeySequenceCounter(otInstance *aInstance, uint32_t aKeySequenceCounter) in otThreadSetKeySequenceCounter() 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.cpp670 otThreadSetKeySequenceCounter(mInstance, keySeqCounter); in HandlePropertySet()