Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_router.hpp293 uint8_t GetRouterDowngradeThreshold(void) const { return mRouterDowngradeThreshold; } in GetRouterDowngradeThreshold()
300 void SetRouterDowngradeThreshold(uint8_t aThreshold) { mRouterDowngradeThreshold = aThreshold; } in SetRouterDowngradeThreshold()
690 uint8_t mRouterDowngradeThreshold; member in ot::Mle::MleRouter
Dmle_router.cpp55 , mRouterDowngradeThreshold(kRouterDowngradeThreshold) in MleRouter()
1641 …f (roleTransitionTimeoutExpired && mRouterTable.GetActiveRouterCount() > mRouterDowngradeThreshold) in HandleTimeTick()
3764 VerifyOrExit(activeRouterCount > mRouterDowngradeThreshold); in ShouldDowngrade()
3792 count = activeRouterCount - mRouterDowngradeThreshold; in ShouldDowngrade()