History log of /system/connectivity/wificond/tests/integration/scanner_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e5057cb3858bd8b0d4ea01d1eb86757cced8ce4 24-Oct-2017 Ningyuan Wang <nywang@google.com> wificond: Move get*Channels() APIs

These get*Channels() APIs should be used by java framework
in both client and AP mode.

They are implemented by GetWiphy command which is associated to
a wihpy instead of a interface.

We need to move these APIs to wificond main interface for both
correctness and convienience.

This also removes the corresponding integration test. Since wificond
no longer load/unload driver/fw, we are not able to run and verify
these tests. It's reasonble to remove them for now.

Bug: 35707768
Test: compile, unit tests
Change-Id: I7ba562fbb788a6032832a0ab1ff917b5ba869670
/system/connectivity/wificond/tests/integration/scanner_test.cpp
47443838f760908b9a6571aed4f4fa4e93ad37bc 03-Oct-2017 Roshan Pius <rpius@google.com> wificond: Create interface objects using name

Use the passed in iface name to create the corresponding interface
object.

Bug: 67365651
Test: ./system/connectivity/wificond/runtests.sh
Test: Will send for regression tests.
Change-Id: I9e8d748d47388a45567234b93f8aff854d784aea
/system/connectivity/wificond/tests/integration/scanner_test.cpp
1f8bcfa10a75dd7e6b922c7be5c322c2034e311d 28-Feb-2017 Ningyuan Wang <nywang@google.com> Fix wificiond scanner integration test

This fixes the misuse of unique_ptr.

Bug: None
Change-Id: Ia10ff2e081256b3233b16436b5e3c99db2a5c4dc
Test: compile, unit tests, integration test
/system/connectivity/wificond/tests/integration/scanner_test.cpp
0513378db6f1f8f2c84387c3a8bea5449cf03190 23-Feb-2017 Ningyuan Wang <nywang@google.com> Get up-to-date channel info from kernel

Bug: 35707768
Test: compile, unit tests, integration test

Change-Id: Ifb0beb9321d632ec76df3d368c10e4531743e4c3
/system/connectivity/wificond/tests/integration/scanner_test.cpp
87a24f50bf8565f456763780650ee4c0f5318065 05-Dec-2016 Ningyuan Wang <nywang@google.com> Add interfaces for getting available channels to WifiScannerImpl

This adds the following three aidl interfaces to wificond ScannerImpl:

int[] getAvailable2gChannels();
int[] getAvailable5gNonDFSChannels();
int[] getAvailableDFSChannels();

This also adds the corresponding integration tests.

Bug: 33297764
Test: compile, unit tests, integration tests

Change-Id: Idb14740769aa2ab368f311ae099b53005382a007
/system/connectivity/wificond/tests/integration/scanner_test.cpp