Home
last modified time | relevance | path

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

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