Lines Matching refs:mSupportedChannelMask
75 , mSupportedChannelMask(Get<Radio>().GetSupportedChannelMask()) in Mac()
186 aScanChannels = mSupportedChannelMask.GetMask(); in Scan()
190 mScanChannelMask.Intersect(mSupportedChannelMask); in Scan()
427 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetPanChannel()
451 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetTemporaryChannel()
476 newMask.Intersect(mSupportedChannelMask); in SetSupportedChannelMask()
477 …IgnoreError(Get<Notifier>().Update(mSupportedChannelMask, newMask, kEventSupportedChannelMaskChang… in SetSupportedChannelMask()
2246 ChannelMask oldMask = mSupportedChannelMask; in SetRegion()
2249 mSupportedChannelMask.SetMask(Get<Radio>().GetSupportedChannelMask()); in SetRegion()
2250 …IgnoreError(Get<Notifier>().Update(oldMask, mSupportedChannelMask, kEventSupportedChannelMaskChang… in SetRegion()
2576 VerifyOrExit(mSupportedChannelMask.ContainsChannel(aChannel), error = kErrorInvalidArgs); in SetWakeupChannel()