Home
last modified time | relevance | path

Searched refs:otPlatRadioGetSupportedChannelMask (Results 1 – 6 of 6) sorted by relevance

/openthread-3.6.0/src/core/radio/
Dradio_platform.cpp167 OT_TOOL_WEAK uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance) in otPlatRadioGetSupportedChannelMask() function
176 return otPlatRadioGetSupportedChannelMask(aInstance); in otPlatRadioGetPreferredChannelMask()
Dradio.hpp861 inline uint32_t Radio::GetSupportedChannelMask(void) { return otPlatRadioGetSupportedChannelMask(Ge… in GetSupportedChannelMask()
/openthread-3.6.0/include/openthread/platform/
Dradio.h1074 uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance);
/openthread-3.6.0/src/posix/platform/
Dradio.cpp852 uint32_t otPlatRadioGetSupportedChannelMask(otInstance *aInstance) in otPlatRadioGetSupportedChannelMask() function
/openthread-3.6.0/src/ncp/
Dncp_base.cpp2565 return EncodeChannelMask(otPlatRadioGetSupportedChannelMask(mInstance)); in HandlePropertyGet()
/openthread-3.6.0/src/cli/
Dcli.cpp1207 OutputLine("0x%lx", ToUlong(otPlatRadioGetSupportedChannelMask(GetInstancePtr()))); in Process()