Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread_ftd.h678 otError otThreadSetPskcRef(otInstance *aInstance, otPskcRef aKeyRef);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp291 otError otThreadSetPskcRef(otInstance *aInstance, otPskcRef aKeyRef) in otThreadSetPskcRef() function
/openthread-latest/src/cli/
Dcli.cpp4060 error = otThreadSetPskcRef(GetInstancePtr(), pskcRef); in Process()