Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h688 uint16_t otThreadGetKeySwitchGuardTime(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp288 uint16_t otThreadGetKeySwitchGuardTime(otInstance *aInstance) in otThreadGetKeySwitchGuardTime() function
/openthread-latest/src/cli/
Dcli.cpp3577 … error = ProcessGetSet(aArgs + 1, otThreadGetKeySwitchGuardTime, otThreadSetKeySwitchGuardTime); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp683 return mEncoder.WriteUint32(otThreadGetKeySwitchGuardTime(mInstance)); in HandlePropertyGet()