Home
last modified time | relevance | path

Searched refs:mSupportedChannelMask (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/src/core/utils/
Dchannel_manager.cpp55 , mSupportedChannelMask(0) in ChannelManager()
195 favoredAndSupported.Intersect(mSupportedChannelMask); in FindBetterChannel()
198 … supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()
335mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels()
337 LogInfo("Supported channels: %s", mSupportedChannelMask.ToString().AsCString()); in SetSupportedChannels()
Dchannel_manager.hpp201 uint32_t GetSupportedChannels(void) const { return mSupportedChannelMask.GetMask(); } in GetSupportedChannels()
289 Mac::ChannelMask mSupportedChannelMask; member in ot::Utils::ChannelManager
/openthread-3.4.0/src/core/mac/
Dmac.hpp316 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask()
826 ChannelMask mSupportedChannelMask; member in ot::Mac::Mac
Dmac.cpp86 , 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()