History log of /frameworks/opt/net/wifi/service/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
208f92c4d8457374ff507996d58ffa5586d1ecd5 25-Feb-2016 Mitchell Wills <mwills@google.com> Add some more jni compiler errors

Bug: 27360209
Change-Id: I01575f17a37e34aae9f158133bff9baed8fd8ab1
/frameworks/opt/net/wifi/service/Android.mk
e2605f2df94a3696b468d6c7c86e3112e341c2f8 25-Feb-2016 Stephen Hines <srhines@google.com> Fix build breakage.

Suppress warnings for unused variables/functions. Also convert an
incorrect use of %u to %zu for a size_t.

Change-Id: Ifd91568b04c54f7c11be4f76a7068e83ce09c1b4
/frameworks/opt/net/wifi/service/Android.mk
e1facbb854714ec30a92dffc7534acb59442ce3b 23-Feb-2016 Mitchell Wills <mwills@google.com> Enable -Wall and -Werror for all native code

Change-Id: I05a7a0183218da463376e19d78da86dcff8a9cba
/frameworks/opt/net/wifi/service/Android.mk
1b067831bbff14f8e7a99b927b69f714d1b03448 04-Jan-2016 Glen Kuhne <kuh@google.com> Wifi Metrics, Initial Commit

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
/frameworks/opt/net/wifi/service/Android.mk
7e0315140767e6f12200f7dbbe7aff43b4f75089 13-Nov-2015 Vinit Deshpande <vinitd@google.com> Capture kernel logs with bugreport

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
/frameworks/opt/net/wifi/service/Android.mk
956f54b391677d78379729dd14518edddf3c7660 29-Sep-2015 Etan Cohen <etancohen@google.com> NAN: initial service implementation for discovery

Initial NAN service implementation. Supports:
- Configuration
- Publish/Subscribe = Discovery
- Message passing
- Notifications

Bug: 26216681
Change-Id: I1f84a6006cec3c3ed9a4566a79b1b4f8dcecde08
/frameworks/opt/net/wifi/service/Android.mk
0d83625c25353c92c123f552939eea4b33074b60 08-Jan-2016 Mitchell Wills <mwills@google.com> Remove libwifi-service dependancy on libandroid_runtime

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
/frameworks/opt/net/wifi/service/Android.mk
1c8a86d09d187563b4f842267d78595538bbc6c2 30-Jun-2015 Andreas Gampe <agampe@google.com> am b0c36a9e: WiFi: Use GCC to compile

* commit 'b0c36a9e49578885ff709f6bde0e2fb83e3d15d7':
WiFi: Use GCC to compile
b0c36a9e49578885ff709f6bde0e2fb83e3d15d7 30-Jun-2015 Andreas Gampe <agampe@google.com> WiFi: Use GCC to compile

Possible Clang issue.

Bug: 22172328
Change-Id: I91eb90816f73fa169fca950bdd020724cd6f1e05
/frameworks/opt/net/wifi/service/Android.mk
e0f45adde26bd4d238ff157e6769650a99dc5261 05-Jun-2015 Vinit Deshpande <vinitd@google.com> am 70b75cd..09f267b from mirror-m-wireless-internal-release

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
0bf150b2d69ec62df905bc6f8603437dc4caee1f 01-Jun-2015 Vinit Deshpande <vinitd@google.com> Enable ring buffer logging and auto-logging of failures

This change extracts ring buffer data from firmware; and
automatically logs driver/firmware logs when any failure
is detected.

Change-Id: I20c8cc00e8ac1d1b4f35da6d309e972cd8ea5d19
/frameworks/opt/net/wifi/service/Android.mk
f72f48afc909bd4b7371559aa034054da979942d 02-Jun-2015 Vinit Deshpande <vinitd@google.com> am 22fd854..6dd83f1 from mirror-m-wireless-internal-release

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
a3e4c8404c82cdd02cf76f1bfbb36293f96a2f89 20-May-2015 xinhe <xinhe@google.com> Move Halutil to vendor/google_testing/comms

Bug:21124860
Change-Id: I08c84e99668e2804bc94933084e49f876951a1ea
/frameworks/opt/net/wifi/service/Android.mk
7608105d7b12f84af53c60796800cbe2e815e482 07-May-2015 Dan Albert <danalbert@google.com> Kill off stlport.

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)
/frameworks/opt/net/wifi/service/Android.mk
1e3068f30ba7d363796679f4dc7aa944547fe639 16-Apr-2015 Vinit Deshpande <vinitd@google.com> Fix broken razor build because of libhardware_legacy

Halutil needs it; but it is not declared as one of the
dependencies.

Change-Id: I22e4e0dda291477492b8f53c59ad2d50513a12b0
/frameworks/opt/net/wifi/service/Android.mk
b2ee665db50bad2a0df9b495fc5d6b1dc40a5328 11-Apr-2015 Prerepa Viswanadham <dham@google.com> Merge commit 'bed4746' into merge_work

Change-Id: Ie8a9a1e34650e8b177b99acd2fbf17b5f70be592
628199920e1d1fa86caabaf13874e7dc601e7b06 03-Apr-2015 xinhe <xinhe@google.com> Wifi HAL should not require stubs for all functions [Do not merge]

Bug:19949178
Change-Id: I7bdef880c3f975370e2c99080b375fb2f245d243
/frameworks/opt/net/wifi/service/Android.mk
6f7fe1cb242de8bec6c3e5c143bf4730aa51f718 02-Apr-2015 xin He <xinhe@google.com> Fix halutil broken

Change-Id: I571d79c43c2013c3d7fd7c821af514ad1655b5c3
/frameworks/opt/net/wifi/service/Android.mk
ba0cacd876c6196fef933ed8ff9929f79c5b68de 02-Apr-2015 xin He <xinhe@google.com> Revert "Fix halutil broken"

This reverts commit 49fcb580a921a0124deab2c4b83daac923c0588f.

Change-Id: I9d2b11f69195cfbc854e46ad79b6192e7478abe0
/frameworks/opt/net/wifi/service/Android.mk
49fcb580a921a0124deab2c4b83daac923c0588f 02-Apr-2015 xinhe <xinhe@google.com> Fix halutil broken

Change-Id: I37039c094fb09a34b191af9c2061a7075e45ce5b
/frameworks/opt/net/wifi/service/Android.mk
ec61e7731968be994a23f2bd138f6761c8aea498 31-Mar-2015 xinhe <xinhe@google.com> Add general stubs for wifi hal

Bug:19949178
Change-Id: I51ecdf4fecd3584fa86be9a0c2299dc910e3ca59
/frameworks/opt/net/wifi/service/Android.mk
2bb7704f291784cc7f3c317a09261357d983cb90 26-Mar-2015 Kumar Anand <kanand@codeaurora.org> Enabling QCOM Wifi-Hal

Change-Id: I49c2338edca6e9d77affada236bcad37bf67c9e5
/frameworks/opt/net/wifi/service/Android.mk
e9418ca9dd1975f84260e491a041cac87381693c 24-Mar-2015 Prerepa Viswanadham <dham@google.com> Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into master_merge

Change-Id: Id9033b0a7d6bd3c8ecab1648fc8c67feae18c41c
35cc1287d006a485b23f7f1a182a0923acbbd436 20-Mar-2015 eccopark@broadcom.com <eccopark@broadcom.com> net: wireless halutil changes for 11mc

Change-Id: Ib846e83f7b7f1cb76d8dc5e72b5e1fc968a49eba
Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
/frameworks/opt/net/wifi/service/Android.mk
c1867e2f10ca67a466c0559acff2d19238b55842 23-Feb-2015 Greg Hackmann <ghackmann@google.com> am d31a40e4: Fix and re-enable important compiler warnings

* commit 'd31a40e4c13481c0e70b0b6392bccf6a0f75c4e7':
Fix and re-enable important compiler warnings
d31a40e4c13481c0e70b0b6392bccf6a0f75c4e7 23-Feb-2015 Greg Hackmann <ghackmann@google.com> Fix and re-enable important compiler warnings

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>
/frameworks/opt/net/wifi/service/Android.mk
56b11b4376e0921b6d7db52f738d8360607635b9 05-Jan-2015 sample.lin <sample.lin@mediatek.com> Support MTK WIFI HAL library

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
/frameworks/opt/net/wifi/service/Android.mk
042c54bfd5144ce8e720585b2093796e7e28de5e 21-Aug-2014 Vinit Deshpande <vinitd@google.com> Set scanning mac OUI for mac address rotation

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
/frameworks/opt/net/wifi/service/Android.mk
3ee2981adc0d7f8c2a3fbf56c69e5dd58ba9dab7 20-Jun-2014 Dmitry Shmidt <dimitrysh@google.com> wifi: Fix segfault in halutil

Change-Id: Id3c2ab6f2fc59d6f06919ce03bb565331984f2a4
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
/frameworks/opt/net/wifi/service/Android.mk
de3d89a8e438f97f4761613f528b9c53c9458146 11-Jun-2014 Yuhao Zheng <yuhaozheng@google.com> Include ksoap library in a static way

Change-Id: Ie5207283943f328bfb00d0d84223d3cda18dfe72
/frameworks/opt/net/wifi/service/Android.mk
76a0e5f47c189bb4b529342f0ef58a5499ae9bf1 16-May-2014 Roger Chang <roger.chang@mediatek.com> Hotspot 2.0 framework - add implementation

Change-Id: Ib3534ff24af333eae11e914ad9d09716a834c99f
/frameworks/opt/net/wifi/service/Android.mk
50e20834408a3ee55170f8a34dfaeee26e7403dd 08-May-2014 Vinit Deshapnde <vinitd@google.com> Build fixes for newly imported code from KWD

SystemServer works a bit differently in KWD; and using
libnl_2 is discouraged in master.

Change-Id: Ia929b1d500164a05101d41f6fe0ed18af3597fe9
/frameworks/opt/net/wifi/service/Android.mk
13cf25e15cbe308541ff84fce89b0f506cd71138 08-May-2014 Vinit Deshapnde <vinitd@google.com> Moving Wifi HAL to hardware

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
/frameworks/opt/net/wifi/service/Android.mk
766cb4b1fa3b93c146952eacbf6756f67f172ec1 08-May-2014 Vinit Deshapnde <vinitd@google.com> More HAL fixes

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
/frameworks/opt/net/wifi/service/Android.mk
7f9a15d554f69311a0db43347d6473a7c4c46e2e 08-May-2014 Vinit Deshapnde <vinitd@google.com> More HAL functionality

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
/frameworks/opt/net/wifi/service/Android.mk
b13c0f29f894bcbf9e304e3eb390bcbe42f2ea52 20-Mar-2014 Colin Cross <ccross@android.com> wifi hal: use libnl

libnl_2 has been replaced by libnl
Remove debug lines that touch libnl internals

Change-Id: I37a70fb4f040a7e53676fdcf8b1db8e17fbbf4b7
/frameworks/opt/net/wifi/service/Android.mk
432674aa8fb9cbecac155f2809b55bbcc57c0db6 18-Mar-2014 Colin Cross <ccross@android.com> don't build wifi-service for PDK

The wifi service and its JNI cannot be built in the PDK, disable
them.

Change-Id: Ic9b03b6ca0861bc13a86350cf86608b5ac9dffea
/frameworks/opt/net/wifi/service/Android.mk
7ef73dd1b6e43c72b3841723504cd86dc402a134 28-Feb-2014 Vinit Deshapnde <vinitd@google.com> Wifi HAL initial implementation

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
/frameworks/opt/net/wifi/service/Android.mk
155b9d09ef9b8ead3ca617afdd91e74070d3f0cb 09-Jan-2014 Vinit Deshpande <vinitd@google.com> Revert "Revert "Move Wifi services to a new git project""

This reverts commit 862f81faba40e9af8fb80744a22e968a298e814e.

Change-Id: I7b15e266a5948749026e01a61d8581746cfd0f5f
/frameworks/opt/net/wifi/service/Android.mk
862f81faba40e9af8fb80744a22e968a298e814e 08-Jan-2014 Vinit Deshpande <vinitd@google.com> Revert "Move Wifi services to a new git project"

This reverts commit a07c419913bfae2a896fbc29e8f269ee08c4d910.

Change-Id: I1cd35cea1594cdbeae800b9130bc6f885f238b28
/frameworks/opt/net/wifi/service/Android.mk
a07c419913bfae2a896fbc29e8f269ee08c4d910 18-Dec-2013 Vinit Deshapnde <vinitd@google.com> Move Wifi services to a new git project

Bug: 12175455
Change-Id: I1fa07e29c6a9aae38d9e334d519a9f2445d15613
/frameworks/opt/net/wifi/service/Android.mk