Home
last modified time | relevance | path

Searched refs:otPlatRadioGetPreferredChannelMask (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/radio/
Dradio_platform.cpp186 OT_TOOL_WEAK uint32_t otPlatRadioGetPreferredChannelMask(otInstance *aInstance) in otPlatRadioGetPreferredChannelMask() function
Dradio.hpp690 return otPlatRadioGetPreferredChannelMask(GetInstancePtr()); in GetPreferredChannelMask()
/external/ot-br-posix/src/utils/
Dthread_helper.cpp195 uint32_t preferredChannels = otPlatRadioGetPreferredChannelMask(mInstance); in EnergyScan()
371 channelMask = otPlatRadioGetPreferredChannelMask(mInstance) & aChannelMask; in Attach()
/external/openthread/include/openthread/platform/
Dradio.h979 uint32_t otPlatRadioGetPreferredChannelMask(otInstance *aInstance);
/external/openthread/src/posix/platform/
Dradio.cpp569 uint32_t otPlatRadioGetPreferredChannelMask(otInstance *aInstance) in otPlatRadioGetPreferredChannelMask() function
/external/openthread/src/ncp/
Dncp_base.cpp2489 return EncodeChannelMask(otPlatRadioGetPreferredChannelMask(mInstance)); in HandlePropertyGet()
/external/openthread/src/cli/
Dcli.cpp1054 OutputLine("0x%x", otPlatRadioGetPreferredChannelMask(GetInstancePtr())); in Process()