Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/utils/
Dchannel_manager.cpp242 uint8_t curChannel, newChannel; in RequestChannelSelect() local
253 curChannel = Get<Mac::Mac>().GetPanChannel(); in RequestChannelSelect()
254 curOccupancy = Get<ChannelMonitor>().GetChannelOccupancy(curChannel); in RequestChannelSelect()
256 if (newChannel == curChannel) in RequestChannelSelect()
258 LogInfo("Already on best possible channel %d", curChannel); in RequestChannelSelect()
262 …LogInfo("Cur channel %d, occupancy 0x%04x - Best channel %d, occupancy 0x%04x", curChannel, curOcc… in RequestChannelSelect()