Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dradio.hpp102 static constexpr uint32_t kSupportedChannels = member in ot::Radio
108 static constexpr uint32_t kSupportedChannels = OT_RADIO_915MHZ_OQPSK_CHANNEL_MASK; member in ot::Radio
113 static constexpr uint32_t kSupportedChannels = OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MASK; member in ot::Radio
118 …static constexpr uint32_t kSupportedChannels = OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_CHANNE… member in ot::Radio
Dradio_platform.cpp196 return Radio::kSupportedChannels; in otPlatRadioGetSupportedChannelMask()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp489 Mac::ChannelMask mask2(Radio::kSupportedChannels); in TestMacChannelMask()
498 VerifyOrQuit(mask2.GetMask() == Radio::kSupportedChannels); in TestMacChannelMask()
502 mask1.SetMask(Radio::kSupportedChannels); in TestMacChannelMask()
504 VerifyOrQuit(mask1.GetMask() == Radio::kSupportedChannels); in TestMacChannelMask()
559 mask1.SetMask(Radio::kSupportedChannels); in TestMacChannelMask()
560 mask2.SetMask(Radio::kSupportedChannels); in TestMacChannelMask()
/openthread-latest/src/ncp/
Dncp_base.cpp275 , mScanChannelMask(Radio::kSupportedChannels) in NcpBase()