summaryrefslogtreecommitdiffstats
path: root/wifi
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes from topic 'mwd-merge-050415' into mnc-devPrerepa Viswanadham2015-05-052-1/+3
|\ | | | | | | | | | | | | | | | | | | | | * changes: Merge commit 'b6f59f4' into master_merge Merge commit 'f6db0ce' into master_merge Merge commit '17455a3' into master_merge Merge commit 'b4d5b32' into master_merge Merge commit 'a1a2fa7' into master_merge Merge commit '8dfdb98' into master_merge Merge commit 'eba66c3' into master_merge
| * Merge commit '17455a3' into master_mergePrerepa Viswanadham2015-05-012-1/+3
| |\
| | * Changed logging tag.Jan Nordqvist2015-04-271-1/+1
| | | | | | | | | | | | Change-Id: I9a916305910c65425ffe7ea8d5a29dba0ee9a8da
| | * No Permission check for WiFi RTTxinhe2015-04-241-0/+2
| | | | | | | | | | | | | | | Bug:19918231 Change-Id: I98aea756cc15683596096e46da48efe0737ae1d1
* | | Adding "Connected, no Internet" string in Wifi nw summary.Sanket Padawe2015-05-012-0/+16
|/ / | | | | | | | | Bug: 17380953 Change-Id: I9664bcbf33832fe722e7d2b3125939287ee98098
* | Merge commit '7e5e791' into merge2Etan Cohen2015-04-241-2/+2
|\ \ | |/ | | | | Change-Id: Ie4889e3448b905afe5c0df453da96df0735e60d7
| * Fix build error on APIxinhe2015-04-211-2/+2
| | | | | | | | Change-Id: Id7024feb6baf8c6cc607702b3ac90dfbd3d483ba
* | Merge commit '4cb5d80' into merge2Etan Cohen2015-04-243-5/+8
|\ \ | |/
| * Merge "set softAP band selection API hidden 20460598" into m-wireless-devxinhe2015-04-212-3/+6
| |\
| | * set softAP band selection API hiddenxinhe2015-04-212-3/+6
| | | | | | | | | | | | | | | | | | 20460598 Change-Id: I2a13961896bacf0bd67c387dc1983dc45ca0e52d
| * | Changed [gs]etDomSubjectMatch to [gs]etDomainSubjectMatch.Jan Nordqvist2015-04-211-2/+2
| |/ | | | | | | Change-Id: I42a69320a95a96522500375e3e101c159ee5bf1b
* | Merge commit 'c91bc62' into merge2Etan Cohen2015-04-242-1/+33
|\ \ | |/
| * Added setDomSuffixMatch for AAA cert suffix matching.Jan Nordqvist2015-04-171-0/+32
| | | | | | | | Change-Id: I112399d2ce3d940ccf4451477b3b4edb93010b42
| * A few minor fixes for EAP-TLS.Jan Nordqvist2015-04-171-1/+1
| | | | | | | | Change-Id: I807d44d1bd84b929d21df402542c4b6f1f646b30
* | Merge commit '7f61051' into merge2Etan Cohen2015-04-241-1/+10
|\ \ | |/
| * enable RTT capability exceptionxinhe2015-04-161-1/+10
| | | | | | | | | | Bug:20299517 Change-Id: I497cc08b90f720d1717e107f93f75fda4212c8a8
| * add disconnected scan parameter, add bytes[] container to scanResultsPierre Vandwalle2015-04-141-0/+6
| | | | | | | | Change-Id: I201b52064ea764ddd406c25c86f41887029ff225
* | Allow apps with ACCESS_WIFI_STATE to listen for wifi networksLorenzo Colitti2015-04-221-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compatibility measure introduced in bug 20081183 for apps that connect to a Wi-Fi network without Internet access and then expect to be able to use that network requires that such apps register a NetworkCallback so that their WifiManager can pin them to whatever wifi Network connects. Currently, registering the callback requires ACCESS_NETWORK_STATE and the app may not have that permission. Allow registering wifi (only) callbacks if the app has ACCESS_WIFI_STATE. If the app does not have ACCESS_WIFI_STATE (unlikely, since CHANGE_WIFI_STATE is not very useful without ACCESS_WIFI_STATE), then don't enable the compatibility measure. Bug: 20081183 Bug: 20423580 Change-Id: Iad328d30c2d170dead883868fece3d922da68f6f
* | Turn of WifiScanner's debug loggingVinit Deshpande2015-04-211-1/+1
| | | | | | | | | | Bug: 20416721 Change-Id: I48051dbc0bb6e58279ea5ca5dce90d837f1df4e6
* | Move factoryReset to service and protect.Stuart Scott2015-04-202-12/+5
| | | | | | | | | | bug:16161518 Change-Id: I02d1bbae1887c62ee426e6f03e8bc1f18c6666bf
* | add disconnected scan parameter, add bytes[] container to scanResultsPierre Vandwalle2015-04-161-0/+6
| | | | | | | | Change-Id: I201b52064ea764ddd406c25c86f41887029ff225
* | Pin a process to wifi when it calls enableNetwork(..., true)Lorenzo Colitti2015-04-171-2/+129
| | | | | | | | | | Bug: 20081183 Change-Id: I12bbda1061bbebeb4d0844d0b0d7f51237645958
* | Add a noInternetAccessExpected boolean to WifiConfiguration.Lorenzo Colitti2015-04-151-0/+12
| | | | | | | | | | | | | | | | | | This will be set if the user explicitly confirms a connection to a Wi-Fi network without Internet access and checks the "don't ask again" box. Bug: 20081183 Change-Id: I75223ae41dbf0d3a827527a0a131855d8eb4c515
* | Add an UNKNOWN_UID constant to WifiConfiguration.Lorenzo Colitti2015-04-151-1/+6
| | | | | | | | | | | | | | | | | | | | This value will be used to indicate that one of the various UIDs tracked stored in the WifiConfiguration is unknown. Currently the code just uses "-1" everywhere for this purpose; a constant is clearer. Bug: 20081183 Change-Id: Id865da9284f642587eed11f67685e5b12ce772c2
* | Merge commit 'e593d0a' into merge_workPrerepa Viswanadham2015-04-104-109/+290
|\ \ | |/ | | | | Change-Id: I4f8ae40fc446cd9cda4d5c6ec99469a98dda595b
| * Merge "API for config app." into m-wireless-devVinit Deshpande2015-04-073-13/+41
| |\
| | * API for config app.Jan Nordqvist2015-04-073-13/+41
| | | | | | | | | | | | Change-Id: Icda0ac1b081a08f438645ccf3667b5b81cb5e244
| * | RTT framework interface updatexinhe2015-04-071-96/+233
| |/ | | | | | | | | Bug:19917983 Change-Id: I1c89c4c583923137983243814e35c8981f6db54a
| * Implement 'Available via Passpoint' featureVinit Deshpande2015-04-032-0/+16
| | | | | | | | | | | | | | | | This also fixes the issues related to explicit connection to passpoint AP, and fixes occassional mention of 'connected via Wi-Fi Assistent' Change-Id: Ib4de956f2ea29709d0212fbcb392815644800e78
* | Merge commit 'b2ff415' into merge_workPrerepa Viswanadham2015-04-102-184/+3
|\ \ | |/ | | | | Change-Id: I4f9c662112fc49e4f94315d3c69860607be3bc1e
| * Remove scanResultCache from WifiConfigurationVinit Deshpande2015-03-312-184/+3
| | | | | | | | | | | | | | | | | | | | This is in preparation to use ScanDetail - which is a superset of ScanResult - in wifi stack. There are no external users of scanResultCache; so it can be safely removed. Also fixed a javadoc comment for getPlmn() Change-Id: I7c49532664ffe2e3e5e134bfcd42615d5999d02f
* | Merge changes from topic 'mwd-merge-040115'Etan Cohen2015-04-023-2/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | * changes: Merge (manually) pag/209446: Increase allowed duration to connect to HOGP profile Merge commit 'd91f193' into merge2 Merge commit '5718646' into merge2 Merge commit '7aa0345' into merge2
| * \ Merge commit 'd91f193' into merge2Etan Cohen2015-04-013-2/+14
| |\ \ | | |/
| | * EAP-AKA' : Add support of EAP-AKA' in WiFi Enterprise methodsJean-Michel Bachot2015-03-251-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | EAP-AKA' is a new hidden method Change-Id: Ic103b25ad58807eebd5e0f8eefe3bfc02397aedc Signed-off-by: Jean-Michel Bachot <jean-michel.bachot@intel.com> Signed-off-by: Abdelmajid MLAYEH <abdelmajidx.mlayeh@intel.com>
| | * add wifi config for power calculationPierre Vandwalle2015-03-242-1/+10
| | | | | | | | | | | | Change-Id: Ic312ffeb299d199547cc75bc6977140f8e6e5f7b
* | | Move reset network settings into framework.Stuart Scott2015-03-301-0/+21
|/ / | | | | | | | | bug: 16161518 Change-Id: Ic3b537ebd09d1b9723feff9dcc96e20fda05a94f
* | Retrieve WiFi info outside of BatteryStatsImplAdam Lesinski2015-03-261-6/+29
| | | | | | | | | | | | | | | | | | | | In order to not deadlock the system, we need to retrieve WiFi energy info outside of the BatteryStats lock. We do this, then pass that data down to BatteryStatsImpl to process. b/19729960 Change-Id: Ib8beba1d5ac81d89144d502c4b688d0a88c5b102
* | Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into ↵Prerepa Viswanadham2015-03-248-72/+587
|\ \ | |/ | | | | | | | | master_merge Change-Id: I49aab437af220f1139cfd2d0a9c362acce31074e
| * Merge "More fixes to get passpoint working" into m-wireless-devJan Nordqvist2015-03-191-2/+1
| |\
| | * More fixes to get passpoint workingVinit Deshpande2015-03-181-2/+1
| | | | | | | | | | | | Change-Id: If8639bb0fd3bdaad7ee09217a9152c1695cb9354
| * | Merge "export API to disable autojoin scan initial implementation" into ↵Pierre Vandwalle2015-03-192-0/+25
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | lmp-mr1-wfc-dev automerge: 7c39808 * commit '7c398083319bbd1ad51d23cb307cfc3ac9091c3a': export API to disable autojoin scan initial implementation
| | * export API to disable autojoin scan initial implementationPierre Vandwalle2015-03-132-0/+25
| | | | | | | | | | | | Change-Id: I28e268dd8b859a3a22c3d6f699216bbd7124af26
| * | Change rtt Framework interfacexinhe2015-03-183-50/+516
| | | | | | | | | | | | | | | Bug:19735392 Change-Id: I0886d3c0e40a6dd5477c81a5df5dbc2746942ec3
| * | Fix scan results to hold passpoint dataVinit Deshpande2015-03-173-18/+38
| | | | | | | | | | | | Change-Id: I8ab75ec49226a59b04de6463de596cc9f5f6d800
| * | Improve passpoint configuration validationVinit Deshpande2015-03-161-4/+9
| | | | | | | | | | | | Change-Id: I717242b2f8b2e7d0f84c3a7c74c4672289387151
| * | Few changes to make API check happy [DO NOT MERGE]Vinit Deshpande2015-03-091-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | These changes are made to make the API check in mwd-staging happy. It doesn't look like they are needed in master branch; so marking them as DO NOT MERGE. Change-Id: I45363165b6a8ffe896cf9a31c0b3cb410aa69cba
| * | am "add 2 side RTT support on scan"Vinit Deshpande2015-03-092-4/+92
| |\ \ | | | | | | | | | | | | | | | | merged from partner/m-wireless-wifi-dev 6e58424 add 2 side RTT support on scan
| * \ \ am "Passpoint API - Take 1"Vinit Deshpande2015-03-092-25/+110
| |\ \ \ | | | | | | | | | | | | | | | | | | | | merged from partner/m-wireless-wifi-dev b21d248 Passpoint API - Take 1
| * \ \ \ am "Do not provide 5GHz option for softap if there is no country code available"Vinit Deshpande2015-03-092-0/+17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | merged from partner/m-wireless-wifi-dev b938c0e Do not provide 5GHz option for softap if there is no country code available
| * \ \ \ \ am "Introduce onLost event on bssid hotlist [DO NOT MERGE]"Vinit Deshpande2015-03-091-0/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged from partner/m-wireless-wifi-dev ab325cb Introduce onLost event on bssid hotlist [DO NOT MERGE]