summaryrefslogtreecommitdiffstats
path: root/libwifi_system
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2016-07-29 11:18:25 -0700
committerChristopher Wiley <wiley@google.com>2016-07-29 11:18:55 -0700
commit783ae4625b694bc09b24ec2084cb64c3267a15e5 (patch)
tree8572a7a2007568de8a673bc16ab804241d66e35f /libwifi_system
parentd88b136ca46bd117f9098d487ec726807ecad0a3 (diff)
downloadandroid_frameworks_opt_net_wifi-783ae4625b694bc09b24ec2084cb64c3267a15e5.tar.gz
android_frameworks_opt_net_wifi-783ae4625b694bc09b24ec2084cb64c3267a15e5.tar.bz2
android_frameworks_opt_net_wifi-783ae4625b694bc09b24ec2084cb64c3267a15e5.zip
Fix libwifi-system unit tests
Bug: 30311493 Change-Id: I117433e486d65e408ed523a4d5f10d0c49562399 Test: These pass again.
Diffstat (limited to 'libwifi_system')
-rw-r--r--libwifi_system/tests/hostapd_manager_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libwifi_system/tests/hostapd_manager_unittest.cpp b/libwifi_system/tests/hostapd_manager_unittest.cpp
index f8ebd995f..048d4732d 100644
--- a/libwifi_system/tests/hostapd_manager_unittest.cpp
+++ b/libwifi_system/tests/hostapd_manager_unittest.cpp
@@ -37,7 +37,7 @@ const int kTestChannel = 2;
#define CONFIG_COMMON_PREFIX \
"interface=foobar0\n" \
"driver=nl80211\n" \
- "ctrl_interface=/data/misc/wifi/hostapd\n" \
+ "ctrl_interface=/data/misc/wifi/hostapd/ctrl\n" \
"ssid2=68656c6c6f" "6973" "6974" "6d65\n" \
"channel=2\n" \
"ieee80211n=1\n" \