Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h238 uint32_t otChannelManagerGetSupportedChannels(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp113 uint32_t otChannelManagerGetSupportedChannels(otInstance *aInstance) in otChannelManagerGetSupportedChannels() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1283 return EncodeChannelMask(otChannelManagerGetSupportedChannels(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp1507 … Mac::ChannelMask supportedMask(otChannelManagerGetSupportedChannels(GetInstancePtr())); in Process()