Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_monitor.hpp171 Mac::ChannelMask FindBestChannels(const Mac::ChannelMask &aMask, uint16_t &aOccupancy) const;
Dchannel_manager.cpp249 favoredBest = Get<ChannelMonitor>().FindBestChannels(favoredAndSupported, favoredOccupancy); in FindBetterChannel()
250 … supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()
Dchannel_monitor.cpp199 Mac::ChannelMask ChannelMonitor::FindBestChannels(const Mac::ChannelMask &aMask, uint16_t &aOccupan… in FindBestChannels() function in ot::Utils::ChannelMonitor