Home
last modified time | relevance | path

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

/external/openthread/src/core/utils/
Dchannel_manager.cpp64 , mCcaFailureRateThreshold(kCcaFailureRateThreshold) in ChannelManager()
283 bool shouldAttempt = (ccaFailureRate >= mCcaFailureRateThreshold); in ShouldAttemptChannelChange()
286 mCcaFailureRateThreshold, ToYesNo(shouldAttempt)); in ShouldAttemptChannelChange()
484 mCcaFailureRateThreshold = aThreshold; in SetCcaFailureRateThreshold()
486 LogInfo("CCA threshold: 0x%04x", mCcaFailureRateThreshold); in SetCcaFailureRateThreshold()
Dchannel_manager.hpp282 uint16_t GetCcaFailureRateThreshold(void) const { return mCcaFailureRateThreshold; } in GetCcaFailureRateThreshold()
362 uint16_t mCcaFailureRateThreshold; member in ot::Utils::ChannelManager