Searched refs:favoredOccupancy (Results 1 – 1 of 1) sorted by relevance
236 uint16_t favoredOccupancy; 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()260 … (supportedOccupancy < favoredOccupancy - kThresholdToSkipFavored))) in FindBetterChannel()268 favoredOccupancy = supportedOccupancy; in FindBetterChannel()274 aOccupancy = favoredOccupancy; in FindBetterChannel()