Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h593 otError otThreadSetNetworkName(otInstance *aInstance, const char *aNetworkName);
/openthread-latest/src/core/api/
Dthread_api.cpp206 otError otThreadSetNetworkName(otInstance *aInstance, const char *aNetworkName) in otThreadSetNetworkName() function
/openthread-latest/src/cli/
Dcli.cpp4873 return ProcessGetSet(aArgs, otThreadGetNetworkName, otThreadSetNetworkName); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp606 error = otThreadSetNetworkName(mInstance, string); in HandlePropertySet()