Searched refs:favoredBest (Results 1 – 1 of 1) sorted by relevance
234 Mac::ChannelMask favoredBest; in FindBetterChannel() local249 favoredBest = Get<ChannelMonitor>().FindBestChannels(favoredAndSupported, favoredOccupancy); in FindBetterChannel()252 …LogInfo("Best favored %s, occupancy 0x%04x", favoredBest.ToString().AsCString(), favoredOccupancy); in FindBetterChannel()259 if (favoredBest.IsEmpty() || ((favoredOccupancy >= kThresholdToSkipFavored) && in FindBetterChannel()262 if (!favoredBest.IsEmpty()) in FindBetterChannel()267 favoredBest = supportedBest; in FindBetterChannel()271 VerifyOrExit(!favoredBest.IsEmpty(), error = kErrorNotFound); in FindBetterChannel()273 aNewChannel = favoredBest.ChooseRandomChannel(); in FindBetterChannel()