Home
last modified time | relevance | path

Searched refs:otChannelMonitorSetEnabled (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dchannel_monitor.h80 otError otChannelMonitorSetEnabled(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/core/api/
Dchannel_monitor_api.cpp45 otError otChannelMonitorSetEnabled(otInstance *aInstance, bool aEnabled) in otChannelMonitorSetEnabled() function
/openthread-latest/src/cli/
Dcli.cpp1441 error = otChannelMonitorSetEnabled(GetInstancePtr(), true); in Process()
1458 error = otChannelMonitorSetEnabled(GetInstancePtr(), false); in Process()