Home
last modified time | relevance | path

Searched refs:otLinkSetWakeUpListenEnabled (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dlink.h1150 otError otLinkSetWakeUpListenEnabled(otInstance *aInstance, bool aEnable);
/openthread-latest/src/core/api/
Dlink_api.cpp514 otError otLinkSetWakeUpListenEnabled(otInstance *aInstance, bool aEnable) in otLinkSetWakeUpListenEnabled() function
/openthread-latest/src/cli/
Dcli.cpp7962 …error = ProcessEnableDisable(aArgs + 1, otLinkIsWakeupListenEnabled, otLinkSetWakeUpListenEnabled); in Process()