Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h701 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint16_t aKeySwitchGuardTime);
/openthread-latest/src/core/api/
Dthread_api.cpp293 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint16_t aKeySwitchGuardTime) in otThreadSetKeySwitchGuardTime() function
/openthread-latest/src/cli/
Dcli.cpp3577 … error = ProcessGetSet(aArgs + 1, otThreadGetKeySwitchGuardTime, otThreadSetKeySwitchGuardTime); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp693 otThreadSetKeySwitchGuardTime(mInstance, static_cast<uint16_t>(keyGuardTime)); in HandlePropertySet()