History log of /frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
caf9b531f7a78353be575dcaa8bb7fe83c9988ad 23-Jan-2018 Etan Cohen <etancohen@google.com> Update SmallTest library

android.test.suitebuilder.annotation.SmallTest is deprecated and
replaced by android.support.test.filters.SmallTest.

Update all test files. No other change.

Bug: 72324160
Test: all unit tests pass
Change-Id: I02ec8419a3eac698077d46b0b95f1f695b0f1b9b
/frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java
1e11d006276c5663fa9028e415afbcfb754ad9a0 22-Jun-2017 Roshan Pius <rpius@google.com> WifiEnterpriseConfig: New copy method to ignore masked password

To ignore the masked password sent by apps, add a new copy-constructor
equivalent method which will ignore the masked password.

Bug: 62893342
Test: Unit tests.
Test: Manual tests with the linked CL.
Test: Regression tests.

Change-Id: Ib208dcd94a888e07a9b3dc0442620233ea7791e5
/frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java
906a077cf8e847b6f160ef2b789879bbbb6c63ff 24-Feb-2017 Paul Stewart <pstew@google.com> Fix up EAP-SIM documentation

Address API Council comments on doucmentation for the method calls
and constants related to EAP-SIM. While here, improve unit tests
to ensure that passing a null certificate (chain) causes the config
to forget any existing client certificates.

Bug: 35847887
Test: Unit tests

Change-Id: I1c4e18e1a7cfb61aa4764e32778793368938e70b
/frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java
e613fccb561c35577520bd518bbc3bc69429c0f4 25-Jan-2017 Paul Stewart <pstew@google.com> Allow EAP-SIM authentication methods under PEAP

Extend the PEAP outer method to contain EAP-SIM innner methods
so these transactions can be encrypted.

Cherry-pick of 68c63024c2ace87921c1e84a99d18dae6001c74c

Bug: 34835771
Test: Unit tests

Change-Id: I4931ed43e396c93bad0bfce1750291982f8cd146
/frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java
88b3c589ad4c8d48bef6c252628dc59a9addd353 27-Jan-2017 Paul Stewart <pstew@google.com> Test passing null cert/keys to WifiEnterpriseConfig

Ensure that null certificates and keys don't crash.

Bug: 34765004
Test: This is a test
Change-Id: I439b4f985c1b88ad4a9b58ee6f4eb4f90bd81246
/frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java
291ddaef788741fe724fec71760b90cbb6edaa2f 25-Jan-2017 Paul Stewart <pstew@google.com> Add a client chain to WifiEnterpriseConfig

Add a list of supporting certificates to be presented in the process
of presenting client credentials.

Cherry-pick of e3511767169357a1409119b5666c62d50e005583

Bug: 34688653
Test: Compile, unit tests
Change-Id: I6afd8baf67312e8ddaaeefd26f30dacc51aa33bb
/frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java
1e9dd72b641c4e1e5a0118e31c6de8aa0c848288 30-Sep-2016 Peter Qiu <zqiu@google.com> wifi: WifiEnterpriseConfig: use ParcelUtil to parcelize key and certificates

Bug: 31834143
Test: frameworks/base/wifi/tests/runtest.sh

Change-Id: Ie013c0637e66fb970746ad8f80bca03515b72443
/frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java
601964b92795860610262cabfc920765d174fd93 26-Sep-2016 Peter Qiu <zqiu@google.com> wifi: add test target/directory for unit testing WiFi framework APIs

The existing tests for the WiFi frameworks API android.net.wifi are
copied from frameworks/opt/wifi/tests, and will be removed in
frameworks/opt/wifi/tests.

Bug: 31745421
Change-Id: I789e983bc7dd02b6c3fa6a982ca671347912be0f
Test: frameworks/base/wifi/runtests.sh
/frameworks/base/wifi/tests/src/android/net/wifi/WifiEnterpriseConfigTest.java