Home
last modified time | relevance | path

Searched refs:otLinkGetSupportedChannelMask (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/
Dlink.h479 uint32_t otLinkGetSupportedChannelMask(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp105 uint32_t otLinkGetSupportedChannelMask(otInstance *aInstance) in otLinkGetSupportedChannelMask() function
/openthread-latest/src/ncp/
Dncp_base.cpp2658 return EncodeChannelMask(otLinkGetSupportedChannelMask(mInstance)); in HandlePropertyGet()
Dncp_base_mtd.cpp2536 uint32_t channelMask = otLinkGetSupportedChannelMask(mInstance); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1397 uint32_t channelMask = otLinkGetSupportedChannelMask(GetInstancePtr()); in Process()