Searched refs:otThreadSetNetworkKey (Results 1 – 4 of 4) sorted by relevance
449 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey);
111 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey) in otThreadSetNetworkKey() function
4820 SuccessOrExit(error = otThreadSetNetworkKey(GetInstancePtr(), &key)); in Process()
652 error = otThreadSetNetworkKey(mInstance, reinterpret_cast<const otNetworkKey *>(ptr)); in HandlePropertySet()