Home
last modified time | relevance | path

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

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