Searched refs:curChannel (Results 1 – 1 of 1) sorted by relevance
341 uint8_t curChannel, newChannel; in RequestChannelSelect() local355 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()