summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/wifi/WifiController.java
AgeCommit message (Collapse)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
2013-10-02Fix EAP-TLS reconnect after reboot issueVinit Deshapnde
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
2013-07-03Revert "Temporarily disable 'Scan Always' mode"Vinit Deshpande
This reverts commit c16b0d0061108685e74b40d77ad801fe0304bc42. Change-Id: I89a23f5d786a53eea97fef3f19bd15f97fc26157
2013-07-01Temporarily disable 'Scan Always' modeVinit Deshapnde
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
2013-06-01Apply scan-always setting to initial wifi state.Robert Greenwalt
Otherwise there's nothing to kick us into scanable modes unless the user toggles wifi. bug:9217455 Change-Id: I6460305e3f299646433546598412f817579cc805
2013-05-20Add a time margin for deferred enable.Robert Greenwalt
We were getting delayed message delivered 1 ms before we expected. bug:9014777 Change-Id: I70e681ff6b4155d31097b43529478b39c816e70b
2013-05-20Fix off-by-1 error in timingRobert Greenwalt
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
2013-05-18Add some temp wifi debugging outputRobert Greenwalt
bug: 9014777 Change-Id: I38c61f235742a36be10cdf9125e19ac9406a61b9
2013-05-16Add min delay between disable and enable of wifiRobert Greenwalt
We sometimes have issues if disable, enable seq happens to fast. This should only slow down those fast cases. bug:8715336 Change-Id: I4f7fe9708b7c3c2300c441511838e8a70eaad5d1
2013-03-19Fix reading sleep policyIrfan Sheriff
Bug: 8418823 Change-Id: I432b0a1a7a13dcdd834f6a1c943b06937444f406
2013-03-14Add support for scan always available modeIrfan Sheriff
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