| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I829bf99c1c84b7474a85b4cd0dbe325f9ff22990
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I43105fe14b1a5511045998ea1cbf4e275a6faf36
|
|
|
|
|
|
| |
fix packed attributes in wifi_logger.h
Change-Id: I60888ce36e5f8ac3099f2bad4a1ae4f825d59a3d
|
|
|
|
| |
Change-Id: I4639f2378c35e1ddf16b3bacf495dc4b508ba304
|
|
|
|
|
|
|
| |
Combined wifi_roam_autojoin_offload_capabilities with wifi_gscan_capabilities
Change-Id: I1112b5fda6acdbb08969246bd731131600e2f094
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
|
|
|
| |
Change-Id: I32f3e22fd19e79669ab8b117acd51352d132dbc3
|
|\
| |
| |
| |
| |
| |
| | |
Merge commit 8fe39d1 from partner/m-wireless-wifi-dev
8fe39d1 fix wifi logger API
Change-Id: I0078c313dfd7f900bd36ecb4af8b42b880cdbd9c
|
| |
| |
| |
| |
| |
| | |
new roam apis
Change-Id: Ic4dce5b1367c8de0446fa53b3ada96a425ddd48d
|
|/
|
|
| |
Change-Id: I8d5d3bc84e9da86b9c7c4f9ff02aee132d030831
|
|
|
|
| |
Change-Id: I408091642a863581a40d48a9c55244aca3998f01
|
|
|
|
| |
Change-Id: Ibba242ee3d3c1803a5ffca4cc72625f354527f4a
|
|
|
|
| |
Change-Id: I7fa42d48f20f7416aa4dc8147290d0d3fddb3df0
|
|
|
|
| |
Change-Id: Id402d3409ea2e785982b18fb912d6a34e7cdc086
|
|
|
|
|
|
|
|
|
|
|
| |
Added single shot scan, and maxScansToCache. Also fixed getScanResults()
to report scan results to listeners.
Bug: 18087596
Bug: 17694040
Bug: 18059273
Change-Id: Id623ab9ee2ab89c86a35082279331fa609016347
|
|
|
|
|
|
|
| |
modified: include/hardware_legacy/gscan.h
modified: include/hardware_legacy/wifi_hal.h
Change-Id: I0ad599a20210081ffd05040fbb810f1ec1f9dd62
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I7accbd79f86a616c1d7e11fcebae12dbefaa3612
|
|
|
|
|
|
|
| |
This change will allow the hardware to report all IEs found in the probe
response.
Change-Id: I149900c63a301df84fd6ff6eb1a1f3773daa0111
|
|
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
|