Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dchannel_manager.h144 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled);
/external/openthread/src/core/api/
Dchannel_manager_api.cpp73 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp1347 otChannelManagerSetAutoChannelSelectionEnabled(mInstance, enabled); in HandlePropertySet()
/external/openthread/src/cli/
Dcli.cpp1143 otChannelManagerSetAutoChannelSelectionEnabled(GetInstancePtr(), enable); in Process()