Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_monitor.cpp103 uint16_t ChannelMonitor::GetChannelOccupancy(uint8_t aChannel) const in GetChannelOccupancy() function in ot::Utils::ChannelMonitor
211 uint16_t occupancy = GetChannelOccupancy(channel); in FindBestChannels()
Dchannel_monitor.hpp157 uint16_t GetChannelOccupancy(uint8_t aChannel) const;
Dchannel_manager.cpp363 curOccupancy = Get<ChannelMonitor>().GetChannelOccupancy(curChannel); in RequestChannelSelect()
/openthread-latest/src/core/api/
Dchannel_monitor_api.cpp85 return AsCoreType(aInstance).Get<Utils::ChannelMonitor>().GetChannelOccupancy(aChannel); in otChannelMonitorGetChannelOccupancy()