Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dchannel_manager.h166 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval);
/openthread-3.5.0/src/core/api/
Dchannel_manager_api.cpp83 otError otChannelManagerSetAutoChannelSelectionInterval(otInstance *aInstance, uint32_t aInterval) in otChannelManagerSetAutoChannelSelectionInterval() function
/openthread-3.5.0/src/ncp/
Dncp_base_ftd.cpp1360 error = otChannelManagerSetAutoChannelSelectionInterval(mInstance, interval); in HandlePropertySet()
/openthread-3.5.0/src/cli/
Dcli.cpp1453 error = ProcessSet(aArgs + 2, otChannelManagerSetAutoChannelSelectionInterval); in Process()