Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Dchannel_manager.cpp245 uint16_t favoredOccupancy; in FindBetterChannel() local
258 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()