Searched refs:kSupportedChannels (Results 1 – 4 of 4) sorted by relevance
102 static constexpr uint32_t kSupportedChannels = member in ot::Radio108 static constexpr uint32_t kSupportedChannels = OT_RADIO_915MHZ_OQPSK_CHANNEL_MASK; member in ot::Radio113 static constexpr uint32_t kSupportedChannels = OT_RADIO_2P4GHZ_OQPSK_CHANNEL_MASK; member in ot::Radio118 …static constexpr uint32_t kSupportedChannels = OPENTHREAD_CONFIG_PLATFORM_RADIO_PROPRIETARY_CHANNE… member in ot::Radio
196 return Radio::kSupportedChannels; in otPlatRadioGetSupportedChannelMask()
489 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()
275 , mScanChannelMask(Radio::kSupportedChannels) in NcpBase()