Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h184 bool otChannelManagerGetAutoChannelSelectionEnabled(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp78 bool otChannelManagerGetAutoChannelSelectionEnabled(otInstance *aInstance) in otChannelManagerGetAutoChannelSelectionEnabled() function
/openthread-latest/src/cli/
Dcli.cpp1492 … OutputLine("auto: %d", otChannelManagerGetAutoChannelSelectionEnabled(GetInstancePtr())); in Process()
1499 if (otChannelManagerGetAutoChannelSelectionEnabled(GetInstancePtr()) || in Process()
1502 if (otChannelManagerGetAutoChannelSelectionEnabled(GetInstancePtr())) in Process()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1334 return mEncoder.WriteBool(otChannelManagerGetAutoChannelSelectionEnabled(mInstance)); in HandlePropertyGet()