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