Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/utils/
Dchannel_manager.hpp166 void SetAutoChannelSelectionEnabled(bool aEnabled);
Dchannel_manager.cpp305 void ChannelManager::SetAutoChannelSelectionEnabled(bool aEnabled) in SetAutoChannelSelectionEnabled() function in ot::Utils::ChannelManager
/openthread-3.5.0/src/core/api/
Dchannel_manager_api.cpp75 AsCoreType(aInstance).Get<Utils::ChannelManager>().SetAutoChannelSelectionEnabled(aEnabled); in otChannelManagerSetAutoChannelSelectionEnabled()