Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dchannel_monitor.h156 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel);
/openthread-3.4.0/src/core/api/
Dchannel_monitor_api.cpp83 uint16_t otChannelMonitorGetChannelOccupancy(otInstance *aInstance, uint8_t aChannel) in otChannelMonitorGetChannelOccupancy() function
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp2447 …SuccessOrExit(error = mEncoder.WriteUint16(otChannelMonitorGetChannelOccupancy(mInstance, channel)… in HandlePropertyGet()
/openthread-3.4.0/src/cli/
Dcli.cpp1617 occupancy = otChannelMonitorGetChannelOccupancy(GetInstancePtr(), channel); in Process()