Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dchannel_manager.h186 uint32_t otChannelManagerGetSupportedChannels(otInstance *aInstance);
/external/openthread/src/core/api/
Dchannel_manager_api.cpp93 uint32_t otChannelManagerGetSupportedChannels(otInstance *aInstance) in otChannelManagerGetSupportedChannels() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp1287 return EncodeChannelMask(otChannelManagerGetSupportedChannels(mInstance)); in HandlePropertyGet()
/external/openthread/src/cli/
Dcli.cpp1115 … Mac::ChannelMask supportedMask(otChannelManagerGetSupportedChannels(GetInstancePtr())); in Process()