Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h1121 uint8_t otLinkGetWakeupChannel(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp83 uint8_t otLinkGetWakeupChannel(otInstance *aInstance) in otLinkGetWakeupChannel() function
/openthread-latest/src/cli/
Dcli.cpp7899 error = ProcessGetSet(aArgs + 1, otLinkGetWakeupChannel, otLinkSetWakeupChannel); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4810 return mEncoder.WriteUint8(otLinkGetWakeupChannel(mInstance)); in HandlePropertyGet()