summaryrefslogtreecommitdiffstats
path: root/wifi
Commit message (Collapse)AuthorAgeFilesLines
...
* | | am f4b970e5: am 2705b859: Merge "Address API Council feedback for ↵Vinit Deshpande2014-09-034-309/+211
|\ \ \ | |/ / | | | | | | | | | | | | | | | WifiAdapter/WPS APIs" into lmp-dev * commit 'f4b970e5fc0204334ff3990ccb47f6323fd68ee7': Address API Council feedback for WifiAdapter/WPS APIs
| * | Address API Council feedback for WifiAdapter/WPS APIsVinit Deshpande2014-08-294-309/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change addresses concerns from the API review. Things that are fixed are - 1. WifiAdapter is removed, until we have 'real' support for it 2. All the methods from WifiAdapter are moved to WifiManager 3. Changed WPSListener API names to be onFailed/onSucceeded et al 4. Removed ActionListener from WPS APIs, they now take WpsListener Bug: 16403303 Bug: 17115004 Change-Id: Ia721dd95041acb3e50d16690319e3320fe550ff5
* | | am f7c9ffc3: am 4c5d4e29: Merge "fix ScanResult read from parcel, this ↵vandwalle2014-08-271-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | function was broken and causes wifi settings to crash" into lmp-dev * commit 'f7c9ffc381b4f8001caacfdd82386f0b060e4dd1': fix ScanResult read from parcel, this function was broken and causes wifi settings to crash
| * | fix ScanResult read from parcel, this function was broken and causes wifi ↵vandwalle2014-08-271-0/+1
| | | | | | | | | | | | | | | | | | | | | settings to crash Bug: 17293156 Change-Id: I5f7a8141adb21103e98913c9802d8364164eaba7
* | | am 39b53f3c: am bdc65df3: Merge "remove passpoint - DO NOT MERGE" into lmp-devvandwalle2014-08-2613-3710/+0
|\ \ \ | |/ / | | | | | | | | | * commit '39b53f3c10e1e758c2bcc27ffd9f4c1076d13539': remove passpoint - DO NOT MERGE
| * | Merge "remove passpoint - DO NOT MERGE" into lmp-devvandwalle2014-08-2613-3710/+0
| |\ \
| | * | remove passpoint - DO NOT MERGEvandwalle2014-08-2613-3710/+0
| | | | | | | | | | | | | | | | | | | | This CL is dependent on I3d2a230b0362520b9f1b2bc3792260116971e106 Change-Id: I1a0d655877d9368d833d62e231797af4b2560862
* | | | am dbf54ec2: am b2139607: Merge "add radio stats to link layer" into lmp-devvandwalle2014-08-267-3/+235
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'dbf54ec22d1215cdf9991b79ecef8b17b9e58fe0': add radio stats to link layer
| * | | add radio stats to link layervandwalle2014-08-267-3/+235
| |/ / | | | | | | | | | | | | Bug:15563188 Change-Id: I3d2a230b0362520b9f1b2bc3792260116971e106
* | | am f654d5b2: am 2954d35a: Merge "Revert "Annotate @SystemApi on some ↵Wenchao Tong2014-08-211-5/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | WifiManager methods."" into lmp-dev * commit 'f654d5b210419e90ba674c73a20a3bcfa9f394e6': Revert "Annotate @SystemApi on some WifiManager methods."
| * | Merge "Revert "Annotate @SystemApi on some WifiManager methods."" into lmp-devWenchao Tong2014-08-211-5/+0
| |\ \
| | * | Revert "Annotate @SystemApi on some WifiManager methods."Wenchao Tong2014-08-201-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 041bcc22bd21f84358e5b2102e3a919bcdd99b81. Bug: 17134034 Change-Id: I1ebcdd9b4c56e5c93fd5667699c8971e8c6e5452
* | | | am 01c23ffb: am 23e25851: Merge "per bssid blacklist" into lmp-devvandwalle2014-08-211-6/+23
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '01c23ffbf8f50e4a8d3889c05ebb459a82e0a930': per bssid blacklist
| * | | Merge "per bssid blacklist" into lmp-devvandwalle2014-08-211-6/+23
| |\ \ \ | | |_|/ | |/| |
| | * | per bssid blacklistvandwalle2014-08-201-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16823537 This CL is dependent on Iff32fae2cd67343e63046d58d75fa1e10d9775d0 Change-Id: Id9411c8097337b37ac1ce1a6ac8b28b4bda31ff3
* | | | am 5e3130d6: am fa141926: Merge "Improve documentation of ScanResult and ↵Jeff Davidson2014-08-212-3/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | WifiInfo." into lmp-dev * commit '5e3130d63a745ad6cd3ccf535845128ae744d092': Improve documentation of ScanResult and WifiInfo.
| * | | Merge "Improve documentation of ScanResult and WifiInfo." into lmp-devJeff Davidson2014-08-202-3/+10
| |\ \ \ | | |/ / | |/| |
| | * | Improve documentation of ScanResult and WifiInfo.Jeff Davidson2014-08-122-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Valid dBm ranges should *not* be mentioned in the documentation. Manufacturers should be able to produce devices which can detect signal strengths with arbitrary sensitivity rather than being forced to restrict strengths to a certain range. Adds a reference to WifiManager.calculateSignalLevel(), an often-useful method to convert these RSSI values into an absolute signal level that can be displayed to a user as the signal strength. Bug: 13731529 Change-Id: I0aae85a6d8bc48ffddd1927d816a1dfbf5230f7e
* | | | am 3a7bbbff: am 14aa17a2: Merge "remove passpoint, except ANQP - DO NOT ↵vandwalle2014-08-201-10/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | MERGE" into lmp-dev * commit '3a7bbbff1e526dce660fc1d08113167134402b75': remove passpoint, except ANQP - DO NOT MERGE
| * | | Merge "remove passpoint, except ANQP - DO NOT MERGE" into lmp-devvandwalle2014-08-201-10/+0
| |\ \ \
| | * | | remove passpoint, except ANQP - DO NOT MERGEvandwalle2014-08-191-10/+0
| | |/ / | | | | | | | | | | | | | | | | This CL is dependend on Ic3ae7269f0ca11cec6b7aea5143499e88ecc7149 Change-Id: Ic533d1820c470bf2370a92452b37515ef7458f45
* | | | am 3e76a3aa: am 3ddfe1ce: Merge "Annotate @SystemApi on some WifiManager ↵Wenchao Tong2014-08-201-0/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | methods." into lmp-dev * commit '3e76a3aa299c6c7abde43ed5e9b780eb1dd13b8d': Annotate @SystemApi on some WifiManager methods.
| * | | Merge "Annotate @SystemApi on some WifiManager methods." into lmp-devWenchao Tong2014-08-191-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | Annotate @SystemApi on some WifiManager methods.Wenchao Tong2014-08-191-0/+5
| | | | | | | | | | | | | | | | | | | | Bug: 17112931 Change-Id: I5980bc46bc1f16316caecd7fcc6cd771b8ca6cdf
* | | | am 45b565ff: am 14152c79: Merge "Stop using LinkProperties for static ↵Lorenzo Colitti2014-08-191-6/+16
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | configuration." into lmp-dev * commit '45b565ffdbd2962c336f385d80d6516cd1cc489a': Stop using LinkProperties for static configuration.
| * | | Stop using LinkProperties for static configuration.Lorenzo Colitti2014-08-191-6/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LinkProperties can represent way more complicated configurations than what we can actually apply to interfaces. This makes it error-prone to use it to represent static configuration, both when trying to apply configuration coming from LinkProperties and when trying to save configuration from current LinkProperties. Instead, move static configuration (IPv4 only, since we don't support static IPv6 configuration) into a separate StaticIpConfiguration class. Bug: 16114392 Bug: 16893413 Change-Id: Ib33f35c004e30b6067bb20235ffa43c247d174df
* | | am 400ec1b9: am 085889e3: Merge "WifiP2pWfdInfo set device type bugfix"Elliott Hughes2014-08-181-0/+1
|\ \ \ | |/ / |/| | | | | | | | * commit '400ec1b938ddc8da367c594105bfaa7485c80564': WifiP2pWfdInfo set device type bugfix
| * | am 085889e3: Merge "WifiP2pWfdInfo set device type bugfix"Elliott Hughes2014-08-181-0/+1
| |\ \ | | | | | | | | | | | | | | | | * commit '085889e37f5798dd50ec8c66cd0e2cd2ec37c6bd': WifiP2pWfdInfo set device type bugfix
| | * | WifiP2pWfdInfo set device type bugfixGrigoriy Kraynov2014-08-181-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I37a53aed80574e78c80dc4a4192bd8cc4320de9d Signed-off-by: Grigoriy Kraynov <kraynov@mgpro.ru>
| | * | DO NOT MERGE refactor wifi p2p's startDhcpServer functionJianzheng Zhou2014-06-231-5/+23
| |/ / | | | | | | | | | | | | | | | | | | | | | Add getTetheredDhcpRanges() interface and call it before calling mNwService.startTethering() to update dhcp ranges. This will allow p2p app to run well concurrently with other tethering app(e.g. usb tethering). Change-Id: I5e8ffeb5d2d396f48b897cd9396f133e25ecca57 Signed-off-by: Jianzheng Zhou <jianzheng.zhou@freescale.com>
| * | am bf056846: am 058061da: Merge "Fix stopBatchedScan not working for wifi" ↵Wei Wang2014-03-211-1/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | into klp-dev * commit 'bf0568468da9e02c177abaf9116f9995d53b59aa': Fix stopBatchedScan not working for wifi
| | * \ Merge "Fix stopBatchedScan not working for wifi" into klp-devWei Wang2014-03-211-1/+5
| | |\ \
| | | * | Fix stopBatchedScan not working for wifiWei Wang2014-03-201-1/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I011747da2a98cbed76a8fc6716f0c539c65f2804
| * | | | am f92b0072: am 52bc363c: Merge "DO NOT MERGE - Use Samoa country code to ↵Vinit Deshapnde2014-03-201-1/+4
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | satisfy wifi regulatory concerns" into klp-dev * commit 'f92b00722d84fa0caea25a3363242b6dced0635c': DO NOT MERGE - Use Samoa country code to satisfy wifi regulatory concerns
| | * | | DO NOT MERGE - Use Samoa country code to satisfy wifi regulatory concernsVinit Deshapnde2014-03-191-1/+4
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps in reducing overt scans when cell network is unavailable; and in turn helps alleviate some regulatory concerns. BUG: 11062898 Change-Id: I2d860f2d1acfdafba427504247a54b81482b0f5b
| * | | am e8af5e10: am 6d9ed0c3: Merge "DO NOT MERGE Debounce wifi country code ↵Robert Greenwalt2014-03-101-17/+35
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Info" into klp-dev * commit 'e8af5e10e04697acb26b47e5d60b99e5c61a020c': DO NOT MERGE Debounce wifi country code Info
| | * | DO NOT MERGE Debounce wifi country code InfoRobert Greenwalt2014-03-071-17/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're getting signals from the radio and it sometimes drops out for a while. This change will delay applying an empty country code for 15sec but apply non-empty country codes immediately. It uses a sequence number so we only apply the most recent change, even if it's delayed. Also secures the wifi call to set the country code as we can't allow apps to set it willy-nilly. bug:11062898 Change-Id: I610039a833e26d4c5c8b7b9ac1b7546f3c83446a
* | | | Revert "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in ↵Zoltan Szatmary-Ban2014-08-151-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | settings""""" This reverts commit c9249c69813c6fb889d71d84583c67ae2942e6de. Change-Id: I5504fddaf7b18efb73cd6c76678b3b39ce9b0229
* | | | Revert "Revert "Revert "Revert "Update Trusted Credentials screen in ↵Zoltan Szatmary-Ban2014-08-151-28/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | settings"""" This reverts commit 87efe74e092236c372d3b6909009641123aa416a. This should be fine now with all the dependency CLs +2-ed Change-Id: I96ad14ad5ff81e6b5391035cb6c5a62339c6cc40
* | | | Revert "Revert "Revert "Update Trusted Credentials screen in settings"""Narayan Kamath2014-08-151-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 19c8ce291e89a9ef1442a20e1feab421b11536d7. Change-Id: Ie5a5571127311e0a29f314c0566e779cfe940b53
* | | | Revert "Revert "Update Trusted Credentials screen in settings""Zoltan Szatmary-Ban2014-08-151-28/+1
| |_|/ |/| | | | | | | | | | | | | | This reverts commit 0f0de0bdd021bad5f85fdb0399a4ea91a1611e25. Change-Id: Ia3d0907e3d7c2ec42d64e45f60e3dfaffb932c3d
* | | Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT ↵Chelsea Derrick2014-08-111-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE]" This reverts commit 41158d90a69cae2a9c4ced0e04f235e8cfef5259. Bug: 16871063 Change-Id: I93623be92f2de41789b16827867f3f95bf0480c5
* | | Merge "Unhide WifiPasspointManager for ANQP APIs - DO NOT MERGE" into lmp-devVinit Deshpande2014-08-093-150/+1
|\ \ \
| * | | Unhide WifiPasspointManager for ANQP APIs - DO NOT MERGEVinit Deshpande2014-08-103-150/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is unhiding some unwanted changes too; but we'll fix that later. Change-Id: I35343815e99aafbec8e4ef4d0707499fb6219457
* | | | Support EAP-SIM and EAP-AKAVinit Deshpande2014-08-082-4/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | This change un-hides constants for these two methods and also un-hides RADIUS/AAA FQDN field to allow creating Passpoint release 1 credentials. Change-Id: Ia3501017dc1f5c0b4932bb45e1e9c5bf7262d7fe
* | | Merge "Unhide broadcasts for WiFi network changes." into lmp-devChelsea Derrick2014-08-071-0/+7
|\ \ \
| * | | Unhide broadcasts for WiFi network changes.Chelsea Derrick2014-08-071-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will fulfill the same role as ag/487624, which unhid other broadcast constants (and is being rolled back). We can leverage the existing broadcasts in this CL rather than introducing new ones. They just need to be exposed. Bug: 16871063 Change-Id: I91462851c8016ed962cdafa54e9ec938d52c84b6
* | | | Read/Write numBssidsPerScan in ParcelableScanResultsVinit Deshpande2014-08-071-1/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | Setting the value has no effect because it was lost in marshalling across binder interface. Bug: 16826305 Change-Id: I5b308441608e0b7fc159fc249a16aec3728bac82
* | | Merge "Revert "Update Trusted Credentials screen in settings"" into lmp-devZoltan Szatmary-Ban2014-08-071-1/+28
|\ \ \
| * | | Revert "Update Trusted Credentials screen in settings"Zoltan Szatmary-Ban2014-08-071-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4fde5aa9fab931d9becfc49f7d7b8526ad5640d9. Change-Id: I581c38d64e9829b0079bafa42615f2aa0bf64763