Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h492 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask);
/openthread-latest/src/core/api/
Dlink_api.cpp110 otError otLinkSetSupportedChannelMask(otInstance *aInstance, uint32_t aChannelMask) in otLinkSetSupportedChannelMask() function
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp469 error = otLinkSetSupportedChannelMask(mInstance, newMask); in HandlePropertySet()