summaryrefslogtreecommitdiffstats
path: root/service/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* wifi: wifi prioritiesJorge Ruesga2015-12-041-1/+1
| | | | | | | | | | | Allow to change to manual mode to allow the user to configure wifi priorities Require: http://review.cyanogenmod.org/100830 JIRA: CML-118 Change-Id: I9ca2d3c50b85c39cfff9802e47d0b83624af57eb Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Revert "wifi: Move WIFI_AUTO_CONNECT_TYPE to CMSettings."Danesh M2015-11-171-1/+1
| | | | | | This is a CAF feature. Change-Id: I31116c4f04698565eee8bd1feb02053eebf3d674
* wifi: Move WIFI_AUTO_CONNECT_TYPE to CMSettings.Adnan Begovic2015-11-101-1/+1
| | | | Change-Id: I6d1f253e03d186e2571be41abe4665946c27e810
* wifi: Support for AP with Chinese GBK Charset SSIDSravanthi Palakonda2015-10-061-1/+6
| | | | | | | | | | | It doesn't support Chinese GBK Charset in original Android. But there are some APs with Chinese GBK Charset SSID, it will result in that wifi can't display these APs nomally and connect to these APs. Here make a conversion in wifi JNI layer. When "SCAN" or "GET_NETWORK" command has the reply with Chinese GBK Charset SSID, convert GBK to UTF-8. Change-Id: Iaf01a0e44e8ad610408f1533723fc668c5a764b0
* am 70b75cd..09f267b from mirror-m-wireless-internal-releaseVinit Deshpande2015-06-051-1/+1
|\ | | | | | | | | | | | | | | | | 09f267b prevent false wifi roaming signal Bug:21617059 0bf150b Enable ring buffer logging and auto-logging of failures 550ae08 Merge "fix overflow bug in WifiManager reportActivityInfo Bug:20232188" into m-wireless-dev 7ab5189 Merge "Make autojoin parameters configurable" into m-wireless-dev 7ff782a Make autojoin parameters configurable f49a59b Issue start/stop HAL along with load/unload driver
| * Enable ring buffer logging and auto-logging of failuresVinit Deshpande2015-06-031-1/+1
| | | | | | | | | | | | | | | | This change extracts ring buffer data from firmware; and automatically logs driver/firmware logs when any failure is detected. Change-Id: I20c8cc00e8ac1d1b4f35da6d309e972cd8ea5d19
* | am 22fd854..6dd83f1 from mirror-m-wireless-internal-releaseVinit Deshpande2015-06-021-33/+0
|\| | | | | | | | | | | | | | | | | | | | | 6dd83f1 Merge "fix handling of command for bssid hot list" into m-wireless-dev a63da80 fix handling of command for bssid hot list b090f62 make sure unblacklist thresholds are initialized Bug:21161557 4c94fc6 Wifi: Disable PNO (if enabled) only when the scan is allowed to trigger be2981a fix enabling autojoin offload based on tx/rx counters a3e4c84 Move Halutil to vendor/google_testing/comms Change-Id: I9663436ad92094b1cde0e00d217b1fd9ca728351
| * Move Halutil to vendor/google_testing/commsxinhe2015-05-201-37/+0
| | | | | | | | | | Bug:21124860 Change-Id: I08c84e99668e2804bc94933084e49f876951a1ea
| * Wifi HAL should not require stubs for all functions [Do not merge]xinhe2015-04-031-0/+24
| | | | | | | | | | Bug:19949178 Change-Id: I7bdef880c3f975370e2c99080b375fb2f245d243
* | Kill off stlport.Dan Albert2015-05-071-3/+0
| | | | | | | | | | | | | | | | | | The was deprecated ages ago, and this isn't even the right way to use it anyway (this project was getting stlport _and_ libc++). Bug: http://b/15193147 Change-Id: Ie22936eab59ca4b5dfe0beb81d62ece6e9174b5f (cherry picked from commit 3c489a90e667701683585af90e97c95ae551d6b2)
* | Fix broken razor build because of libhardware_legacyVinit Deshpande2015-04-151-0/+1
| | | | | | | | | | | | | | Halutil needs it; but it is not declared as one of the dependencies. Change-Id: I22e4e0dda291477492b8f53c59ad2d50513a12b0
* | Merge commit 'bed4746' into merge_workPrerepa Viswanadham2015-04-101-7/+9
|\| | | | | | | Change-Id: Ie8a9a1e34650e8b177b99acd2fbf17b5f70be592
| * Enabling QCOM Wifi-HalKumar Anand2015-03-311-5/+5
| | | | | | | | Change-Id: I49c2338edca6e9d77affada236bcad37bf67c9e5
* | Fix halutil brokenxin He2015-04-021-0/+1
| | | | | | | | Change-Id: I571d79c43c2013c3d7fd7c821af514ad1655b5c3
* | Revert "Fix halutil broken"xin He2015-04-021-1/+0
| | | | | | | | | | | | This reverts commit 49fcb580a921a0124deab2c4b83daac923c0588f. Change-Id: I9d2b11f69195cfbc854e46ad79b6192e7478abe0
* | Fix halutil brokenxinhe2015-04-021-0/+1
| | | | | | | | Change-Id: I37039c094fb09a34b191af9c2061a7075e45ce5b
* | Add general stubs for wifi halxinhe2015-04-011-3/+24
| | | | | | | | | | Bug:19949178 Change-Id: I51ecdf4fecd3584fa86be9a0c2299dc910e3ca59
* | Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into ↵Prerepa Viswanadham2015-03-241-0/+3
|\| | | | | | | | | | | master_merge Change-Id: Id9033b0a7d6bd3c8ecab1648fc8c67feae18c41c
| * net: wireless halutil changes for 11mceccopark@broadcom.com2015-03-191-0/+3
| | | | | | | | | | Change-Id: Ib846e83f7b7f1cb76d8dc5e72b5e1fc968a49eba Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
* | am d31a40e4: Fix and re-enable important compiler warningsGreg Hackmann2015-02-231-9/+3
|\ \ | |/ |/| | | | | * commit 'd31a40e4c13481c0e70b0b6392bccf6a0f75c4e7': Fix and re-enable important compiler warnings
| * Fix and re-enable important compiler warningsGreg Hackmann2015-02-231-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The disabled warnings have a high signal-to-noise ratio and would have caught two bugs. linux_set_iface_flags() had an error handling path that returned an uninitalized ret to the caller. This is fixed by setting ret appropriately before returning it. onSignificantWifiChange() made an implicit copy of an object, then tried to read from a flexible array member in the copy. This is fixed by turning the implicit copy into a reference. Change-Id: Ie1335b80a62c349ef766e3e31221ce87f72f6c0d Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | Support MTK WIFI HAL librarysample.lin2015-01-221-0/+3
|/ | | | | | | | Bug: 18825290 from: https://partner-android-review.git.corp.google.com/#/c/192524/ Signed-off-by: sample.lin <sample.lin@mediatek.com> Change-Id: I3c19e1df455e77f71354f5e45b6a4037cc366051
* Set scanning mac OUI for mac address rotationVinit Deshpande2014-08-251-2/+6
| | | | | | | | | | | | | This change enables mac address rotation feature if it is implemented. The OUI being set is Google's OUI; which should prevent from scanning mac addresses colliding with infra mac addresses. This change also stops from linking to Qualcomm's and Marvell's WifiHAL implementation - since none of the new features are expected to work with this HAL Change-Id: I50979a8b20c59f5d40007eb4e0ff945e529cbb49
* wifi: Fix segfault in halutilDmitry Shmidt2014-06-191-2/+3
| | | | | Change-Id: Id3c2ab6f2fc59d6f06919ce03bb565331984f2a4 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Include ksoap library in a static wayYuhao Zheng2014-06-111-1/+2
| | | | Change-Id: Ie5207283943f328bfb00d0d84223d3cda18dfe72
* Hotspot 2.0 framework - add implementationRoger Chang2014-05-301-1/+1
| | | | Change-Id: Ib3534ff24af333eae11e914ad9d09716a834c99f
* Build fixes for newly imported code from KWDVinit Deshapnde2014-05-071-2/+3
| | | | | | | SystemServer works a bit differently in KWD; and using libnl_2 is discouraged in master. Change-Id: Ia929b1d500164a05101d41f6fe0ed18af3597fe9
* Moving Wifi HAL to hardwareVinit Deshapnde2014-05-071-14/+24
| | | | | | | | | | | | | This change moves all Wifi HAL headers to libhardware_legacy; and moves hal implementation under hardware/<vendor>/wlan. This way different vendors will be able to tailor implementation to their drivers. Change-Id: I55789bb6788ab694f4896aa36d76f7887b32dad6 Conflicts: service/Android.mk service/lib/common.cpp service/lib/wifi_hal.cpp
* More HAL fixesVinit Deshapnde2014-05-071-42/+39
| | | | | | | | | | | | | | | This change implements all message interaction with Broadcom's drivers; and enables three basic features; scan, hotlist and significant wifi change. There are GSCAN API changes too - 1. The on_scan_results event is changed to on_scan_results_available This is to make a single path for retrieving scan results - via the get_cached_scan_results method. 2. Updated set_significant_change_handler method to include params 3. Updated some parameter names 4. Specified sizes on all arrays. Change-Id: I39936e1cc84c273b86b86c2e2085cb7b924cafb8
* More HAL functionalityVinit Deshapnde2014-05-071-2/+40
| | | | | | | | | | | | | This change implements JNI plugs for delivering events to WifiNative in framework. Also introduces a test utility. Also has updated Gscan.h which is made up-to-date with the promised functionatliy. Change-Id: I12dd6d9f171e01e4b23ce4839b4022acd5e599cb Conflicts: service/Android.mk
* wifi hal: use libnlColin Cross2014-03-201-4/+4
| | | | | | | libnl_2 has been replaced by libnl Remove debug lines that touch libnl internals Change-Id: I37a70fb4f040a7e53676fdcf8b1db8e17fbbf4b7
* don't build wifi-service for PDKColin Cross2014-03-181-0/+4
| | | | | | | The wifi service and its JNI cannot be built in the PDK, disable them. Change-Id: Ic9b03b6ca0861bc13a86350cf86608b5ac9dffea
* Wifi HAL initial implementationVinit Deshapnde2014-02-281-2/+29
| | | | | | | | This change introduces Wifi HAL. It has basic structure that we can expect most commands and events to follow. Only one command is implemented for illustration. Change-Id: I16e4b50f3034214e41ab5d363e2c3f543345609b
* Revert "Revert "Move Wifi services to a new git project""Vinit Deshpande2014-01-081-0/+59
| | | | | | This reverts commit 862f81faba40e9af8fb80744a22e968a298e814e. Change-Id: I7b15e266a5948749026e01a61d8581746cfd0f5f
* Revert "Move Wifi services to a new git project"Vinit Deshpande2014-01-081-59/+0
| | | | | | This reverts commit a07c419913bfae2a896fbc29e8f269ee08c4d910. Change-Id: I1cd35cea1594cdbeae800b9130bc6f885f238b28
* Move Wifi services to a new git projectVinit Deshapnde2013-12-181-0/+59
Bug: 12175455 Change-Id: I1fa07e29c6a9aae38d9e334d519a9f2445d15613