Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dthread_ftd_api.cpp72 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible) in otThreadSetRouterEligible() argument
74 return AsCoreType(aInstance).Get<Mle::MleRouter>().SetRouterEligible(aEligible); in otThreadSetRouterEligible()
/openthread-latest/include/openthread/
Dthread_ftd.h180 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible);
/openthread-latest/src/core/thread/
Dmle_router.hpp114 Error SetRouterEligible(bool aEligible);
Dmle_router.cpp156 Error MleRouter::SetRouterEligible(bool aEligible) in SetRouterEligible() argument
162 VerifyOrExit(!aEligible, error = kErrorNotCapable); in SetRouterEligible()
165 VerifyOrExit(aEligible != mRouterEligible); in SetRouterEligible()
167 mRouterEligible = aEligible; in SetRouterEligible()