Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dchannel_manager.h195 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask);
/external/openthread/src/core/api/
Dchannel_manager_api.cpp98 void otChannelManagerSetSupportedChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetSupportedChannels() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp1296 otChannelManagerSetSupportedChannels(mInstance, channelMask); in HandlePropertySet()
/external/openthread/src/cli/
Dcli.cpp1155 error = ProcessSet(aArgs + 2, otChannelManagerSetSupportedChannels); in Process()