Home
last modified time | relevance | path

Searched refs:Intersect (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/mac/
Dchannel_mask.hpp172 void Intersect(const ChannelMask &aOtherMask) { mMask &= aOtherMask.mMask; } in Intersect() function in ot::Mac::ChannelMask
Dmac.cpp190 mScanChannelMask.Intersect(mSupportedChannelMask); in Scan()
476 newMask.Intersect(mSupportedChannelMask); in SetSupportedChannelMask()
/openthread-latest/src/core/thread/
Dannounce_sender.cpp86 mChannelMask.Intersect(Get<Mac::Mac>().GetSupportedChannelMask()); in SetChannelMask()
Ddiscover_scanner.cpp97 mScanChannels.Intersect(aScanChannels); in Discover()
/openthread-latest/src/core/utils/
Dchannel_manager.cpp247 favoredAndSupported.Intersect(mSupportedChannelMask); in FindBetterChannel()
/openthread-latest/src/core/meshcop/
Ddataset.cpp54 preferredChannels.Intersect(supportedChannels); in GenerateRandom()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp543 mask1.Intersect(mask2); in TestMacChannelMask()