Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h486 otError otThreadSetNetworkKeyRef(otInstance *aInstance, otNetworkKeyRef aKeyRef);
/openthread-latest/src/core/api/
Dthread_api.cpp134 otError otThreadSetNetworkKeyRef(otInstance *aInstance, otNetworkKeyRef aKeyRef) in otThreadSetNetworkKeyRef() function
/openthread-latest/src/cli/
Dcli.cpp4749 SuccessOrExit(error = otThreadSetNetworkKeyRef(GetInstancePtr(), keyRef)); in Process()