Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/mac/
Dchannel_mask.hpp219 uint8_t ChooseRandomChannel(void) const;
Dchannel_mask.cpp76 uint8_t ChannelMask::ChooseRandomChannel(void) const in ChooseRandomChannel() function in ot::Mac::ChannelMask
/openthread-2.7.6/src/core/utils/
Dchannel_manager.cpp225 aNewChannel = favoredBest.ChooseRandomChannel(); in FindBetterChannel()
/openthread-2.7.6/src/core/meshcop/
Ddataset.cpp71 mChannel = preferredChannels.ChooseRandomChannel(); in GenerateRandom()