Searched refs:favoredOccupancy (Results 1 – 1 of 1) sorted by relevance
245 uint16_t favoredOccupancy; in FindBetterChannel() local258 favoredBest = Get<ChannelMonitor>().FindBestChannels(favoredAndSupported, favoredOccupancy); in FindBetterChannel()261 …LogInfo("Best favored %s, occupancy 0x%04x", favoredBest.ToString().AsCString(), favoredOccupancy); in FindBetterChannel()268 if (favoredBest.IsEmpty() || ((favoredOccupancy >= kThresholdToSkipFavored) && in FindBetterChannel()269 … (supportedOccupancy < favoredOccupancy - kThresholdToSkipFavored))) in FindBetterChannel()277 favoredOccupancy = supportedOccupancy; in FindBetterChannel()283 aOccupancy = favoredOccupancy; in FindBetterChannel()