summaryrefslogtreecommitdiffstats
path: root/service/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add some more jni compiler errors am: 208f92c4d8Mitchell Wills2016-03-141-4/+6
|\ | | | | | | | | | | | | am: d5303040a4 * commit 'd5303040a4ba95f5946fb0b3e5369098657fbc91': Add some more jni compiler errors
| * Add some more jni compiler errorsMitchell Wills2016-03-141-4/+6
| |\ | | | | | | | | | | | | | | | | | | am: 208f92c4d8 * commit '208f92c4d8457374ff507996d58ffa5586d1ecd5': Add some more jni compiler errors
| | * Add some more jni compiler errorsMitchell Wills2016-03-141-4/+6
| | | | | | | | | | | | | | | Bug: 27360209 Change-Id: I01575f17a37e34aae9f158133bff9baed8fd8ab1
| * | Fix build breakage. am: e2605f2df9Stephen Hines2016-02-251-1/+2
| |\| | | | | | | | | | | | | | | | | | | am: b0f0a0bd62 * commit 'b0f0a0bd62cc89009d0b860f50f77cfa424011d9': Fix build breakage.
| | * Fix build breakage.Stephen Hines2016-02-241-1/+2
| | | | | | | | | | | | | | | | | | | | | Suppress warnings for unused variables/functions. Also convert an incorrect use of %u to %zu for a size_t. Change-Id: Ifd91568b04c54f7c11be4f76a7068e83ce09c1b4
* | | Update NAN enable configuration flag.Etan Cohen2016-03-041-2/+2
| | | | | | | | | | | | | | | Bug: 27430056 Change-Id: Iaeeceb3d9854d39b9110b8fa900d2537274299cc
* | | Fix build breakage.Stephen Hines2016-02-241-1/+2
|/ / | | | | | | | | | | | | Suppress warnings for unused variables/functions. Also convert an incorrect use of %u to %zu for a size_t. Change-Id: Ifd91568b04c54f7c11be4f76a7068e83ce09c1b4
* | Merge "Enable -Wall and -Werror for all native code" into mm-wireless-dev ↵Mitchell Wills2016-02-241-3/+3
|\| | | | | | | | | | | | | | | | | am: 9046ceefcd am: 88f11e5639 * commit '88f11e563905c9a5e78015fc151f86fa903f956a': Enable -Wall and -Werror for all native code
| * Enable -Wall and -Werror for all native codeMitchell Wills2016-02-221-3/+3
| | | | | | | | Change-Id: I05a7a0183218da463376e19d78da86dcff8a9cba
* | Revert "WiFi: Use GCC to compile" am: bfcf740529Stephen Hines2016-02-231-2/+0
|\ \ | | | | | | | | | | | | | | | | | | am: bef6804aeb * commit 'bef6804aeb193395abc57b4418ef9cbd7776b031': Revert "WiFi: Use GCC to compile"
| * | Revert "WiFi: Use GCC to compile"Stephen Hines2016-02-181-2/+0
| | | | | | | | | | | | | | | | | | Bug: http://b/22172328 This reverts commit b0c36a9e49578885ff709f6bde0e2fb83e3d15d7.
* | | Add missing liblog dependencyDimitry Ivanov2016-02-131-0/+1
|\| | | |/ |/| | | | | | | | | am: d1ee51c126 * commit 'd1ee51c126d70306b3973ac1619fa327e3f34c2d': Add missing liblog dependency
| * Add missing liblog dependencyDimitry Ivanov2016-02-121-1/+2
| | | | | | | | | | Bug: http://b/27171986 Change-Id: Ib82f3191d0f5364e6663664390aad6e662d56675
* | Wifi Metrics, Initial CommitGlen Kuhne2016-01-201-1/+3
| | | | | | | | | | | | | | | | | | Created WifiMetrics class to log wireless metrics. Dumps Metrics as Base64 wifi.proto, with dumpsys option 'proto'. Implements SOME metric collection from wifi service Bug: 25691077 Change-Id: I28a745b5f66dd1d38868b7eadd79882fd2c5c5a2
* | Capture kernel logs with bugreportVinit Deshpande2016-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This change captures kernel logs along with Wifi firmware dump; since lost kernel logs have been a big reason for unresolved bugs. It also ensures that we dump version information regardless of whether or not firmware debugging is ON. Change-Id: I3e44e4b34af3d5d878de242aa344d2950d9b3b1e
* | NAN: initial service implementation for discoveryEtan Cohen2016-01-141-0/+10
| | | | | | | | | | | | | | | | | | | | | | Initial NAN service implementation. Supports: - Configuration - Publish/Subscribe = Discovery - Message passing - Notifications Bug: 26216681 Change-Id: I1f84a6006cec3c3ed9a4566a79b1b4f8dcecde08
* | Remove libwifi-service dependancy on libandroid_runtimeMitchell Wills2016-01-071-4/+2
|/ | | | | | | | | | Rewrite call to AndroidRuntime::registerNativeMethods to call jniRegisterNativeMethods directly. This reduces the number of dependant libraries that must be included for testing. Also package libwifi-service's dependancies that are not noramlly available from applications in the wifi test APK. Change-Id: Ifdb6692646362c51661ea91f02bfd7f04ac02464
* am b0c36a9e: WiFi: Use GCC to compileAndreas Gampe2015-06-301-0/+2
|\ | | | | | | | | * commit 'b0c36a9e49578885ff709f6bde0e2fb83e3d15d7': WiFi: Use GCC to compile
| * WiFi: Use GCC to compileAndreas Gampe2015-06-291-0/+2
| | | | | | | | | | | | | | Possible Clang issue. Bug: 22172328 Change-Id: I91eb90816f73fa169fca950bdd020724cd6f1e05
* | 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