Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.cpp70 , mAlternateChannel(0) in Mle()
788 Get<AnnounceBeginServer>().SendAnnounce(1 << mAlternateChannel); in InformPreviousChannel()
1614 IgnoreError(Get<Mac::Mac>().SetPanChannel(mAlternateChannel)); in Reattach()
3725 mAlternateChannel = channel; in HandleAnnounce()
3829 uint8_t newChannel = mAlternateChannel; in ProcessAnnounce()
3839 mAlternateChannel = Get<Mac::Mac>().GetPanChannel(); in ProcessAnnounce()
Dmle.hpp1478 uint8_t mAlternateChannel; member in ot::Mle::Mle