Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Dchannel_manager.cpp244 Mac::ChannelMask supportedBest; in FindBetterChannel() local
259supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()
262 …LogInfo("Best overall %s, occupancy 0x%04x", supportedBest.ToString().AsCString(), supportedOccupa… in FindBetterChannel()
276 favoredBest = supportedBest; in FindBetterChannel()