commit | a3b22e5a72ad0b475b9422b3d42f515a04817825 | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Wed Mar 22 23:57:13 2023 +0000 |
committer | Gabriel Biren <gbiren@google.com> | Thu Mar 23 00:23:20 2023 +0000 |
tree | e7b37dbd81caaf8b5391b70543c4272ba6f65b4f | |
parent | 2da977681b96a0b64924bc010bc1fc26981221c8 [diff] |
Update comment for the INonStandardCertCallback to indicate how certificates are added. Bug: 267819850 Test: m Change-Id: I896bf68138b93a97c843699d69bac193e7ee1523
diff --git a/wifi/supplicant/aidl/android/hardware/wifi/supplicant/INonStandardCertCallback.aidl b/wifi/supplicant/aidl/android/hardware/wifi/supplicant/INonStandardCertCallback.aidl index 2f9e528..2e11c76 100644 --- a/wifi/supplicant/aidl/android/hardware/wifi/supplicant/INonStandardCertCallback.aidl +++ b/wifi/supplicant/aidl/android/hardware/wifi/supplicant/INonStandardCertCallback.aidl
@@ -18,7 +18,8 @@ /** * Callback to allow supplicant to retrieve non-standard certificate types - * from the client. + * from the framework. Certificates can be stored in the framework using + * the WifiKeystore#put system API. * * Must be registered by the client at initialization, so that * supplicant can call into the client to retrieve any values.