Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h511 uint8_t otThreadGetRouterSelectionJitter(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp197 uint8_t otThreadGetRouterSelectionJitter(otInstance *aInstance) in otThreadGetRouterSelectionJitter() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp599 return mEncoder.WriteUint8(otThreadGetRouterSelectionJitter(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp6013 return ProcessGetSet(aArgs, otThreadGetRouterSelectionJitter, otThreadSetRouterSelectionJitter); in Process()