Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.cpp341 uint8_t curChannel, newChannel; in RequestChannelSelect() local
355 curChannel = Get<Mac::Mac>().GetCslChannel(); in RequestChannelSelect()
360 curChannel = Get<Mac::Mac>().GetPanChannel(); in RequestChannelSelect()
363 curOccupancy = Get<ChannelMonitor>().GetChannelOccupancy(curChannel); in RequestChannelSelect()
365 if (newChannel == curChannel) in RequestChannelSelect()
367 LogInfo("Already on best possible channel %d", curChannel); in RequestChannelSelect()
371 …LogInfo("Cur channel %d, occupancy 0x%04x - Best channel %d, occupancy 0x%04x", curChannel, curOcc… in RequestChannelSelect()