Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dconfiguration.hpp104 uint32_t GetPreferredChannelMask(void) const { return mPreferredChannelMask; } in GetPreferredChannelMask() function in ot::Posix::Configuration
Dradio.cpp888 channelMask = sConfig.GetPreferredChannelMask(); in otPlatRadioGetPreferredChannelMask()
/openthread-latest/src/core/radio/
Dradio.hpp705 uint32_t GetPreferredChannelMask(void);
871 inline uint32_t Radio::GetPreferredChannelMask(void) { return otPlatRadioGetPreferredChannelMask(Ge… in GetPreferredChannelMask() function in ot::Radio
/openthread-latest/src/core/meshcop/
Ddataset.cpp47 Mac::ChannelMask preferredChannels(aInstance.Get<Radio>().GetPreferredChannelMask()); in GenerateRandom()