summaryrefslogtreecommitdiffstats
path: root/include/hardware_legacy/gscan.h
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
* 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
* adjust gscan and wifi_logger headersPierre Vandwalle2015-03-251-1/+1
| | | | Change-Id: I43105fe14b1a5511045998ea1cbf4e275a6faf36
* fix comments and wifi_gscan_capabilities structurePierre Vandwalle2015-03-201-3/+5
| | | | | | fix packed attributes in wifi_logger.h Change-Id: I60888ce36e5f8ac3099f2bad4a1ae4f825d59a3d
* change name of max_epno_networksPierre Vandwalle2015-03-201-1/+1
| | | | Change-Id: I4639f2378c35e1ddf16b3bacf495dc4b508ba304
* 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-181-7/+21
| | | | Change-Id: I32f3e22fd19e79669ab8b117acd51352d132dbc3
* am "fix wifi logger API"Vinit Deshpande2015-03-121-28/+31
|\ | | | | | | | | | | | | Merge commit 8fe39d1 from partner/m-wireless-wifi-dev 8fe39d1 fix wifi logger API Change-Id: I0078c313dfd7f900bd36ecb4af8b42b880cdbd9c
| * fix wifi logger APIPierre Vandwalle2015-03-061-28/+149
| | | | | | | | | | | | new roam apis Change-Id: Ic4dce5b1367c8de0446fa53b3ada96a425ddd48d
* | small fixes to gscan interfacePierre Vandwalle2015-03-121-0/+112
|/ | | | Change-Id: I8d5d3bc84e9da86b9c7c4f9ff02aee132d030831
* introduce ssid whitelistPierre Vandwalle2015-02-111-1/+30
| | | | Change-Id: I408091642a863581a40d48a9c55244aca3998f01
* clarify comments and complete EPNO APIPierre Vandwalle2015-02-111-4/+29
| | | | Change-Id: Ibba242ee3d3c1803a5ffca4cc72625f354527f4a
* wifi_hal, adding specific event and per packet information to wifi_loggerPierre Vandwalle2015-02-061-1/+1
| | | | Change-Id: I7fa42d48f20f7416aa4dc8147290d0d3fddb3df0
* Wifi hal headers: PNO thru g-scan and g-scan exponential channel bucketsPierre Vandwalle2015-02-061-4/+44
| | | | Change-Id: Id402d3409ea2e785982b18fb912d6a34e7cdc086
* 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
* PNO MAC rotation + Hotlist LOST eventAshwin2014-08-111-0/+6
| | | | | | | modified: include/hardware_legacy/gscan.h modified: include/hardware_legacy/wifi_hal.h Change-Id: I0ad599a20210081ffd05040fbb810f1ec1f9dd62
* More GScan API changesVinit Deshpande2014-06-101-37/+89
| | | | | | | | | | | 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
* changes related to full scan result and bandVinit Deshapnde2014-05-161-3/+5
| | | | Change-Id: I7accbd79f86a616c1d7e11fcebae12dbefaa3612
* Introduce on_full_scan_result event in WifiHalVinit Deshapnde2014-05-071-1/+9
| | | | | | | This change will allow the hardware to report all IEs found in the probe response. Change-Id: I149900c63a301df84fd6ff6eb1a1f3773daa0111
* Moving Wifi HAL to hardwareVinit Deshapnde2014-05-071-0/+125
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