Home
last modified time | relevance | path

Searched refs:otThreadSetNetworkKey (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h449 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey);
/openthread-latest/src/core/api/
Dthread_api.cpp111 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey) in otThreadSetNetworkKey() function
/openthread-latest/src/cli/
Dcli.cpp4820 SuccessOrExit(error = otThreadSetNetworkKey(GetInstancePtr(), &key)); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp652 error = otThreadSetNetworkKey(mInstance, reinterpret_cast<const otNetworkKey *>(ptr)); in HandlePropertySet()