summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNingyuan Wang2016-12-05 15:25:28 -0600
committerNingyuan Wang2016-12-09 13:40:01 -0600
commit87a24f50bf8565f456763780650ee4c0f5318065 (patch)
tree5fc67f0edc412d2064fb26e5f2499cd8696a707f /Android.mk
parent3b94529d89de94ab74aca6cbac6cdddaa117dde8 (diff)
downloadsystem-connectivity-wificond-87a24f50bf8565f456763780650ee4c0f5318065.tar.gz
system-connectivity-wificond-87a24f50bf8565f456763780650ee4c0f5318065.tar.xz
system-connectivity-wificond-87a24f50bf8565f456763780650ee4c0f5318065.zip
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index abbebad..eb2dfe2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -187,6 +187,7 @@ LOCAL_SRC_FILES := \
187 tests/integration/ap_interface_test.cpp \ 187 tests/integration/ap_interface_test.cpp \
188 tests/integration/client_interface_test.cpp \ 188 tests/integration/client_interface_test.cpp \
189 tests/integration/life_cycle_test.cpp \ 189 tests/integration/life_cycle_test.cpp \
190 tests/integration/scanner_test.cpp \
190 tests/integration/service_test.cpp \ 191 tests/integration/service_test.cpp \
191 tests/main.cpp \ 192 tests/main.cpp \
192 tests/shell_unittest.cpp 193 tests/shell_unittest.cpp