summaryrefslogtreecommitdiff
path: root/ng/AndroidRemotelyProvisionedComponentDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ng/AndroidRemotelyProvisionedComponentDevice.cpp')
-rw-r--r--ng/AndroidRemotelyProvisionedComponentDevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ng/AndroidRemotelyProvisionedComponentDevice.cpp b/ng/AndroidRemotelyProvisionedComponentDevice.cpp
index 6fc0c1a..c8d4070 100644
--- a/ng/AndroidRemotelyProvisionedComponentDevice.cpp
+++ b/ng/AndroidRemotelyProvisionedComponentDevice.cpp
@@ -96,6 +96,7 @@ ScopedAStatus AndroidRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHard
info->rpcAuthorName = response.rpcAuthorName;
info->supportedEekCurve = response.supportedEekCurve;
info->uniqueId = response.uniqueId;
+ info->supportedNumKeysInCsr = response.supportedNumKeysInCsr;
return ScopedAStatus::ok();
}