Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dthread_ftd.h394 void otThreadSetNetworkIdTimeout(otInstance *aInstance, uint8_t aTimeout);
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp143 void otThreadSetNetworkIdTimeout(otInstance *aInstance, uint8_t aTimeout) in otThreadSetNetworkIdTimeout() function
/openthread-3.5.0/src/ncp/
Dncp_base_ftd.cpp645 otThreadSetNetworkIdTimeout(mInstance, timeout); in HandlePropertySet()
/openthread-3.5.0/src/cli/
Dcli.cpp4970 return ProcessGetSet(aArgs, otThreadGetNetworkIdTimeout, otThreadSetNetworkIdTimeout); in Process()