Home
last modified time | relevance | path

Searched refs:mStartingChannel (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dannounce_sender.cpp51 , mStartingChannel(kChannelIteratorFirst) in AnnounceSenderBase()
69 mChannel = mStartingChannel; in SendAnnounce()
97 mStartingChannel = aStartingChannel; in SetStartingChannel()
108 …VerifyOrExit((mStartingChannel == kChannelIteratorFirst) || !mChannelMask.ContainsChannel(mStartin… in SelectStartingChannel()
110 mStartingChannel = kChannelIteratorFirst; in SelectStartingChannel()
111 IgnoreError(mChannelMask.GetNextChannel(mStartingChannel)); in SelectStartingChannel()
131 if ((mChannel == mStartingChannel) && (mCount != 0)) in HandleTimer()
Dannounce_sender.hpp155 uint8_t GetStartingChannel(void) const { return mStartingChannel; } in GetStartingChannel()
182 uint8_t mStartingChannel; member in ot::AnnounceSenderBase