History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiKeyStore.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a969fe6659ebfa8f1882743f09eb22f7ee4ca913 25-Jan-2017 Paul Stewart <pstew@google.com> Apply client chain when installing enterprise credentials

Extract the client keychain and install this as a single blob
after the client certificate within the blob. Doing so is
backwards-compatible since wpa_supplicant will terminate at the
end of the client certificate at the end of the first
"PEM_read_bio_X509()" call when this blob is retrieved. If
wpa_supplicant knows how, it can then retrieve the rest of the
keychain using successive PEM_read_bio_X509() calls on the same
input data.

Bug: 34688653
Test: Regression tests using WiFi testbed
Change-Id: I9251a4da59ca189a8682c632966fc305c1ec126e
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiKeyStore.java
ae791278c9032a8b10cf818b98b571c0396add4a 18-Nov-2016 Peter Qiu <zqiu@google.com> hotspot2: install Passpoint certificates and keys in keystore

When adding a Passpoint provider, install the certificates and
keys specified in the configuration to the keystore.

While there, move the object creation for Passpoint related
objects out of the WifiInjector and into newly created
PasspointObjectFactory.

Bug: 32619189
Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh
Change-Id: I42ee22a31d30e2c9fa05ece8713b95ebea71256e
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiKeyStore.java
1a731d9b8078e156b99dd281b814d93ab025e363 16-Jun-2016 Roshan Pius <rpius@google.com> WifiConfigStore: Remove class

Remove the existing WifiConfigStore class. Move all the existing
functionality to two separate classes:
1. WifiSupplicantControl: For any wpa_supplicant operations.
2. WifiKeyStore: For any key management operations.

This CL doesn't change any functionality, it's only a refactor.

BUG: 29394274
BUG: 29396499
Change-Id: Ic3d3f9eb3c241f34f2fddcfa67374c9a98277e0a
TEST: Unit tests
TEST: Successfully associated the device with GoogleGuest.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiKeyStore.java