summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* fix type in header filePierre Vandwalle2015-04-011-3/+3
| | | | Change-Id: I829bf99c1c84b7474a85b4cd0dbe325f9ff22990
* Preallocating max buffer size for scan_result in wifi_cached_scan_resultsAmarnath Hullur Subramanyam2015-03-281-5/+7
| | | | | | | | | 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
* Merge "HAL API to offload passpoint match to wifi chipset" into m-wireless-devVinit Deshpande2015-03-271-0/+26
|\
| * HAL API to offload passpoint match to wifi chipsetVinit Deshpande2015-03-271-0/+26
| | | | | | | | | | | | | | | | 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
* | net: wireless change the header of Loggereccopark@broadcom.com2015-03-271-3/+9
|/ | | | | | | | | | | | | | | | | 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>
* net: wireless change the Header for Loggereccopark@broadcom.com2015-03-251-24/+28
| | | | | | | | | | | | | | | 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>
* adjust gscan and wifi_logger headersPierre Vandwalle2015-03-252-2/+2
| | | | Change-Id: I43105fe14b1a5511045998ea1cbf4e275a6faf36
* add Framework for set country code through HALxinhe2015-03-231-2/+1
| | | | | Bug:19896389 Change-Id: I14cd2f039bda08f72dd8386e43ce8b65ce417614
* fix comments and wifi_gscan_capabilities structurePierre Vandwalle2015-03-202-8/+10
| | | | | | fix packed attributes in wifi_logger.h Change-Id: I60888ce36e5f8ac3099f2bad4a1ae4f825d59a3d
* change name of max_epno_networksPierre Vandwalle2015-03-201-1/+1
| | | | Change-Id: I4639f2378c35e1ddf16b3bacf495dc4b508ba304
* Merge "net: wireless: bcmdhd header changes for 11mc of halutil" into ↵xin He2015-03-202-27/+30
|\ | | | | | | m-wireless-dev
| * net: wireless: bcmdhd header changes for 11mc of halutileccopark@broadcom.com2015-03-192-27/+30
| | | | | | | | | | Change-Id: I5dc88ce5c2a2aa5d6c2d690fb413014b72abdcdf Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
* | Use one capabilities cmdAshwin2015-03-191-9/+3
| | | | | | | | | | | | | | Combined wifi_roam_autojoin_offload_capabilities with wifi_gscan_capabilities Change-Id: I1112b5fda6acdbb08969246bd731131600e2f094 Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
* | fix to hal interfacePierre Vandwalle2015-03-182-29/+46
|/ | | | Change-Id: I32f3e22fd19e79669ab8b117acd51352d132dbc3
* am "small fixes to gscan interface"Vinit Deshpande2015-03-121-0/+6
|\ | | | | | | | | | | | | merged from partner/m-wireless-wifi-dev 9f16832 small fixes to gscan interface Change-Id: Ibb98ff1bd796120a7bd2108f47426a30c47fdcd6
| * small fixes to gscan interfacePierre Vandwalle2015-03-082-6/+6
| | | | | | | | Change-Id: I8d5d3bc84e9da86b9c7c4f9ff02aee132d030831
| * Merge "change the definition of signle burst" into m-wireless-wifi-devxinhe2015-03-061-2/+1
| |\
* | \ am "change the definition of signle burst"Vinit Deshpande2015-03-121-2/+1
|\ \ \ | | |/ | |/| | | | | | | merged from partner/m-wireless-wifi-dev ba59d49 change the definition of signle burst
| * | change the definition of signle burstxinhe2015-03-061-2/+1
| | | | | | | | | | | | Change-Id: I746ec9652c5d92cda5cb2e0f296f05dee589e294
* | | am "fix wifi logger API"Vinit Deshpande2015-03-122-29/+35
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Merge commit 8fe39d1 from partner/m-wireless-wifi-dev 8fe39d1 fix wifi logger API Change-Id: I0078c313dfd7f900bd36ecb4af8b42b880cdbd9c
| * | fix wifi logger APIPierre Vandwalle2015-03-062-31/+176
| |/ | | | | | | | | | | new roam apis Change-Id: Ic4dce5b1367c8de0446fa53b3ada96a425ddd48d
* | additional HAL APIsPierre Vandwalle2015-03-123-40/+142
| | | | | | | | Change-Id: I8a62e58b869fdbc8e8b3b4d50d04f0c4c015d103
* | small fixes to gscan interfacePierre Vandwalle2015-03-122-0/+115
|/ | | | Change-Id: I8d5d3bc84e9da86b9c7c4f9ff02aee132d030831
* modify the interface rtt.hxinhe2015-03-021-2/+34
| | | | | Bug:19570769 Change-Id: Ifaa86c8f0a2023e3c4595bf7e7265332b70a37a2
* Merge "update rtt.h for 11mc double side RTT" into m-wireless-wifi-devxinhe2015-02-171-14/+50
|\
| * update rtt.h for 11mc double side RTTxinhe2015-02-171-14/+50
| | | | | | | | | | Bug:19364957 Change-Id: I4fe1fee30c353963b9c6c4958a1ca23f1632253f
* | introduce ssid whitelistPierre Vandwalle2015-02-111-1/+30
| | | | | | | | Change-Id: I408091642a863581a40d48a9c55244aca3998f01
* | clarify comments and complete EPNO APIPierre Vandwalle2015-02-113-8/+39
|/ | | | Change-Id: Ibba242ee3d3c1803a5ffca4cc72625f354527f4a
* add some wifi interface statistics (beacon tsf offset) and guard timePierre Vandwalle2015-02-103-11/+72
| | | | Change-Id: If0286abc0942bed40bf321438117546f0e6dbd25
* Merge "bring nan header file, from original KitKat partner version" into ↵Pierre Vandwalle2015-02-103-1/+880
|\ | | | | | | m-wireless-wifi-dev
| * bring nan header file, from original KitKat partner versionPierre Vandwalle2015-02-103-1/+880
| | | | | | | | Change-Id: I887a78505bb255a54aee45b3bdb0a918c8f3632e
* | wifi_hal, adding specific event and per packet information to wifi_loggerPierre Vandwalle2015-02-062-1/+80
|/ | | | Change-Id: I7fa42d48f20f7416aa4dc8147290d0d3fddb3df0
* add HAL api wifi_set_country_code interfacexinhe2015-02-061-1/+3
| | | | | Bug:19300180 Change-Id: I20fdd22932893dde3429a9923f2621234986e08a
* add wifi_config.h filePierre Vandwalle2015-02-062-0/+29
| | | | Change-Id: I0e4a54baeb2f7fb4aef58d4804c6c411c1213f09
* Wifi hal headers: PNO thru g-scan and g-scan exponential channel bucketsPierre Vandwalle2015-02-063-4/+53
| | | | Change-Id: Id402d3409ea2e785982b18fb912d6a34e7cdc086
* initial wifi logger HAL header filePierre Vandwalle2015-01-292-0/+90
| | | | Change-Id: I15fa10df313a3431112221c55b6de792f1263627
* wifi: Remove obsolete driver_nl80211.h [DO NOT MERGE]Dmitry Shmidt2015-01-131-225/+0
| | | | | | | Mainstream wpa_supplicant now has common driver_nl80211.h Change-Id: I6d886daf39110969b2442c3943806364e63a5d04 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* New Additions to WifiScanner APIs [DO NOT MERGE]Vinit Deshpande2015-01-121-3/+17
| | | | | | | | | | | Added single shot scan, and maxScansToCache. Also fixed getScanResults() to report scan results to listeners. Bug: 18087596 Bug: 17694040 Bug: 18059273 Change-Id: Id623ab9ee2ab89c86a35082279331fa609016347
* audio policy: use legacy stream type definitionsEric Laurent2014-11-111-1/+1
| | | | | | | | New stream types have been added, so make sure that legacy implementation uses legacy stream definitions Bug: 18067208 Change-Id: I8042ebe9ac3e7eda380b8c91650f2ac16b44bc34
* [AU]Buganizer ID: 17182487, sprout audio HAL should mute all audio output ↵Hochi Huang2014-10-241-0/+2
| | | | | | | | 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)
* wifi: Sync with wpa_supplicant 9ead16e (d5fe4e6)Dmitry Shmidt2014-10-081-1/+1
| | | | | Change-Id: Iee4aabf0a8259bb74bacde1c7045cfa2468035a7 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* wifi: Sync with wpa_supplicant commit 661b4f7 (a313d17)Dmitry Shmidt2014-10-061-0/+9
| | | | | | | Bug: 17882233 Change-Id: I32d93380f6fb80409e45e6ec9983bb2f381c2319 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* [AU] Update volume setting and Audio Device API 3.0Hochi Huang2014-09-241-0/+17
| | | | | Change-Id: I772584ae05e6a8d2fdc8c4a52e44ad80c3c1a4a7 Signed-off-by: Hochi Huang <hochi.huang@mediatek.com>
* Merge "Wifi Hal: Extend feature set to advertise link layer stats support" ↵Vinit Deshpande2014-09-231-0/+1
|\ | | | | | | into lmp-dev
| * Wifi Hal: Extend feature set to advertise link layer stats supportAmarnath Hullur Subramanyam2014-09-191-0/+1
| | | | | | | | | | | | | | | | | | Added a new macro in feature set to indicate wifihal support for link layer stats collection. Bug: 17359758 Change-Id: I3f8ecce67430bd8270fb157a4e6cd246503a3d9f
* | Revert "Wifi Hal: Nan Header file"Amarnath Hullur Subramanyam2014-09-192-878/+0
|/ | | | | | | | This reverts commit 5f11341f2f5165f25e108d9519f08d78704b8ae7. Bug: 17359758 Change-Id: I5f2b94d2288e1400558c1de8a2ab25f05155aca8
* DO NOT MERGE - openOutputStreamWithFlags should be declared as abstract functionQiming Shi2014-09-081-1/+1
| | | | | | | Bug: 17416117. Change-Id: Ia9150944977560ea296c46ddf75da960d6a3e541 Signed-off-by: Qiming Shi <qiming.shi@intel.com>
* wifi: hal: Add wifi_set_nodfs_flag() functionDmitry Shmidt2014-08-251-0/+2
| | | | | | | Bug: 17181998 Change-Id: Iac431c2804e8252273e00c7b490c955f5528c83e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* wifi: Sync with wpa_supplicant commit 0365883 (4aa9c15)Dmitry Shmidt2014-08-141-0/+1
| | | | | | | Bug: 17027752 Change-Id: Ibf1a23a6750ec041ec068070791037fdc538b13e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* PNO MAC rotation + Hotlist LOST eventAshwin2014-08-112-0/+7
| | | | | | | modified: include/hardware_legacy/gscan.h modified: include/hardware_legacy/wifi_hal.h Change-Id: I0ad599a20210081ffd05040fbb810f1ec1f9dd62