Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Dchannel_manager.cpp187 uint16_t supportedOccupancy; in FindBetterChannel() local
200 … supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()
205 supportedOccupancy); in FindBetterChannel()
212 … (supportedOccupancy < favoredOccupancy - kThresholdToSkipFavored))) in FindBetterChannel()
220 favoredOccupancy = supportedOccupancy; in FindBetterChannel()