History log of /frameworks/base/services/java/com/android/server/wifi/WifiController.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3038b2b311cd07d851c404ccc5df2f4e07bcfd8 03-Oct-2013 Vinit Deshapnde <vinitd@google.com> Fix EAP-TLS reconnect after reboot issue

After a reboot, KeyStore is locked, and certificates encrypted with user
PIN are not accessible. So statemachines are not able to connect to
EAP-TLS networks. This change makes the problem less severe by

1. Not signing certificates with user PIN on devices with hardware backed
KeyStore.
2. Issuing a reconnect upon first USER_PRESENT event.

This means HH (which has a hardware backed keystore) can connect to
EAP-TLS networks without requiring user intervention and other devices
will automatically connect to those networks after user punches PIN.

Bug: 10325089

Change-Id: I023d60e58d8214152f051bd9ec84b85b702d829a
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
218339818ccb7a92d338496b51dbc194933c6f76 03-Jul-2013 Vinit Deshpande <vinitd@google.com> Revert "Temporarily disable 'Scan Always' mode"

This reverts commit c16b0d0061108685e74b40d77ad801fe0304bc42.

Change-Id: I89a23f5d786a53eea97fef3f19bd15f97fc26157
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
c16b0d0061108685e74b40d77ad801fe0304bc42 02-Jul-2013 Vinit Deshapnde <vinitd@google.com> Temporarily disable 'Scan Always' mode

This change disables 'Scan Always' by ignoring the setting; and
hard coding value to 'false'. The UI will change based on whatever
is in settings; but underneath we won't enable scans when WiFi is
off.

Change-Id: Ibb1401207b6675e609e979ea23b63177814f762c
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
05caa2a3de32e54562d1ec3031f73ef5392cfb40 01-Jun-2013 Robert Greenwalt <rgreenwalt@google.com> Apply scan-always setting to initial wifi state.

Otherwise there's nothing to kick us into scanable modes unless
the user toggles wifi.

bug:9217455
Change-Id: I6460305e3f299646433546598412f817579cc805
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
e47d7d43803926d86654a03d719c5551bc950690 20-May-2013 Robert Greenwalt <rgreenwalt@google.com> Add a time margin for deferred enable.

We were getting delayed message delivered 1 ms before we expected.
bug:9014777

Change-Id: I70e681ff6b4155d31097b43529478b39c816e70b
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
5c11e8ee5463b88907814e3e8716af292f90fb86 20-May-2013 Robert Greenwalt <rgreenwalt@google.com> Fix off-by-1 error in timing

If deferred action msg was delivered promptly it would end up
looking like it too needed to be deferred and then nothing
would end up getting done.

bug:9014777
Change-Id: I243df70463ebb9333efd6df510f71f9d8d9bdf91
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
02ba86f0cc34fcaaf5e938f178c9d0ff86c8dba0 18-May-2013 Robert Greenwalt <rgreenwalt@google.com> Add some temp wifi debugging output

bug: 9014777
Change-Id: I38c61f235742a36be10cdf9125e19ac9406a61b9
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
c12783a90e08bd2e20eb75f68192fbf7bad80357 16-May-2013 Robert Greenwalt <rgreenwalt@google.com> Add min delay between disable and enable of wifi

We sometimes have issues if disable, enable seq happens to fast.
This should only slow down those fast cases.

bug:8715336
Change-Id: I4f7fe9708b7c3c2300c441511838e8a70eaad5d1
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
9f2e83135c046ab475a101ae7c020d94db8f53d9 19-Mar-2013 Irfan Sheriff <isheriff@google.com> Fix reading sleep policy

Bug: 8418823
Change-Id: I432b0a1a7a13dcdd834f6a1c943b06937444f406
/frameworks/base/services/java/com/android/server/wifi/WifiController.java
11aefad94de6569c4c7394e7bc5fdeb0ae60d5bb 06-Mar-2013 Irfan Sheriff <isheriff@google.com> Add support for scan always available mode

Modify WifiService to add a controller to track the various
desired states and let the WifiStatemachine actually control
the bring up.

Bug: 8141918

Change-Id: I6e98fd5a29b43c3c50c315eff5255cd0a3eaebcd
/frameworks/base/services/java/com/android/server/wifi/WifiController.java