Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8712639d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update comment for the INonStandardCertCallback to indicate how...

Merge "Update comment for the INonStandardCertCallback to indicate how certificates are added." into udc-dev
parents 8f940671 a3b22e5a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@ package android.hardware.wifi.supplicant;

/**
 * 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.