Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h175 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp73 void otChannelManagerSetAutoChannelSelectionEnabled(otInstance *aInstance, bool aEnabled) in otChannelManagerSetAutoChannelSelectionEnabled() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1343 otChannelManagerSetAutoChannelSelectionEnabled(mInstance, enabled); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1582 otChannelManagerSetAutoChannelSelectionEnabled(GetInstancePtr(), enable); in Process()