Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetdiag_api.cpp95 otError otThreadSetVendorName(otInstance *aInstance, const char *aVendorName) in otThreadSetVendorName() function
/openthread-latest/include/openthread/
Dnetdiag.h359 otError otThreadSetVendorName(otInstance *aInstance, const char *aVendorName);
/openthread-latest/src/cli/
Dcli.cpp7313 error = ProcessGetSet(aArgs, otThreadGetVendorName, otThreadSetVendorName); in Process()