History log of /frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/WifiEnterpriseConfigTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8f86598c612698b39cad15b4a0f03619d05fd7d6 21-Mar-2016 Paul Stewart <pstew@google.com> Ensure WifiEnterpriseConfig does not display passwords in toString

Add a unit test to ensure that passwords are not displayed in
WifiEnterpriseConfig.toString().

Bug: 25624963
Change-Id: I0a05dd8c4afbd4a8e7d7cbf0447e04328210ac48
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/WifiEnterpriseConfigTest.java
dad21481f7856586e17c01b391a0329a11eab722 23-Feb-2016 Paul Stewart <pstew@google.com> Fix string comparison in Enterprise Config tests

This rectifies an issue with using "==" for string comparison.
This caused this test to fail on certain platforms.

BUG=27278732

Change-Id: Ifc7d36f4586428e19467813005a5d8bb74e16662
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/WifiEnterpriseConfigTest.java
0fa719c7706dc6e447d16543518d4ecb269b91d0 16-Jan-2016 Paul Stewart <pstew@google.com> Refactor for accessor changes to WifiEnterpriseConfig [Re-Land]

WifiEnterpriseConfig has changed to provide more sane accessors.
Now, callers are not given blanket access to the internal fields
and need to pass an accessor object to either save or restore
wpa_supplicant configuration.

This CL also adds unit tests to validate the new behavior of EAP
and Phase 2 parameters to ensure that recent changes do not cause
any regressions.

Bug:26400915
Change-Id: I294d804b431e216071905b96c51e023ea424aaf5
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/WifiEnterpriseConfigTest.java
25704f0019d27c7939499721d779a1cb66537ebb 12-Feb-2016 Paul Stewart <pstew@google.com> Revert "Refactor for accessor changes to WifiEnterpriseConfig"

This reverts commit 1b0da700f6d88ab64c51cf66f2cf31cff8663fca.

Reverting until test team does their thing later today. Whoops.

Change-Id: I47716b6135fbaf1843b0f062c9374e908dc8a62e
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/WifiEnterpriseConfigTest.java
1b0da700f6d88ab64c51cf66f2cf31cff8663fca 16-Jan-2016 Paul Stewart <pstew@google.com> Refactor for accessor changes to WifiEnterpriseConfig

WifiEnterpriseConfig has changed to provide more sane accessors.
Now, callers are not given blanket access to the internal fields
and need to pass an accessor object to either save or restore
wpa_supplicant configuration.

This CL also adds unit tests to validate the new behavior of EAP
and Phase 2 parameters to ensure that recent changes do not cause
any regressions.

Bug:26400915
Change-Id: I575dc1688ff4b6055708e135b2692c982bc89d7a
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/WifiEnterpriseConfigTest.java
78463be32c01259841f4c0b670b742c3c2040cf3 29-Nov-2015 Rubin Xu <rubinxu@google.com> Support multiple CA certificates for EAP network

Copy all configured CA certificates to key store and set up their aliases
when adding networks. Remove all certificates when the network is removed.

Bug: 22547958
Change-Id: I91836911bfc84ec2922c5db4e9019a2872f361f0
/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/WifiEnterpriseConfigTest.java