Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.cpp341 uint8_t curChannel, newChannel; in RequestChannelSelect() local
350 SuccessOrExit(error = FindBetterChannel(newChannel, newOccupancy)); in RequestChannelSelect()
365 if (newChannel == curChannel) in RequestChannelSelect()
372 newChannel, newOccupancy); in RequestChannelSelect()
384 mChannelSelected = newChannel; in RequestChannelSelect()
/openthread-latest/src/core/thread/
Dmle.cpp3829 uint8_t newChannel = mAlternateChannel; in ProcessAnnounce() local
3834 LogNote("Processing Announce - channel %d, panid 0x%02x", newChannel, newPanId); in ProcessAnnounce()
3843 IgnoreError(Get<Mac::Mac>().SetPanChannel(newChannel)); in ProcessAnnounce()