Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.hpp546 uint16_t GetCcaFailureRate(void) const { return mCcaSuccessRateTracker.GetFailureRate(); } in GetCcaFailureRate() function in ot::Mac::Mac
/openthread-latest/src/core/utils/
Dchannel_manager.cpp282 uint16_t ccaFailureRate = Get<Mac::Mac>().GetCcaFailureRate(); in ShouldAttemptChannelChange()
/openthread-latest/src/core/api/
Dlink_api.cpp418 return AsCoreType(aInstance).Get<Mac::Mac>().GetCcaFailureRate(); in otLinkGetCcaFailureRate()