Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h452 otError otThreadBecomeRouter(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp177 otError otThreadBecomeRouter(otInstance *aInstance) in otThreadBecomeRouter() function
/openthread-latest/src/cli/
Dcli.cpp6412 error = otThreadBecomeRouter(GetInstancePtr()); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp577 error = otThreadBecomeRouter(mInstance); in HandlePropertySet()