Searched refs:mSupportedChannelMask (Results 1 – 4 of 4) sorted by relevance
55 , mSupportedChannelMask(0) in ChannelManager()195 favoredAndSupported.Intersect(mSupportedChannelMask); in FindBetterChannel()198 … supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()335 … mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels()337 LogInfo("Supported channels: %s", mSupportedChannelMask.ToString().AsCString()); in SetSupportedChannels()
201 uint32_t GetSupportedChannels(void) const { return mSupportedChannelMask.GetMask(); } in GetSupportedChannels()289 Mac::ChannelMask mSupportedChannelMask; member in ot::Utils::ChannelManager
316 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask()826 ChannelMask mSupportedChannelMask; member in ot::Mac::Mac
86 , mSupportedChannelMask(Get<Radio>().GetSupportedChannelMask()) in Mac()180 mScanChannelMask.Intersect(mSupportedChannelMask); in Scan()410 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetPanChannel()434 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetTemporaryChannel()460 …IgnoreError(Get<Notifier>().Update(mSupportedChannelMask, newMask, kEventSupportedChannelMaskChang… in SetSupportedChannelMask()