Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Dchannel_manager.cpp52 , mSupportedChannelMask(0) in ChannelManager()
197 favoredAndSupported.Intersect(mSupportedChannelMask); in FindBetterChannel()
200 … supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel()
340mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels()
342 …otLogInfoUtil("ChannelManager: Supported channels: %s", mSupportedChannelMask.ToString().AsCString… in SetSupportedChannels()
Dchannel_manager.hpp201 uint32_t GetSupportedChannels(void) const { return mSupportedChannelMask.GetMask(); } in GetSupportedChannels()
288 Mac::ChannelMask mSupportedChannelMask; member in ot::Utils::ChannelManager
/openthread-2.7.6/src/core/mac/
Dmac.hpp315 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask()
881 ChannelMask mSupportedChannelMask; member in ot::Mac::Mac
Dmac.cpp107 , 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()