Searched refs:GetChannelOccupancy (Results 1 – 4 of 4) sorted by relevance
103 uint16_t ChannelMonitor::GetChannelOccupancy(uint8_t aChannel) const in GetChannelOccupancy() function in ot::Utils::ChannelMonitor211 uint16_t occupancy = GetChannelOccupancy(channel); in FindBestChannels()
157 uint16_t GetChannelOccupancy(uint8_t aChannel) const;
363 curOccupancy = Get<ChannelMonitor>().GetChannelOccupancy(curChannel); in RequestChannelSelect()
85 return AsCoreType(aInstance).Get<Utils::ChannelMonitor>().GetChannelOccupancy(aChannel); in otChannelMonitorGetChannelOccupancy()