Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h867 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp380 otError otThreadSetRouterIdRange(otInstance *aInstance, uint8_t aMinRouterId, uint8_t aMaxRouterId) in otThreadSetRouterIdRange() function
/openthread-latest/src/cli/
Dcli.cpp5206 error = otThreadSetRouterIdRange(GetInstancePtr(), minRouterId, maxRouterId); in Process()