Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.cpp237 uint16_t supportedOccupancy; in FindBetterChannel() local
250 … supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()
253 …nfo("Best overall %s, occupancy 0x%04x", supportedBest.ToString().AsCString(), supportedOccupancy); in FindBetterChannel()
260 … (supportedOccupancy < favoredOccupancy - kThresholdToSkipFavored))) in FindBetterChannel()
268 favoredOccupancy = supportedOccupancy; in FindBetterChannel()