History log of /hardware/interfaces/wifi/1.2/default/service.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
200a17db77a00685712d762d138c292ca82cdc9a 01-Nov-2017 Roshan Pius <rpius@google.com> wifi(implementation): Add unit test framework

We're going to add some non-trivial logic in wifi chip to handle
multiple chip configurations (to support devices with different
capabilities). So, adding a unit test framework in preparation
for testing those changes.

The mocks only mock legacy HAL methods which are in use during chip
configuration & interface creation/deletion.

Bug: 68775880
Test: Compiles
Change-Id: I8575df02f54656f77077d14ac9535ccc974bdff3
/hardware/interfaces/wifi/1.2/default/service.cpp
abcf78fe9056edb405db4f8f00bf7e6cd6700621 07-Oct-2017 Roshan Pius <rpius@google.com> wifi(implementation): Fix formatting

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
/hardware/interfaces/wifi/1.2/default/service.cpp
6ce509085453637ddd3d0a1a88a26fed18072167 14-Sep-2017 Etan Cohen <etancohen@google.com> [WIFI][TREBLE] Uprev Wi-Fi HAL 1.2

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
/hardware/interfaces/wifi/1.2/default/service.cpp