/openthread-latest/src/core/mac/ |
D | channel_mask.hpp | 63 class ChannelMask : public Unequatable<ChannelMask> class 81 ChannelMask(void) in ChannelMask() function in ot::Mac::ChannelMask 91 explicit ChannelMask(uint32_t aMask) in ChannelMask() function in ot::Mac::ChannelMask 172 void Intersect(const ChannelMask &aOtherMask) { mMask &= aOtherMask.mMask; } in Intersect() 210 bool operator==(const ChannelMask &aAnother) const { return (mMask == aAnother.mMask); } in operator ==()
|
D | channel_mask.cpp | 42 uint8_t ChannelMask::GetNumberOfChannels(void) const in GetNumberOfChannels() 55 Error ChannelMask::GetNextChannel(uint8_t &aChannel) const in GetNextChannel() 76 uint8_t ChannelMask::ChooseRandomChannel(void) const in ChooseRandomChannel() 96 ChannelMask::InfoString ChannelMask::ToString(void) const in ToString()
|
D | mac.hpp | 322 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() 329 void SetSupportedChannelMask(const ChannelMask &aMask); 908 ChannelMask mSupportedChannelMask; 911 ChannelMask mScanChannelMask;
|
D | mac.cpp | 182 mScanChannel = ChannelMask::kChannelIteratorFirst; in Scan() 472 void Mac::SetSupportedChannelMask(const ChannelMask &aMask) in SetSupportedChannelMask() 474 ChannelMask newMask = aMask; in SetSupportedChannelMask() 2246 ChannelMask oldMask = mSupportedChannelMask; in SetRegion()
|
/openthread-latest/src/core/thread/ |
D | announce_sender.hpp | 60 static constexpr uint8_t kChannelIteratorFirst = Mac::ChannelMask::kChannelIteratorFirst; 141 const Mac::ChannelMask GetChannelMask(void) const { return mChannelMask; } in GetChannelMask() 148 void SetChannelMask(Mac::ChannelMask aChannelMask); 177 Mac::ChannelMask mChannelMask;
|
D | discover_scanner.hpp | 120 Error Discover(const Mac::ChannelMask &aScanChannels, 176 Mac::ChannelMask mScanChannels;
|
D | announce_sender.cpp | 83 void AnnounceSenderBase::SetChannelMask(Mac::ChannelMask aChannelMask) in SetChannelMask() 235 Mac::ChannelMask channelMask; in HandleActiveDatasetChanged()
|
D | announce_begin_server.cpp | 49 SetChannelMask(Mac::ChannelMask(aChannelMask)); in SendAnnounce()
|
D | discover_scanner.cpp | 54 Error DiscoverScanner::Discover(const Mac::ChannelMask &aScanChannels, in Discover() 145 mScanChannel = Mac::ChannelMask::kChannelIteratorFirst; in Discover()
|
D | mle.cpp | 1219 Mac::ChannelMask channelMask = Get<Mac::Mac>().GetSupportedChannelMask(); in HandleNotifierEvents() 1526 mAnnounceChannel = Mac::ChannelMask::kChannelIteratorFirst; in HandleAttachTimer() 1561 Mac::ChannelMask channelMask; in PrepareAnnounceState() 2189 Mac::ChannelMask channelMask; in GetNextAnnounceChannel()
|
/openthread-latest/src/core/utils/ |
D | channel_monitor.cpp | 199 Mac::ChannelMask ChannelMonitor::FindBestChannels(const Mac::ChannelMask &aMask, uint16_t &aOccupan… in FindBestChannels() 202 Mac::ChannelMask bestMask; in FindBestChannels() 207 channel = Mac::ChannelMask::kChannelIteratorFirst; in FindBestChannels()
|
D | channel_monitor.hpp | 171 Mac::ChannelMask FindBestChannels(const Mac::ChannelMask &aMask, uint16_t &aOccupancy) const;
|
D | channel_manager.hpp | 346 Mac::ChannelMask mSupportedChannelMask; 347 Mac::ChannelMask mFavoredChannelMask;
|
D | channel_manager.cpp | 233 Mac::ChannelMask favoredAndSupported; in FindBetterChannel() 234 Mac::ChannelMask favoredBest; in FindBetterChannel() 235 Mac::ChannelMask supportedBest; in FindBetterChannel()
|
/openthread-latest/src/posix/platform/ |
D | openthread.conf.example | 27 # supported_channel_mask=<RegulatoryDomain>,<ChannelMask> 32 # preferred_channel_mask=<RegulatoryDomain>,<ChannelMask>
|
/openthread-latest/tests/unit/ |
D | test_mac_frame.cpp | 430 void VerifyChannelMaskContent(const Mac::ChannelMask &aMask, uint8_t *aChannels, uint8_t aLength) in VerifyChannelMaskContent() 452 channel = Mac::ChannelMask::kChannelIteratorFirst; in VerifyChannelMaskContent() 488 Mac::ChannelMask mask1; in TestMacChannelMask() 489 Mac::ChannelMask mask2(Radio::kSupportedChannels); in TestMacChannelMask()
|
/openthread-latest/src/core/meshcop/ |
D | dataset_manager.hpp | 172 Error GetChannelMask(Mac::ChannelMask &aChannelMask) const;
|
D | dataset.cpp | 46 Mac::ChannelMask supportedChannels = aInstance.Get<Mac::Mac>().GetSupportedChannelMask(); in GenerateRandom() 47 Mac::ChannelMask preferredChannels(aInstance.Get<Radio>().GetPreferredChannelMask()); in GenerateRandom()
|
D | dataset.hpp | 693 DefineIsPresentAndMarkAsPresent(ChannelMask)
|
D | joiner.cpp | 162 …SuccessOrExit(error = Get<Mle::DiscoverScanner>().Discover(Mac::ChannelMask(0), Get<Mac::Mac>().Ge… in Start()
|
D | dataset_manager.cpp | 401 Error DatasetManager::GetChannelMask(Mac::ChannelMask &aChannelMask) const in GetChannelMask()
|
/openthread-latest/tools/tcat_ble_client/dataset/ |
D | dataset_entries.py | 422 class ChannelMask(DatasetEntry): class 491 MeshcopTlvType.CHANNELMASK: ChannelMask
|
/openthread-latest/src/core/api/ |
D | link_api.cpp | 117 instance.Get<Mac::Mac>().SetSupportedChannelMask(Mac::ChannelMask(aChannelMask)); in otLinkSetSupportedChannelMask()
|
D | thread_api.cpp | 427 Mac::ChannelMask(aScanChannels), aPanId, aJoiner, aEnableEui64Filtering, in otThreadDiscover()
|
/openthread-latest/tests/scripts/thread-cert/ |
D | mesh_cop.py | 752 class ChannelMask(object): class
|