Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dchannel_mask.hpp201 uint8_t ChooseRandomChannel(void) const;
Dchannel_mask.cpp76 uint8_t ChannelMask::ChooseRandomChannel(void) const in ChooseRandomChannel() function in ot::Mac::ChannelMask
/openthread-latest/src/core/meshcop/
Ddataset.cpp66 mChannel = preferredChannels.ChooseRandomChannel(); in GenerateRandom()
68 mWakeupChannel = supportedChannels.ChooseRandomChannel(); in GenerateRandom()
/openthread-latest/src/core/utils/
Dchannel_manager.cpp273 aNewChannel = favoredBest.ChooseRandomChannel(); in FindBetterChannel()