Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread_ftd.h180 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible);
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp72 otError otThreadSetRouterEligible(otInstance *aInstance, bool aEligible) in otThreadSetRouterEligible() function
/openthread-3.5.0/src/ncp/
Dncp_base_ftd.cpp314 error = otThreadSetRouterEligible(mInstance, eligible); in HandlePropertySet()
/openthread-3.5.0/src/cli/
Dcli.cpp6952 return ProcessEnableDisable(aArgs, otThreadIsRouterEligible, otThreadSetRouterEligible); in Process()