History log of /hardware/interfaces/wifi/1.2/default/tests/wifi_chip_unit_tests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c52e80877458f7c6042c10925fbc9c2cf49ec256 02-May-2018 Nick <nickjames@google.com> Add feature flag to disable wifi AP on the watch.

Bug: 74074075
Change-Id: I6bd823e63f5cc5292571be4d74ca65bca72709e0
/hardware/interfaces/wifi/1.2/default/tests/wifi_chip_unit_tests.cpp
7e6f71ad924febdeec027473bcaa4bd7e097ea76 06-Mar-2018 Bernie Innocenti <codewiz@google.com> Wire readApfPacketFilterData() to the legacy hal

Bug: 73804303
Bug: 36221302
Change-Id: If5d9d3afd40758aea98832e4b350216f496fc3bd
Test: built and flashed, verified boot
(cherry picked from commit efbb9c3f59777dace6491ddaa2e67218eba92ec2)
/hardware/interfaces/wifi/1.2/default/tests/wifi_chip_unit_tests.cpp
aceecb069e87ff026fc192366792e1e418f33130 01-Mar-2018 Roshan Pius <rpius@google.com> wifi(implementation): Remove support for STA + STA in chip combination

Not planning to support STA + STA in Pixel 2018, so remove support for
it from the chip combination.

Also, fixed an error in existing unit tests (Need to mock
WifiLegacyHal.registerRadioModeChangeCallbackHandler)

Bug: 74079118
Test: Tested STA connection & AP bringup on taimen.
Test: ./hardware/interfaces/wifi/1.2/default/tests/runtests.sh
Change-Id: I996e63ecdda4d6a5a07a40d5f7ed1072ada37597
/hardware/interfaces/wifi/1.2/default/tests/wifi_chip_unit_tests.cpp
9e7a40573346196af56f70edde6aa54355f7f760 21-Dec-2017 Etan Cohen <etancohen@google.com> [AWARE] Add power confriguration parameters to HAL 1.2

Add configuration parameters (power optimization) to NAN HAL 1.2.

Bug: 67745737
Test: integration tests
Change-Id: I65524c05c6861d7b54e441572b3be918bc6bb5ab
/hardware/interfaces/wifi/1.2/default/tests/wifi_chip_unit_tests.cpp
8e3c7ef134e9af7c1531826fd7ae3331ca693085 03-Nov-2017 Roshan Pius <rpius@google.com> wifi(implementation): Different names for concurrent ifaces

Allocate different iface names (wlan0, wlan1) for concurrent ifaces.

Bug: 65671875
Test: ./hardware/interfaces/wifi/1.2/default/tests/runtests.sh
Change-Id: Ie544404183dbb616a20f88f4fb3ce71795cf89af
/hardware/interfaces/wifi/1.2/default/tests/wifi_chip_unit_tests.cpp
cc338202ef43a3551b1e5c96bd6756134978df32 02-Nov-2017 Roshan Pius <rpius@google.com> wifi(implementation): Add iface combo for 2018

Changes in the CL:
a) Added iface combo for 2018 using a new feature flag.
b) Added a generic algorithm to determine if an iface can be created or
not based on the iface combos supported. This is needed because we now
have to support 3 different combos (2016, 2017, 2018) in the HAL.
The current iface creation logic is hard to adapt to these 3 varying combos.

Bug: 65671875
Bug: 69863101
Test: ./hardware/interfaces/wifi/1.2/default/tests/runtests.sh
Change-Id: Iff8737843abee3d03567930e9faba775eaa82e07
/hardware/interfaces/wifi/1.2/default/tests/wifi_chip_unit_tests.cpp
3312801aa5f2f5fc01362b3a2cac4e481119d211 02-Nov-2017 Roshan Pius <rpius@google.com> wifi(implementation): Unit tests for V1 & V2 iface combos

Unit tests for all the iface combos supported in V1 (2016 devices) & V2
(2017 devices).

Bug: 68775880
Test: ./hardware/interfaces/wifi/1.2/default/tests/runtests.sh
Change-Id: I1049176aabdf936d442d022b5915129010ce7387
/hardware/interfaces/wifi/1.2/default/tests/wifi_chip_unit_tests.cpp
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/tests/wifi_chip_unit_tests.cpp