Searched refs:mSupportedChannelMask (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | configuration.hpp | 64 , mSupportedChannelMask(kDefaultChannelMask) in Configuration() 97 uint32_t GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() 143 uint32_t mSupportedChannelMask; member in ot::Posix::Configuration
|
D | configuration.cpp | 159 … SuccessOrExit(error = GetChannelMask(kKeySupportedChannelMask, aDomain, mSupportedChannelMask)); in UpdateChannelMasks()
|
/openthread-latest/src/core/utils/ |
D | channel_manager.cpp | 48 , mSupportedChannelMask(0) in ChannelManager() 247 favoredAndSupported.Intersect(mSupportedChannelMask); in FindBetterChannel() 250 … supportedBest = Get<ChannelMonitor>().FindBestChannels(mSupportedChannelMask, supportedOccupancy); in FindBetterChannel() 470 … mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels() 472 LogInfo("Supported channels: %s", mSupportedChannelMask.ToString().AsCString()); in SetSupportedChannels()
|
D | channel_manager.hpp | 254 uint32_t GetSupportedChannels(void) const { return mSupportedChannelMask.GetMask(); } in GetSupportedChannels() 346 Mac::ChannelMask mSupportedChannelMask; member in ot::Utils::ChannelManager
|
/openthread-latest/src/core/mac/ |
D | mac.cpp | 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() [all …]
|
D | mac.hpp | 322 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() 908 ChannelMask mSupportedChannelMask; member in ot::Mac::Mac
|