Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dnetdiag_api.cpp100 otError otThreadSetVendorModel(otInstance *aInstance, const char *aVendorModel) in otThreadSetVendorModel() function
/openthread-latest/include/openthread/
Dnetdiag.h375 otError otThreadSetVendorModel(otInstance *aInstance, const char *aVendorModel);
/openthread-latest/src/cli/
Dcli.cpp7343 error = ProcessGetSet(aArgs, otThreadGetVendorModel, otThreadSetVendorModel); in Process()