Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread.h697 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint32_t aKeySwitchGuardTime);
/external/openthread/src/core/api/
Dthread_api.cpp282 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint32_t aKeySwitchGuardTime) in otThreadSetKeySwitchGuardTime() function
/external/openthread/src/cli/
Dcli.cpp2405 … error = ProcessGetSet(aArgs + 1, otThreadGetKeySwitchGuardTime, otThreadSetKeySwitchGuardTime); in Process()
/external/openthread/src/ncp/
Dncp_base_mtd.cpp694 otThreadSetKeySwitchGuardTime(mInstance, keyGuardTime); in HandlePropertySet()