Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp203 void SetAutoNetworkChannelSelectionEnabled(bool aEnabled);
Dchannel_manager.cpp416 void ChannelManager::SetAutoNetworkChannelSelectionEnabled(bool aEnabled) in SetAutoNetworkChannelSelectionEnabled() function in ot::Utils::ChannelManager
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp75 …AsCoreType(aInstance).Get<Utils::ChannelManager>().SetAutoNetworkChannelSelectionEnabled(aEnabled); in otChannelManagerSetAutoChannelSelectionEnabled()