Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Dchannel_manager.cpp185 Mac::ChannelMask supportedBest; in FindBetterChannel() local
200supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()
204 …otLogInfoUtil("ChannelManager: Best overall %s, occupancy 0x%04x", supportedBest.ToString().AsCStr… in FindBetterChannel()
219 favoredBest = supportedBest; in FindBetterChannel()