summaryrefslogtreecommitdiff
path: root/wifi/1.2/default/hidl_struct_util.cpp
AgeCommit message (Collapse)Author
2018-09-05Merge QP1A.180823.001Bill Peckham
Change-Id: I0e80bda07db2ee67575e7d3c8bde46bf29d8c790
2018-03-08[RTT][AWARE] Support new legacy error codes for Aware RTTEtan Cohen
Translate to basic failure. TODO on adding/mapping-to new HIDL error codes. Bug: 73176307 Test: RangeAwareTest with known failures Change-Id: I90e44c3f5aae3f6e565df3a63a36bd84d15c4755
2018-02-07[AWARE] Fix type of channel width to use enumerationEtan Cohen
The Aware channel width was using an int - whereas an Enum already exists and is the approriate type. Bug: 37007030 Test: builds, verified by manual inspection of logs Change-Id: If93a4cddf0e3304658d7b638de1588de1cd04d34
2018-01-26Wifi: Add Support for Body Proximity for SARAhmed ElArabawy
This commit extends the SAR support to include scenarios for near head/body and voice calls These features are only applicale for a certain device capability (defined in capability mask) Bug: 3489513 Test: Manual Change-Id: Ie99978df3c19e04fdd3d7862240f6d3c62eac539 Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-01-23wifi(implementation): Conversion functions for radio mode changeRoshan Pius
Bug: 68349158 Test: Unit tests Change-Id: I608c42971d023637db20e78b0626164884950d70
2018-01-18[AWARE] Add global NAN RTT enable/disable flagEtan Cohen
Add a HAL flag to globally enable or disable NAN RTT negotiations. Bug: 70218295 Test: integration tests Change-Id: I1460dd94ba12991e8324cabc88cd3a6ddcf8ed55
2018-01-18[AWARE] Add NDP channel info to HAL 1.2Etan Cohen
Enhance HAL 1.2 to include NDP channel info: - NDP confirmation message update - New event (indication) on NDP channel change Results in a new event callback registration API. Bug: 37007030 Test: integration tests Change-Id: If9dee4eca9d6774b03fc295ad239a6a4e7397cba
2018-01-18[AWARE] Add power confriguration parameters to HAL 1.2Etan Cohen
Add configuration parameters (power optimization) to NAN HAL 1.2. Bug: 67745737 Test: integration tests Change-Id: I65524c05c6861d7b54e441572b3be918bc6bb5ab
2017-12-14[AWARE] Update cm HIDL to use mm HALEtan Cohen
Legacy HAL updated to use mm. The current HIDL is (still at) cm. Add conversions. Bug: 69428593 Test: integration tests passing (but ranging is still pending fw) Change-Id: Ia431fcebedf5a1c66847c2f1627923b5704fece0
2017-12-04wifi(implementation): Fix formattingRoshan Pius
Use the top level clang-format setup by the HIDL team to format the entire implementation. clang-format -i --style file wifi/1.2/default/* Bug: 32287573 Test: Compiles Change-Id: I336c21fd9bfdc560117aa7212f92ab5f01df4b8e
2017-09-14[WIFI][TREBLE] Uprev Wi-Fi HAL 1.2Etan Cohen
In preparation for new feature development - uprev the Wi-Fi Treble HAL revision from 1.1 to 1.2. This CL does not contain any functional changes to the HAL itself. Only updating the revision. Bug: 65647646 Test: builds and Wi-Fi runs Change-Id: I8e80e866562a508bf481104a3dbcf2bd8f8015b4