Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dchannel_manager.h205 uint32_t otChannelManagerGetFavoredChannels(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Dchannel_manager_api.cpp103 uint32_t otChannelManagerGetFavoredChannels(otInstance *aInstance) in otChannelManagerGetFavoredChannels() function
/openthread-3.5.0/src/ncp/
Dncp_base_ftd.cpp1300 return EncodeChannelMask(otChannelManagerGetFavoredChannels(mInstance)); in HandlePropertyGet()
/openthread-3.5.0/src/cli/
Dcli.cpp1351 Mac::ChannelMask favoredMask(otChannelManagerGetFavoredChannels(GetInstancePtr())); in Process()