- 29 Aug, 2016 1 commit
-
-
Adam Seaton authored
Bug: 31151930 Change-Id: Ie357edf4f0fc6a247bc997e77a5fde2649d3ceb8
-
- 26 Aug, 2016 1 commit
-
-
Samuel Tan authored
Fix the off-by-one error in the conditionals that check whether the Venue Group and Venue Type codes in the ANQP element are in the "Reserved" range. BUG: 30169673 BUG: 29464811 TEST: Manually set up AP with Hotspot 2.0 support, broadcasting Venue Group value 0xc, and ensure that device does not crash when in range of this AP. Change-Id: I14adc3a919e19b67fc0f46bf09d0cffb88b5354e (cherry picked from commit 48ee5f1e)
-
- 25 Aug, 2016 1 commit
-
-
Samuel Tan authored
Fix Merge Conflict for nyc-release The ANQP Element parsing code that parses untrusted data broadcasted by APs is currently untested, and might contain errors that will trigger exceptions that can crash the system service (e.g. null pointer exceptions). To contain this risk, catch all possible exceptions from the invoking ANQP element parsing code from ANQPFactory, and throw them again as ProtocolExceptions, which users of ANQPFactory already catch. BUG: 30230534 Change-Id: Icaba02c0e6739d94482cf4a5e704b59f8d4105b4
-
- 19 Jun, 2016 1 commit
-
-
The Android Automerger authored
-
- 16 Jun, 2016 1 commit
-
-
Bartosz Fabianowski authored
System UI acts on behalf of the current foreground user and should thus be allowed to connect to WiFi networks, even if it actually runs as user 0. BUG=28799309 Change-Id: I50c3bdf30c9a1fd7780b47cac3f8ff3d0fb34f36
-
- 15 Jun, 2016 2 commits
-
-
The Android Automerger authored
-
Paul Stewart authored
-
- 14 Jun, 2016 3 commits
-
-
Wei Wang authored
-
Wei Wang authored
Bug:29360310 Change-Id: I00f83d9413d4673c3419b8dd6444db1efbf8ff1b
-
The Android Automerger authored
-
- 13 Jun, 2016 1 commit
-
-
Glen Kuhne authored
-
- 10 Jun, 2016 3 commits
-
-
Mitchell Wills authored
Change-Id: Ia212840fcf781740d5e185d3e3c2e30a477e25f0 Fixes: 29250616
-
Mitchell Wills authored
The SignificantChange state machine doesn't actually have a concept of if Wifi is on or not. This will simply ensure that it is not possible to cause a crash. Change-Id: I8ff87364bf7d5c87f0519b6cdc32d164facf30eb Fixes: 29237535
-
Mitchell Wills authored
Change-Id: Ia212840fcf781740d5e185d3e3c2e30a477e25f0 Fixes: 29250616
-
- 09 Jun, 2016 3 commits
-
-
Glen Kuhne authored
Adds a wifi metric that records the capture duration period represented by the WifiLog proto. This is to improve the way wifiLogs are weighted when aggregated. Modified WifiMetrics to use the Clock wrapper of SystemClock to facilitate unit tests. BUG=29185886 Change-Id: I61dd2b481c26f0ea21bcb280ce1d40f3d73b7625
-
Mitchell Wills authored
The SignificantChange state machine doesn't actually have a concept of if Wifi is on or not. This will simply ensure that it is not possible to cause a crash. Change-Id: I8ff87364bf7d5c87f0519b6cdc32d164facf30eb Fixes: 29237535
-
The Android Automerger authored
-
- 08 Jun, 2016 7 commits
-
-
mukesh agrawal authored
When the WiFi code is sufficiently mature, we'll use this patch to return to using small ring buffers on all builds. Note that this patch is not a literal/full revert of CL:1048267. The reason for the more focused change is to minimize merge conflicts, in case other code changes by the time this CL lands. BUG=28822174 TEST=unit tests Change-Id: I9facadf8aaf779e0627b15815a426b86bde692a1
-
Paul Stewart authored
Change-Id: Ifb500e3f745b5e2493ffa016a06f23120e80910a
-
Paul Stewart authored
am: 96cc4860 Change-Id: Iae9d523d364079407f500d00f96db951c3d7f994
-
Paul Stewart authored
am: e1809380 Change-Id: I15921c5f5903d66052cb48d851913672077a190c
-
Paul Stewart authored
am: e3c37daf Change-Id: Ic33a155d3f19e39279a7d8b47ee63da217539c47
-
Paul Stewart authored
-
The Android Automerger authored
-
- 07 Jun, 2016 12 commits
-
-
Paul Stewart authored
am: 04fdb2ce Change-Id: I4232ea7bec8566cd35aee630863c432373fbcb1f
-
Paul Stewart authored
am: 0f37e416 Change-Id: I4794005c53ae7d99627de25722c846c2a45b856c
-
Paul Stewart authored
am: 444e06c4 Change-Id: Ied4ebd36b8e373b830d61869723caa3e8eeb32c3
-
Paul Stewart authored
am: 49fefde1 Change-Id: I595d98088be7d1bced40d34160bd114c9617d97d
-
Paul Stewart authored
am: 1921acbf Change-Id: I5ffb8a5518678e3dfdd930acdd57c1aa5ab21650
-
TreeHugger Robot authored
-
Randy Pan authored
Today the association to an AP can be rejected because of either the rejection from the AP or the STA host driver time-out. The WiFi framework receives the same ASSOC_REJECT messages for both scenarios. Cut down the blacklist time value to 5 mins for now. When we can differentiate these two types of rejections, the blacklist time for the real AP rejection can go back to 30 minutes. Bug: 28899826 Change-Id: I785e13140bfdfbefbae17320c247ae1c8134fa92
-
Ningyuan Wang authored
-
The Android Automerger authored
- 06 Jun, 2016 3 commits
-
-
Roshan Pius authored
Modify |CMD_GET_LINK_LAYER_STATS| handling to return a null object when the stats cannot be retrieved from wifi HAL. We've added a feature check in |WifiServiceImpl.reportActivityInfo| method to check if the device supports link layer stats reporting or not. So, there is no need to fake an empty object if the retrieval fails. BUG:29117407 Change-Id: Iaf8e060912611773398210785ebfaae7371db77c
-
Paul Stewart authored
-
Ningyuan Wang authored
Some devices rely on Setup Wizard to set a persistent country code. This CL honors the persistent option, fixing corresponding 5GHz AP problem. This also includes addtional unit tests for this change. BUG=28127280 TEST=compile TEST=runtest frameworks-wifi Change-Id: I2f36216e143d0ac4959f26a9965def061a06aabf
-
- 05 Jun, 2016 1 commit
-
-
The Android Automerger authored
-