Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h246 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp118 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetSupportedChannels() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1292 otChannelManagerSetSupportedChannels(mInstance, channelMask); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1664 error = ProcessSet(aArgs + 2, otChannelManagerSetSupportedChannels); in Process()