Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dthread.h657 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint32_t aKeySwitchGuardTime);
/openthread-2.7.6/src/core/api/
Dthread_api.cpp302 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint32_t aKeySwitchGuardTime) in otThreadSetKeySwitchGuardTime() function
/openthread-2.7.6/src/cli/
Dcli.cpp2158 … error = ProcessGetSet(aArgs + 1, otThreadGetKeySwitchGuardTime, otThreadSetKeySwitchGuardTime); in ProcessKeySequence()
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp719 otThreadSetKeySwitchGuardTime(mInstance, keyGuardTime); in HandlePropertySet()