| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Change-Id: I2928bb3e4c82d13caf3a1cd4b15f1d17969a610d
|
| |
| |
| |
| |
| | |
Bug:15152152
Change-Id: I8432177ac457c6559cf2c0d2a8bbc8ea8773a2a9
|
| |
| |
| |
| | |
Change-Id: I3b4b90b6e4c99e7ace23998d439465c037deaadc
|
|\ \
| |/
| |
| | |
93d458f 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>
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Bug:19917983
Change-Id: Iebbc60f52b38875f661314908b72d17354f76b20
|
| |
| |
| |
| |
| | |
Bug:19949178
Change-Id: Icd0352aa5bb0fd0d6a686926294b76c7000154d0
|
|\ \
| |/ |
|
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I1f73293bc986a50b4bb6c976132bf50c3c557141
|
|\ \ |
|
| |\ \
| | |/ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Change-Id: I43105fe14b1a5511045998ea1cbf4e275a6faf36
|
| | |
| | |
| | |
| | |
| | | |
Bug:19896389
Change-Id: I14cd2f039bda08f72dd8386e43ce8b65ce417614
|
|/ /
| |
| |
| |
| | |
Bug:19949178
Change-Id: I0acd06f56d32e567a0aadaf4c2833480288b63ab
|
|\ \
| |/
| |
| |
| |
| | |
master_merge
Change-Id: I836d0614625d2b311131cbbf1943087dc4c9bb7e
|
| |
| |
| |
| |
| |
| | |
fix packed attributes in wifi_logger.h
Change-Id: I60888ce36e5f8ac3099f2bad4a1ae4f825d59a3d
|
| |
| |
| |
| | |
Change-Id: I4639f2378c35e1ddf16b3bacf495dc4b508ba304
|
| |\
| | |
| | |
| | | |
m-wireless-dev
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I5dc88ce5c2a2aa5d6c2d690fb413014b72abdcdf
Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Combined wifi_roam_autojoin_offload_capabilities with wifi_gscan_capabilities
Change-Id: I1112b5fda6acdbb08969246bd731131600e2f094
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
| |/
| |
| |
| | |
Change-Id: I32f3e22fd19e79669ab8b117acd51352d132dbc3
|
| |
| |
| |
| | |
Change-Id: Iee494abf8d53cf97b3d338a3edbe81166788e7e1
|
|\ \
| |/
| |
| |
| |
| |
| | |
merged from goog/mirror-m-wireless-internal-release
0bf6fc2 am "small fixes to gscan interface"
Change-Id: Icd5eb89646b82cc487b8483f2745099f337833a2
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
merged from partner/m-wireless-wifi-dev
9f16832 small fixes to gscan interface
Change-Id: Ibb98ff1bd796120a7bd2108f47426a30c47fdcd6
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
merged from partner/m-wireless-wifi-dev
ba59d49 change the definition of signle burst
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit 8fe39d1 from partner/m-wireless-wifi-dev
8fe39d1 fix wifi logger API
Change-Id: I0078c313dfd7f900bd36ecb4af8b42b880cdbd9c
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
merged from goog/mirror-m-wireless-internal-release
47fb7ab additional HAL APIs
Change-Id: I359141b6d11093441d430071f020bf140a13e866
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I8a62e58b869fdbc8e8b3b4d50d04f0c4c015d103
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
merged from goog/mirror-m-wireless-internal-release
16361fb small fixes to gscan interface
Change-Id: If60091580bc4b5732f7ddf7b5abc470f788dde30
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I8d5d3bc84e9da86b9c7c4f9ff02aee132d030831
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
merged from goog/mirror-m-wireless-internal-release
9f16832 small fixes to gscan interface
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I8d5d3bc84e9da86b9c7c4f9ff02aee132d030831
|
| |\ \ \ \
| | |_|/ /
| |/| | /
| | | |/
| | |/| |
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
merged from goog/mirror-m-wireless-internal-release
ba59d49 change the definition of signle burst
|
| | |/
| |/|
| | |
| | | |
Change-Id: I746ec9652c5d92cda5cb2e0f296f05dee589e294
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
merged from goog/mirror-m-wireless-internal-release
8fe39d1 fix wifi logger API new roam apis
Change-Id: Ib3f54ab1d2e55db5d0e13f536cdfe1e4572e272e
|
| |/
| |
| |
| |
| |
| | |
new roam apis
Change-Id: Ic4dce5b1367c8de0446fa53b3ada96a425ddd48d
|
|\ \
| |/
| |
| |
| | |
merged from goog/mirror-m-wireless-internal-release
c5ab50d modify the interface rtt.h
|
| |
| |
| |
| |
| | |
Bug:19570769
Change-Id: Ifaa86c8f0a2023e3c4595bf7e7265332b70a37a2
|
| |\ |
|
|\ \ \
| | |/
| |/|
| | |
| | | |
merged from goog/mirror-m-wireless-internal-release
03c6b6f update rtt.h for 11mc double side RTT
|
| | |
| | |
| | |
| | |
| | | |
Bug:19364957
Change-Id: I4fe1fee30c353963b9c6c4958a1ca23f1632253f
|