Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h157 bool otThreadIsRouterEligible(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp64 bool otThreadIsRouterEligible(otInstance *aInstance) in otThreadIsRouterEligible() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp304 return mEncoder.WriteBool(otThreadIsRouterEligible(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp5991 return ProcessEnableDisable(aArgs, otThreadIsRouterEligible, otThreadSetRouterEligible); in Process()