Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h1037 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable);
/openthread-latest/src/core/instance/
Dinstance.cpp424 IgnoreError(otLinkSetEnabled(this, false)); in Finalize()
/openthread-latest/src/core/api/
Dlink_api.cpp360 otError otLinkSetEnabled(otInstance *aInstance, bool aEnable) in otLinkSetEnabled() function
/openthread-latest/src/cli/
Dcli.cpp5544 if (ProcessEnableDisable(aArgs, otLinkSetEnabled) == OT_ERROR_NONE) in Process()