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

Commit a3b22e5a authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Update comment for the INonStandardCertCallback to

indicate how certificates are added.

Bug: 267819850
Test: m
Change-Id: I896bf68138b93a97c843699d69bac193e7ee1523
parent 2da97768
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.