OSDN Git Service

android-x86/hardware-libhardware_legacy.git
9 years agochange wifi_logger header file
eccopark@broadcom.com [Fri, 10 Apr 2015 21:52:29 +0000 (14:52 -0700)]
change wifi_logger header file

1) add wifi_set_alert_handler for the alert case
2) add wifi_set_log_handler for the ring data
3) remove unnecessary wifi_request_id for set commands
4) change to use ring_name instead of ring_id.
5) add wifi_reset_alert_handler
   add wifi_reset_log_handler

Change-Id: Ia9aaba050196af6684191cdcdfb0c1d21e917ed2
Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
9 years agoenhancements to rtt.h
Kevin Tang [Thu, 2 Apr 2015 23:05:51 +0000 (16:05 -0700)]
enhancements to rtt.h

Bug:19917983
Change-Id: Iebbc60f52b38875f661314908b72d17354f76b20

9 years agoWifi HAL should not require stubs for all functions [Do not merge]
xinhe [Fri, 3 Apr 2015 16:12:15 +0000 (09:12 -0700)]
Wifi HAL should not require stubs for all functions [Do not merge]

Bug:19949178
Change-Id: Icd0352aa5bb0fd0d6a686926294b76c7000154d0

9 years agofix type in header file
Pierre Vandwalle [Wed, 1 Apr 2015 19:35:30 +0000 (12:35 -0700)]
fix type in header file

Change-Id: I829bf99c1c84b7474a85b4cd0dbe325f9ff22990

9 years agoPreallocating max buffer size for scan_result in wifi_cached_scan_results
Amarnath Hullur Subramanyam [Wed, 25 Mar 2015 19:40:33 +0000 (12:40 -0700)]
Preallocating max buffer size for scan_result in wifi_cached_scan_results

Android framework should provide a buffer to the wifihal which needs
to be filled with scan_result. This commit will ensure that would
happen by passing a fixed max buffer size as part of each
wifi_cached_scan_results.

Change-Id: I005dd39f26be62694c46369e16d5f7f89f64021d

9 years agoMerge "HAL API to offload passpoint match to wifi chipset" into m-wireless-dev
Vinit Deshpande [Fri, 27 Mar 2015 21:51:10 +0000 (21:51 +0000)]
Merge "HAL API to offload passpoint match to wifi chipset" into m-wireless-dev

9 years agoHAL API to offload passpoint match to wifi chipset
Vinit Deshpande [Wed, 11 Mar 2015 21:41:31 +0000 (14:41 -0700)]
HAL API to offload passpoint match to wifi chipset

This change introduces wifi_set_passpoint_list and wifi_reset_passpoint_list
which implement the functionality of offloading passpoint match to
the chipset firmware.

Change-Id: I8a3730d4e23891b1dce47b8cf877e9b3c04ac279

9 years agonet: wireless change the header of Logger
eccopark@broadcom.com [Thu, 26 Mar 2015 00:21:26 +0000 (17:21 -0700)]
net: wireless change the header of Logger

1) add the request_id in wifi_get_logger_supported_feature_set
2) Change the wifi_get_firmware_memory_dump API
 1) Normally the size of firmware dump is 700KB.
    Thus, Driver cannot send the data in one time because of limitation of skb length.
    In order to send such big data from kernel Driver,
    we need to send data using event continuously until we send the memory dump completely.
    In the event handler of hal, it will allocate the
    big buffer to store the data.
    Once event handler copy the data completely, event handler
    will call the function callback(on_firmware_memory_dump).
    So, upper layer has to free the buffer after handling the buffer.

Change-Id: If80b03ec8bd9349d952743e17a001c04096aac95
Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
9 years agonet: wireless change the Header for Logger
eccopark@broadcom.com [Wed, 25 Mar 2015 17:47:43 +0000 (10:47 -0700)]
net: wireless change the Header for Logger

1) define entry type for parsing the data easily.
2) the payload will be attached at end of the wifi_ring_buffer_entry
3) added the feature set
4) remove duplicate wifi_get_ring_data
5) add request_id in wifi_start_logging
6) change the pointer of buffer to double pointer of buffer
    in wifi_get_ring_buffers_status and wifi_get_firmware_memory_dump
    wifi_get_firmware_version and wifi_get_driver_version
   to indicate the buffer supplied by Application layer

Change-Id: I5dc2811155e7efa058a0c3414036461de3e45d98
Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
9 years agoadjust gscan and wifi_logger headers
Pierre Vandwalle [Wed, 25 Mar 2015 15:50:26 +0000 (08:50 -0700)]
adjust gscan and wifi_logger headers

Change-Id: I43105fe14b1a5511045998ea1cbf4e275a6faf36

9 years agoadd Framework for set country code through HAL
xinhe [Mon, 23 Mar 2015 23:25:00 +0000 (16:25 -0700)]
add Framework for set country code through HAL

Bug:19896389
Change-Id: I14cd2f039bda08f72dd8386e43ce8b65ce417614

9 years agofix comments and wifi_gscan_capabilities structure
Pierre Vandwalle [Fri, 20 Mar 2015 22:58:03 +0000 (15:58 -0700)]
fix comments and wifi_gscan_capabilities structure
fix packed attributes in wifi_logger.h

Change-Id: I60888ce36e5f8ac3099f2bad4a1ae4f825d59a3d

9 years agochange name of max_epno_networks
Pierre Vandwalle [Fri, 20 Mar 2015 22:50:46 +0000 (15:50 -0700)]
change name of max_epno_networks

Change-Id: I4639f2378c35e1ddf16b3bacf495dc4b508ba304

9 years agoMerge "net: wireless: bcmdhd header changes for 11mc of halutil" into m-wireless-dev
xin He [Fri, 20 Mar 2015 00:48:09 +0000 (00:48 +0000)]
Merge "net: wireless: bcmdhd header changes for 11mc of halutil" into m-wireless-dev

9 years agoUse one capabilities cmd
Ashwin [Thu, 19 Mar 2015 23:12:29 +0000 (16:12 -0700)]
Use one capabilities cmd

Combined wifi_roam_autojoin_offload_capabilities with wifi_gscan_capabilities

Change-Id: I1112b5fda6acdbb08969246bd731131600e2f094
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
9 years agonet: wireless: bcmdhd header changes for 11mc of halutil
eccopark@broadcom.com [Sat, 14 Mar 2015 02:52:20 +0000 (19:52 -0700)]
net: wireless: bcmdhd header changes for 11mc of halutil

Change-Id: I5dc88ce5c2a2aa5d6c2d690fb413014b72abdcdf
Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
9 years agofix to hal interface
Pierre Vandwalle [Wed, 18 Mar 2015 20:36:18 +0000 (13:36 -0700)]
fix to hal interface

Change-Id: I32f3e22fd19e79669ab8b117acd51352d132dbc3

9 years agoam "small fixes to gscan interface"
Vinit Deshpande [Fri, 13 Mar 2015 01:01:19 +0000 (18:01 -0700)]
am "small fixes to gscan interface"

merged from partner/m-wireless-wifi-dev
9f16832 small fixes to gscan interface

Change-Id: Ibb98ff1bd796120a7bd2108f47426a30c47fdcd6

9 years agoam "Merge "change the definition of signle burst" into m-wireless-wifi-dev"
Vinit Deshpande [Fri, 13 Mar 2015 00:57:43 +0000 (17:57 -0700)]
am "Merge "change the definition of signle burst" into m-wireless-wifi-dev"

merged from partner/m-wireless-wifi-dev
196387c Merge "change the definition of signle burst" into m-wireless-wifi-dev

9 years agoam "change the definition of signle burst"
Vinit Deshpande [Fri, 13 Mar 2015 00:57:43 +0000 (17:57 -0700)]
am "change the definition of signle burst"

merged from partner/m-wireless-wifi-dev
ba59d49 change the definition of signle burst

9 years agoam "fix wifi logger API"
Vinit Deshpande [Fri, 13 Mar 2015 00:55:42 +0000 (17:55 -0700)]
am "fix wifi logger API"

Merge commit 8fe39d1 from partner/m-wireless-wifi-dev
8fe39d1 fix wifi logger API

Change-Id: I0078c313dfd7f900bd36ecb4af8b42b880cdbd9c

9 years agoadditional HAL APIs
Pierre Vandwalle [Wed, 11 Mar 2015 01:17:18 +0000 (18:17 -0700)]
additional HAL APIs

Change-Id: I8a62e58b869fdbc8e8b3b4d50d04f0c4c015d103

9 years agosmall fixes to gscan interface
Pierre Vandwalle [Mon, 9 Mar 2015 00:46:38 +0000 (17:46 -0700)]
small fixes to gscan interface

Change-Id: I8d5d3bc84e9da86b9c7c4f9ff02aee132d030831

9 years agosmall fixes to gscan interface
Pierre Vandwalle [Mon, 9 Mar 2015 00:46:38 +0000 (17:46 -0700)]
small fixes to gscan interface

Change-Id: I8d5d3bc84e9da86b9c7c4f9ff02aee132d030831

9 years agoMerge "change the definition of signle burst" into m-wireless-wifi-dev
xinhe [Fri, 6 Mar 2015 22:36:07 +0000 (22:36 +0000)]
Merge "change the definition of signle burst" into m-wireless-wifi-dev

9 years agoam "modify the interface rtt.h"
Vinit Deshpande [Fri, 6 Mar 2015 21:55:43 +0000 (13:55 -0800)]
am "modify the interface rtt.h"

merged from partner/m-wireless-wifi-dev
c5ab50d modify the interface rtt.h

9 years agoam "Merge "update rtt.h for 11mc double side RTT" into m-wireless-wifi-dev"
Vinit Deshpande [Fri, 6 Mar 2015 21:55:43 +0000 (13:55 -0800)]
am "Merge "update rtt.h for 11mc double side RTT" into m-wireless-wifi-dev"

merged from partner/m-wireless-wifi-dev
3ab1f98 Merge "update rtt.h for 11mc double side RTT" into m-wireless-wifi-dev

9 years agoam "update rtt.h for 11mc double side RTT"
Vinit Deshpande [Fri, 6 Mar 2015 21:55:43 +0000 (13:55 -0800)]
am "update rtt.h for 11mc double side RTT"

merged from partner/m-wireless-wifi-dev
03c6b6f update rtt.h for 11mc double side RTT

9 years agoam "introduce ssid whitelist"
Vinit Deshpande [Fri, 6 Mar 2015 21:55:43 +0000 (13:55 -0800)]
am "introduce ssid whitelist"

merged from partner/m-wireless-wifi-dev
04cfb27 introduce ssid whitelist

9 years agoam "clarify comments and complete EPNO API"
Vinit Deshpande [Fri, 6 Mar 2015 21:55:43 +0000 (13:55 -0800)]
am "clarify comments and complete EPNO API"

merged from partner/m-wireless-wifi-dev
ec5301b clarify comments and complete EPNO API

9 years agoam "add some wifi interface statistics (beacon tsf offset) and guard time"
Vinit Deshpande [Fri, 6 Mar 2015 21:55:43 +0000 (13:55 -0800)]
am "add some wifi interface statistics (beacon tsf offset) and guard time"

merged from partner/m-wireless-wifi-dev
f654d41 add some wifi interface statistics (beacon tsf offset) and guard time

9 years agoam "Merge "bring nan header file, from original KitKat partner version" into m-wirele...
Vinit Deshpande [Fri, 6 Mar 2015 21:55:43 +0000 (13:55 -0800)]
am "Merge "bring nan header file, from original KitKat partner version" into m-wireless-wifi-dev"

merged from partner/m-wireless-wifi-dev
3325028 Merge "bring nan header file, from original KitKat partner version" into m-wireless-wifi-dev

9 years agoam "bring nan header file, from original KitKat partner version"
Vinit Deshpande [Fri, 6 Mar 2015 21:55:43 +0000 (13:55 -0800)]
am "bring nan header file, from original KitKat partner version"

merged from partner/m-wireless-wifi-dev
4750569 bring nan header file, from original KitKat partner version

9 years agochange the definition of signle burst
xinhe [Fri, 6 Mar 2015 20:30:09 +0000 (12:30 -0800)]
change the definition of signle burst

Change-Id: I746ec9652c5d92cda5cb2e0f296f05dee589e294

9 years agofix wifi logger API
Pierre Vandwalle [Sat, 28 Feb 2015 00:20:30 +0000 (16:20 -0800)]
fix wifi logger API
new roam apis

Change-Id: Ic4dce5b1367c8de0446fa53b3ada96a425ddd48d

9 years agomodify the interface rtt.h
xinhe [Tue, 3 Mar 2015 01:00:33 +0000 (17:00 -0800)]
modify the interface rtt.h

Bug:19570769
Change-Id: Ifaa86c8f0a2023e3c4595bf7e7265332b70a37a2

9 years agoMerge "update rtt.h for 11mc double side RTT" into m-wireless-wifi-dev
xinhe [Tue, 17 Feb 2015 19:36:12 +0000 (19:36 +0000)]
Merge "update rtt.h for 11mc double side RTT" into m-wireless-wifi-dev

9 years agoupdate rtt.h for 11mc double side RTT
xinhe [Thu, 12 Feb 2015 18:42:24 +0000 (10:42 -0800)]
update rtt.h for 11mc double side RTT

Bug:19364957
Change-Id: I4fe1fee30c353963b9c6c4958a1ca23f1632253f

9 years agointroduce ssid whitelist
Pierre Vandwalle [Thu, 12 Feb 2015 00:48:59 +0000 (16:48 -0800)]
introduce ssid whitelist

Change-Id: I408091642a863581a40d48a9c55244aca3998f01

9 years agoclarify comments and complete EPNO API
Pierre Vandwalle [Thu, 12 Feb 2015 00:23:19 +0000 (16:23 -0800)]
clarify comments and complete EPNO API

Change-Id: Ibba242ee3d3c1803a5ffca4cc72625f354527f4a

9 years agoadd some wifi interface statistics (beacon tsf offset) and guard time
Pierre Vandwalle [Tue, 10 Feb 2015 23:03:34 +0000 (15:03 -0800)]
add some wifi interface statistics (beacon tsf offset) and guard time

Change-Id: If0286abc0942bed40bf321438117546f0e6dbd25

9 years agoMerge "bring nan header file, from original KitKat partner version" into m-wireless...
Pierre Vandwalle [Tue, 10 Feb 2015 21:03:22 +0000 (21:03 +0000)]
Merge "bring nan header file, from original KitKat partner version" into m-wireless-wifi-dev

9 years agobring nan header file, from original KitKat partner version
Pierre Vandwalle [Tue, 10 Feb 2015 20:59:18 +0000 (12:59 -0800)]
bring nan header file, from original KitKat partner version

Change-Id: I887a78505bb255a54aee45b3bdb0a918c8f3632e

9 years agowifi_hal, adding specific event and per packet information to wifi_logger
Pierre Vandwalle [Sat, 7 Feb 2015 01:38:34 +0000 (17:38 -0800)]
wifi_hal, adding specific event and per packet information to wifi_logger

Change-Id: I7fa42d48f20f7416aa4dc8147290d0d3fddb3df0

9 years agoadd HAL api wifi_set_country_code interface
xinhe [Sat, 7 Feb 2015 00:12:35 +0000 (16:12 -0800)]
add HAL api wifi_set_country_code interface

Bug:19300180
Change-Id: I20fdd22932893dde3429a9923f2621234986e08a

9 years agoadd wifi_config.h file
Pierre Vandwalle [Fri, 6 Feb 2015 22:39:22 +0000 (14:39 -0800)]
add wifi_config.h file

Change-Id: I0e4a54baeb2f7fb4aef58d4804c6c411c1213f09

9 years agoWifi hal headers: PNO thru g-scan and g-scan exponential channel buckets
Pierre Vandwalle [Fri, 6 Feb 2015 22:10:06 +0000 (14:10 -0800)]
Wifi hal headers: PNO thru g-scan and g-scan exponential channel buckets

Change-Id: Id402d3409ea2e785982b18fb912d6a34e7cdc086

9 years agoinitial wifi logger HAL header file
Pierre Vandwalle [Fri, 30 Jan 2015 00:25:29 +0000 (16:25 -0800)]
initial wifi logger HAL header file

Change-Id: I15fa10df313a3431112221c55b6de792f1263627

9 years agowifi: Remove obsolete driver_nl80211.h [DO NOT MERGE]
Dmitry Shmidt [Mon, 5 Jan 2015 23:48:41 +0000 (15:48 -0800)]
wifi: Remove obsolete driver_nl80211.h [DO NOT MERGE]

Mainstream wpa_supplicant now has common driver_nl80211.h

Change-Id: I6d886daf39110969b2442c3943806364e63a5d04
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
9 years agoNew Additions to WifiScanner APIs [DO NOT MERGE]
Vinit Deshpande [Fri, 31 Oct 2014 18:16:02 +0000 (11:16 -0700)]
New Additions to WifiScanner APIs [DO NOT MERGE]

Added single shot scan, and maxScansToCache. Also fixed getScanResults()
to report scan results to listeners.

Bug: 18087596
Bug: 17694040
Bug: 18059273

Change-Id: Id623ab9ee2ab89c86a35082279331fa609016347

9 years agoaudio policy: use legacy stream type definitions
Eric Laurent [Tue, 11 Nov 2014 22:01:13 +0000 (14:01 -0800)]
audio policy: use legacy stream type definitions

New stream types have been added, so make sure that
legacy implementation uses legacy stream definitions

Bug: 18067208
Change-Id: I8042ebe9ac3e7eda380b8c91650f2ac16b44bc34

9 years agoMerge "legacy audio policy: check string parameters before use" into lmp-mr1-dev
Glenn Kasten [Fri, 7 Nov 2014 15:59:45 +0000 (15:59 +0000)]
Merge "legacy audio policy: check string parameters before use" into lmp-mr1-dev

9 years agolegacy audio policy: check string parameters before use
Glenn Kasten [Thu, 6 Nov 2014 01:34:39 +0000 (17:34 -0800)]
legacy audio policy: check string parameters before use

Bug: 18262893
Change-Id: Iee6e59db7ffae5612256ba1f74aba62bc8cf12db

9 years ago[AU]Buganizer ID: 17182487, sprout audio HAL should mute all audio output with proper...
Hochi Huang [Tue, 26 Aug 2014 09:39:03 +0000 (17:39 +0800)]
[AU]Buganizer ID: 17182487, sprout audio HAL should mute all audio output with property ro.audio.silent set to true

Signed-off-by: Hochi Huang <hochi.huang@mediatek.com>
Change-Id: I1bda15838da409d08f9ed0e8023b93023109cb2d
(cherry picked from commit a9a3b5d93ee90c21619ddb6a606d24325109e914)

9 years agowifi: Sync with wpa_supplicant 9ead16e (d5fe4e6)
Dmitry Shmidt [Wed, 8 Oct 2014 17:53:15 +0000 (10:53 -0700)]
wifi: Sync with wpa_supplicant 9ead16e (d5fe4e6)

Change-Id: Iee4aabf0a8259bb74bacde1c7045cfa2468035a7
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
9 years agowifi: Sync with wpa_supplicant commit 661b4f7 (a313d17)
Dmitry Shmidt [Mon, 6 Oct 2014 22:13:16 +0000 (15:13 -0700)]
wifi: Sync with wpa_supplicant commit 661b4f7 (a313d17)

Bug: 17882233

Change-Id: I32d93380f6fb80409e45e6ec9983bb2f381c2319
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
9 years ago[AU] Update volume setting and Audio Device API 3.0
Hochi Huang [Sun, 21 Sep 2014 01:40:30 +0000 (09:40 +0800)]
[AU] Update volume setting and Audio Device API 3.0

Change-Id: I772584ae05e6a8d2fdc8c4a52e44ad80c3c1a4a7
Signed-off-by: Hochi Huang <hochi.huang@mediatek.com>
9 years agoMerge "Wifi Hal: Extend feature set to advertise link layer stats support" into lmp-dev
Vinit Deshpande [Tue, 23 Sep 2014 02:16:43 +0000 (02:16 +0000)]
Merge "Wifi Hal: Extend feature set to advertise link layer stats support" into lmp-dev

9 years agoWifi Hal: Extend feature set to advertise link layer stats support
Amarnath Hullur Subramanyam [Thu, 11 Sep 2014 17:01:36 +0000 (10:01 -0700)]
Wifi Hal: Extend feature set to advertise link layer stats support

Added a new macro in feature set to indicate wifihal support for
link layer stats collection.

Bug: 17359758

Change-Id: I3f8ecce67430bd8270fb157a4e6cd246503a3d9f

9 years agoRevert "Wifi Hal: Nan Header file"
Amarnath Hullur Subramanyam [Tue, 9 Sep 2014 03:25:57 +0000 (20:25 -0700)]
Revert "Wifi Hal: Nan Header file"

This reverts commit 5f11341f2f5165f25e108d9519f08d78704b8ae7.

Bug: 17359758

Change-Id: I5f2b94d2288e1400558c1de8a2ab25f05155aca8

9 years agoDO NOT MERGE - openOutputStreamWithFlags should be declared as abstract function
Qiming Shi [Mon, 26 May 2014 00:17:28 +0000 (08:17 +0800)]
DO NOT MERGE - openOutputStreamWithFlags should be declared as abstract function

Bug: 17416117.

Change-Id: Ia9150944977560ea296c46ddf75da960d6a3e541
Signed-off-by: Qiming Shi <qiming.shi@intel.com>
9 years agowifi: hal: Add wifi_set_nodfs_flag() function
Dmitry Shmidt [Mon, 25 Aug 2014 17:33:19 +0000 (10:33 -0700)]
wifi: hal: Add wifi_set_nodfs_flag() function

Bug: 17181998

Change-Id: Iac431c2804e8252273e00c7b490c955f5528c83e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
9 years agowifi: Sync with wpa_supplicant commit 0365883 (4aa9c15)
Dmitry Shmidt [Thu, 14 Aug 2014 22:48:13 +0000 (15:48 -0700)]
wifi: Sync with wpa_supplicant commit 0365883 (4aa9c15)

Bug: 17027752

Change-Id: Ibf1a23a6750ec041ec068070791037fdc538b13e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
9 years agoPNO MAC rotation + Hotlist LOST event
Ashwin [Mon, 4 Aug 2014 23:50:23 +0000 (16:50 -0700)]
PNO MAC rotation + Hotlist LOST event

modified:   include/hardware_legacy/gscan.h
modified:   include/hardware_legacy/wifi_hal.h

Change-Id: I0ad599a20210081ffd05040fbb810f1ec1f9dd62

9 years agoaudio HAL: add parameters to open stream functions
Eric Laurent [Mon, 28 Jul 2014 00:30:34 +0000 (17:30 -0700)]
audio HAL: add parameters to open stream functions

Pass device address (and audio source for inputs) to
open_output_stream() and open_input_stream() audio HAL functions.

Bug: 14815883.
Change-Id: Ib1c3e98518733fa5eab54cbca4220e388d3f6211

9 years agoAdd audio_input_flags_t to HAL open_input_stream
Glenn Kasten [Thu, 17 Jul 2014 14:28:11 +0000 (07:28 -0700)]
Add audio_input_flags_t to HAL open_input_stream

Change-Id: I17db01e92bfa939c7a15e7f9f95197d0a0568033

9 years agoWifi Hal: Adding inclusion of stdint.h in wifi_hal.h
Amarnath Hullur Subramanyam [Tue, 17 Jun 2014 02:50:24 +0000 (19:50 -0700)]
Wifi Hal: Adding inclusion of stdint.h in wifi_hal.h

Change-Id: I8c7c103c5b12e2b9dc82f9cfd429f22d6ebfb943

9 years ago Get feature list
Ashwin [Wed, 25 Jun 2014 23:32:06 +0000 (16:32 -0700)]
 Get feature list
 Changes to be committed:

modified:   include/hardware_legacy/wifi_hal.h

Change-Id: Ie69797500c2d80fa758e6ee6a42ffca9b3b46fcb

9 years agoIntroduce TDLS APIs in wifi HAL
Vinit Deshpande [Mon, 7 Jul 2014 18:45:54 +0000 (11:45 -0700)]
Introduce TDLS APIs in wifi HAL

Change-Id: I611012412f58682ea11179631622023eda5393e7

9 years agoFix wifi_rtt_range_cancel to include interface handle
Ashwin [Fri, 6 Jun 2014 22:08:29 +0000 (15:08 -0700)]
Fix wifi_rtt_range_cancel to include interface handle

Change-Id: I1bdb2f74a14a7f15dbf00634570341e70df67498

9 years agoaudio: fixed channel count determination from channel mask
Eric Laurent [Wed, 2 Jul 2014 03:33:36 +0000 (20:33 -0700)]
audio: fixed channel count determination from channel mask

Do not use popcount() to derive channel count from channel mask.

Bug: 15000850.
Change-Id: I5050ce7fd7884369eb0de37967e40052630006a9

9 years agoEnabling USB Device and Android Device Vol inc/dec functionality
Paul McLean [Thu, 26 Jun 2014 22:38:35 +0000 (15:38 -0700)]
Enabling USB Device and Android Device Vol inc/dec functionality

for USB Audio Output

Bug: 13747844
Change-Id: I53b7db8102fd2ed24014c338ea5e7290cda8b2f3

9 years agowifi: Sync with wpa_supplicant commit 2271d3f (f95a452)
Dmitry Shmidt [Mon, 23 Jun 2014 19:23:50 +0000 (12:23 -0700)]
wifi: Sync with wpa_supplicant commit 2271d3f (f95a452)

Change-Id: I9319bebe813f2306700571fd31570f2d30a8004d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
9 years agoaudio policy: add parsing for more audio formats
Eric Laurent [Wed, 11 Jun 2014 01:39:05 +0000 (18:39 -0700)]
audio policy: add parsing for more audio formats

Bug: 9428304.
Change-Id: Ie3c9827ed78703a1b2d9699e38ce628f3055138b

9 years agoWifi Hal: Nan Header file
Amarnath Hullur Subramanyam [Sun, 1 Jun 2014 17:19:23 +0000 (10:19 -0700)]
Wifi Hal: Nan Header file

Change-Id: I65a072ffa491d3f61289034e0326df131ec159ba

9 years agoWi-Fi HAL API cleanup
Kumar Anand [Thu, 29 May 2014 10:20:15 +0000 (03:20 -0700)]
Wi-Fi HAL API cleanup

Removed unused APIs, added new typedef s8,
Added default enum for wifi_interface_mode

Change-Id: I7be61fb1c0f7babcfbfc18940e4a5fa83792b248

9 years agoMore GScan API changes
Vinit Deshpande [Wed, 28 May 2014 23:33:31 +0000 (16:33 -0700)]
More GScan API changes

Main changes are -

1. max_bssid_history_entries in wifi_gscan_capabilities
2. A new callback to report extra status of scan
3. Channel hint for hotlist APs
4. More details on significant change event

Change-Id: I665cb28df99cf152e6b95c8050ea246c5fce81e9

9 years agoFix build breaks caused by duplicate definitions
Vinit Deshpande [Wed, 28 May 2014 01:00:14 +0000 (18:00 -0700)]
Fix build breaks caused by duplicate definitions

Some types are defined in link_layer_stats.h as well as rtt.h; this
change removes duplicate definitions

Change-Id: If1e16b7868c7ad7f9b5ca4d020d26df4c17daf0a

9 years agoRTT API Update
Vinit Deshpande [Fri, 23 May 2014 01:11:12 +0000 (18:11 -0700)]
RTT API Update

This version introduces channel parameters and channel masks.

Change-Id: Ieab4e965de77a3c70826842e98f4da14cf09b03d

9 years agowifi: Sync with wpa_supplicant commit 76cd2cc (147848e)
Dmitry Shmidt [Mon, 2 Jun 2014 18:30:43 +0000 (11:30 -0700)]
wifi: Sync with wpa_supplicant commit 76cd2cc (147848e)

Change-Id: I42bc6906cc1dde27ce8ba38f0f919d2c791c09bb
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
9 years agoMerge "handle in and out audio device connection separately"
Eric Laurent [Fri, 30 May 2014 17:09:19 +0000 (17:09 +0000)]
Merge "handle in and out audio device connection separately"

9 years agohandle in and out audio device connection separately
Eric Laurent [Thu, 29 May 2014 23:14:44 +0000 (16:14 -0700)]
handle in and out audio device connection separately

AudioService now indicates in and out device connection
separately in case of combined devices like wired headset
or BT SCO headset.

Change-Id: Id20e02bb351cc732ceddccf597742ced049671a8

9 years agoMerge "Remove duplicate copies of nl80211_copy.h"
Vinit Deshpande [Thu, 29 May 2014 23:06:18 +0000 (23:06 +0000)]
Merge "Remove duplicate copies of nl80211_copy.h"

9 years agoAudioPolicyManagerBase: Add support for A2DP sink input
Mike Lockwood [Wed, 21 May 2014 16:28:05 +0000 (09:28 -0700)]
AudioPolicyManagerBase: Add support for A2DP sink input

Change-Id: I500d1f2f8f2199c674b289cf671b7f863a7d02ee

9 years agoRemove duplicate copies of nl80211_copy.h
Vinit Deshpande [Fri, 23 May 2014 00:31:13 +0000 (17:31 -0700)]
Remove duplicate copies of nl80211_copy.h

We'll use a single copy - the one in external/wpa_supplicant_8 project.

Bug: 14889555
Change-Id: I2e432bddcff278e792579970122cdea9e80ffb64

9 years agochanges related to full scan result and band
Vinit Deshapnde [Tue, 13 May 2014 22:10:49 +0000 (15:10 -0700)]
changes related to full scan result and band

Change-Id: I7accbd79f86a616c1d7e11fcebae12dbefaa3612

9 years agofix build compile
vandwalle [Thu, 8 May 2014 23:57:05 +0000 (16:57 -0700)]
fix build compile

Change-Id: Ic9ffdfb23fa704d636a5f0106a205af3693d3a20

9 years agoInclude hal link_layer_stats.h
Chilam Ng [Sat, 3 May 2014 00:09:03 +0000 (17:09 -0700)]
Include hal link_layer_stats.h

Change-Id: Ic86065863c7b3d6a40101724f4e7d8a8263d62b5
Signed-off-by: Chilam Ng <chilam@broadcom.com>
9 years agoIntroduce Link Layer Stats API
Vinit Deshapnde [Thu, 1 May 2014 21:21:44 +0000 (14:21 -0700)]
Introduce Link Layer Stats API

Change-Id: Ie3b3a1a511026aafbd46f8165272059ce856992d

9 years agoam 9595dc8c: am 4248e7c3: am a5b275c3: Merge "Changes to restart supplicant on crash"
Dmitry Shmidt [Thu, 15 May 2014 16:32:02 +0000 (16:32 +0000)]
am 9595dc8c: am 4248e7c3: am a5b275c3: Merge "Changes to restart supplicant on crash"

* commit '9595dc8c8e07d40d606f11fedb7afb035bc87eb2':
  Changes to restart supplicant on crash

9 years agoam 4248e7c3: am a5b275c3: Merge "Changes to restart supplicant on crash"
Dmitry Shmidt [Thu, 15 May 2014 16:29:43 +0000 (16:29 +0000)]
am 4248e7c3: am a5b275c3: Merge "Changes to restart supplicant on crash"

* commit '4248e7c3cc06244b9d80a470e65dc95f862fccfa':
  Changes to restart supplicant on crash

9 years agoam a5b275c3: Merge "Changes to restart supplicant on crash"
Dmitry Shmidt [Thu, 15 May 2014 16:28:02 +0000 (16:28 +0000)]
am a5b275c3: Merge "Changes to restart supplicant on crash"

* commit 'a5b275c3c64a718321f0731c49a338c6775f4273':
  Changes to restart supplicant on crash

9 years agoMerge "Changes to restart supplicant on crash"
Dmitry Shmidt [Thu, 15 May 2014 16:25:01 +0000 (16:25 +0000)]
Merge "Changes to restart supplicant on crash"

9 years agoChanges to restart supplicant on crash
Mahesh [Wed, 14 May 2014 13:26:15 +0000 (18:56 +0530)]
Changes to restart supplicant on crash

specify timeout value in poll to check if the supplicant
connection is active, if not we should indicate
terminate command to framework to restart supplicant.

Change-Id: I8e602b9cb07a13c3f0b96813b2fc89f46457473e

9 years agoam 384bd5d6: am 7b11946c: am 9739aeb2: Merge "Indicate WPA_EVENT_TERMINATING event...
Dmitry Shmidt [Wed, 14 May 2014 00:00:20 +0000 (00:00 +0000)]
am 384bd5d6: am 7b11946c: am 9739aeb2: Merge "Indicate WPA_EVENT_TERMINATING event on primary interface."

* commit '384bd5d631a9d493d65afac4ce21a751e8cd2c68':
  Indicate WPA_EVENT_TERMINATING event on primary interface.

9 years agoam 7b11946c: am 9739aeb2: Merge "Indicate WPA_EVENT_TERMINATING event on primary...
Dmitry Shmidt [Tue, 13 May 2014 23:53:15 +0000 (23:53 +0000)]
am 7b11946c: am 9739aeb2: Merge "Indicate WPA_EVENT_TERMINATING event on primary interface."

* commit '7b11946c48ebfab9b6a5d2c64366f19727d3a0af':
  Indicate WPA_EVENT_TERMINATING event on primary interface.

9 years agoam 9739aeb2: Merge "Indicate WPA_EVENT_TERMINATING event on primary interface."
Dmitry Shmidt [Tue, 13 May 2014 23:48:32 +0000 (23:48 +0000)]
am 9739aeb2: Merge "Indicate WPA_EVENT_TERMINATING event on primary interface."

* commit '9739aeb214087ef5dc0cfe7e4bd5f87904cefb92':
  Indicate WPA_EVENT_TERMINATING event on primary interface.

9 years agoMerge "Indicate WPA_EVENT_TERMINATING event on primary interface."
Dmitry Shmidt [Tue, 13 May 2014 23:43:40 +0000 (23:43 +0000)]
Merge "Indicate WPA_EVENT_TERMINATING event on primary interface."

9 years agoIndicate WPA_EVENT_TERMINATING event on primary interface.
Mahesh [Tue, 13 May 2014 08:29:05 +0000 (13:59 +0530)]
Indicate WPA_EVENT_TERMINATING event on primary interface.

Internal fabricated WPA_EVENT_TERMINATING events to restart
supplicant should be sent on primary interface.

Change-Id: I2d018e0707819614d9b092c6f3a812f04b5446ca

10 years agoam 62038fc4: am 2c388a44: am 8eb3354a: Merge "Audio: add an openOutputStreamWithFlags...
Eric Laurent [Thu, 8 May 2014 18:24:06 +0000 (18:24 +0000)]
am 62038fc4: am 2c388a44: am 8eb3354a: Merge "Audio: add an openOutputStreamWithFlags API"

* commit '62038fc4c5c596f04a87388bb42bdef13d359c39':
  Audio: add an openOutputStreamWithFlags API