Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread_ftd.h372 void otThreadSetNetworkIdTimeout(otInstance *aInstance, uint8_t aTimeout);
/external/openthread/src/core/api/
Dthread_ftd_api.cpp140 void otThreadSetNetworkIdTimeout(otInstance *aInstance, uint8_t aTimeout) in otThreadSetNetworkIdTimeout() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp660 otThreadSetNetworkIdTimeout(mInstance, timeout); in HandlePropertySet()
/external/openthread/src/cli/
Dcli.cpp4829 return ProcessGetSet(aArgs, otThreadGetNetworkIdTimeout, otThreadSetNetworkIdTimeout); in Process()