Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetdiag_api.cpp105 otError otThreadSetVendorSwVersion(otInstance *aInstance, const char *aVendorSwVersion) in otThreadSetVendorSwVersion() function
/openthread-latest/include/openthread/
Dnetdiag.h391 otError otThreadSetVendorSwVersion(otInstance *aInstance, const char *aVendorSwVersion);
/openthread-latest/src/cli/
Dcli.cpp7373 error = ProcessGetSet(aArgs, otThreadGetVendorSwVersion, otThreadSetVendorSwVersion); in Process()