Searched refs:mSupportedChannelMask (Results 1 – 4 of 4) sorted by relevance
52 , mSupportedChannelMask(0) in ChannelManager()197 favoredAndSupported.Intersect(mSupportedChannelMask); in FindBetterChannel()200 … supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()340 … mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels()342 …otLogInfoUtil("ChannelManager: Supported channels: %s", mSupportedChannelMask.ToString().AsCString… in SetSupportedChannels()
201 uint32_t GetSupportedChannels(void) const { return mSupportedChannelMask.GetMask(); } in GetSupportedChannels()288 Mac::ChannelMask mSupportedChannelMask; member in ot::Utils::ChannelManager
315 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask()881 ChannelMask mSupportedChannelMask; member in ot::Mac::Mac
107 , mSupportedChannelMask(Get<Radio>().GetSupportedChannelMask()) in Mac()198 mScanChannelMask.Intersect(mSupportedChannelMask); in Scan()424 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetPanChannel()444 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetTemporaryChannel()470 …IgnoreError(Get<Notifier>().Update(mSupportedChannelMask, newMask, kEventSupportedChannelMaskChang… in SetSupportedChannelMask()