Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h263 void otChannelManagerSetFavoredChannels(otInstance *aInstance, uint32_t aChannelMask);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp128 void otChannelManagerSetFavoredChannels(otInstance *aInstance, uint32_t aChannelMask) in otChannelManagerSetFavoredChannels() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1309 otChannelManagerSetFavoredChannels(mInstance, channelMask); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1683 error = ProcessSet(aArgs + 2, otChannelManagerSetFavoredChannels); in Process()