Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.cpp282 uint16_t ccaFailureRate = Get<Mac::Mac>().GetCcaFailureRate(); in ShouldAttemptChannelChange() local
283 bool shouldAttempt = (ccaFailureRate >= mCcaFailureRateThreshold); in ShouldAttemptChannelChange()
285 …LogInfo("CCA-err-rate: 0x%04x %s 0x%04x, selecting channel: %s", ccaFailureRate, shouldAttempt ? "… in ShouldAttemptChannelChange()