Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h1136 otError otLinkSetWakeupChannel(otInstance *aInstance, uint8_t aChannel);
/openthread-latest/src/core/api/
Dlink_api.cpp88 otError otLinkSetWakeupChannel(otInstance *aInstance, uint8_t aChannel) in otLinkSetWakeupChannel() function
/openthread-latest/src/cli/
Dcli.cpp7899 error = ProcessGetSet(aArgs + 1, otLinkGetWakeupChannel, otLinkSetWakeupChannel); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4802 error = otLinkSetWakeupChannel(mInstance, wakeupChannel); in HandlePropertySet()