Searched refs:GetSupportedChannelMask (Results 1 – 15 of 15) sorted by relevance
63 uint32_t GetSupportedChannelMask(void) const in GetSupportedChannelMask() function in ot::MaxPowerTable
698 uint32_t GetSupportedChannelMask(void);869 inline uint32_t Radio::GetSupportedChannelMask(void) { return otPlatRadioGetSupportedChannelMask(Ge… in GetSupportedChannelMask() function in ot::Radio
97 uint32_t GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() function in ot::Posix::Configuration
868 channelMask = sConfig.GetSupportedChannelMask(); in otPlatRadioGetSupportedChannelMask()
470 … mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels()477 mFavoredChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetFavoredChannels()
86 mChannelMask.Intersect(Get<Mac::Mac>().GetSupportedChannelMask()); in SetChannelMask()
93 mScanChannels = Get<Mac::Mac>().GetSupportedChannelMask(); in Discover()
1219 Mac::ChannelMask channelMask = Get<Mac::Mac>().GetSupportedChannelMask(); in HandleNotifierEvents()1568 channelMask = Get<Mac::Mac>().GetSupportedChannelMask(); in PrepareAnnounceState()2154 …VerifyOrExit(Get<Mac::Mac>().GetSupportedChannelMask().ContainsChannel(aChannel), error = kErrorIn… in SendAnnounce()2193 channelMask = Get<Mac::Mac>().GetSupportedChannelMask(); in GetNextAnnounceChannel()
298 ChannelMaskTlv::PrepareValue(value, Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GenerateLocal()
46 Mac::ChannelMask supportedChannels = aInstance.Get<Mac::Mac>().GetSupportedChannelMask(); in GenerateRandom()
414 aChannelMask.SetMask(mask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GetChannelMask()
322 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() function in ot::Mac::Mac
75 , mSupportedChannelMask(Get<Radio>().GetSupportedChannelMask()) in Mac()2249 mSupportedChannelMask.SetMask(Get<Radio>().GetSupportedChannelMask()); in SetRegion()
107 return AsCoreType(aInstance).Get<Mac::Mac>().GetSupportedChannelMask().GetMask(); in otLinkGetSupportedChannelMask()
1910 channelMask &= mMaxPowerTable.GetSupportedChannelMask(); in GetRadioChannelMask()