Home
last modified time | relevance | path

Searched refs:GetSupportedChannelMask (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/src/core/radio/
Dmax_power_table.hpp63 uint32_t GetSupportedChannelMask(void) const in GetSupportedChannelMask() function in ot::MaxPowerTable
Dradio.hpp698 uint32_t GetSupportedChannelMask(void);
869 inline uint32_t Radio::GetSupportedChannelMask(void) { return otPlatRadioGetSupportedChannelMask(Ge… in GetSupportedChannelMask() function in ot::Radio
/openthread-latest/src/posix/platform/
Dconfiguration.hpp97 uint32_t GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() function in ot::Posix::Configuration
Dradio.cpp868 channelMask = sConfig.GetSupportedChannelMask(); in otPlatRadioGetSupportedChannelMask()
/openthread-latest/src/core/utils/
Dchannel_manager.cpp470 … mSupportedChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetSupportedChannels()
477 mFavoredChannelMask.SetMask(aChannelMask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in SetFavoredChannels()
/openthread-latest/src/core/thread/
Dannounce_sender.cpp86 mChannelMask.Intersect(Get<Mac::Mac>().GetSupportedChannelMask()); in SetChannelMask()
Ddiscover_scanner.cpp93 mScanChannels = Get<Mac::Mac>().GetSupportedChannelMask(); in Discover()
Dmle.cpp1219 Mac::ChannelMask channelMask = Get<Mac::Mac>().GetSupportedChannelMask(); in HandleNotifierEvents()
1568 channelMask = Get<Mac::Mac>().GetSupportedChannelMask(); in PrepareAnnounceState()
2154 …VerifyOrExit(Get<Mac::Mac>().GetSupportedChannelMask().ContainsChannel(aChannel), error = kErrorIn… in SendAnnounce()
2193 channelMask = Get<Mac::Mac>().GetSupportedChannelMask(); in GetNextAnnounceChannel()
/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp298 ChannelMaskTlv::PrepareValue(value, Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GenerateLocal()
Ddataset.cpp46 Mac::ChannelMask supportedChannels = aInstance.Get<Mac::Mac>().GetSupportedChannelMask(); in GenerateRandom()
Ddataset_manager.cpp414 aChannelMask.SetMask(mask & Get<Mac::Mac>().GetSupportedChannelMask().GetMask()); in GetChannelMask()
/openthread-latest/src/core/mac/
Dmac.hpp322 const ChannelMask &GetSupportedChannelMask(void) const { return mSupportedChannelMask; } in GetSupportedChannelMask() function in ot::Mac::Mac
Dmac.cpp75 , mSupportedChannelMask(Get<Radio>().GetSupportedChannelMask()) in Mac()
2249 mSupportedChannelMask.SetMask(Get<Radio>().GetSupportedChannelMask()); in SetRegion()
/openthread-latest/src/core/api/
Dlink_api.cpp107 return AsCoreType(aInstance).Get<Mac::Mac>().GetSupportedChannelMask().GetMask(); in otLinkGetSupportedChannelMask()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1910 channelMask &= mMaxPowerTable.GetSupportedChannelMask(); in GetRadioChannelMask()