commit | fa3cb1766e17ce1b3ceb7ec718092886792339b1 | [log] [tgz] |
---|---|---|
author | Chris Phoenix <cphoenix@google.com> | Fri Jan 20 23:10:05 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 20 23:10:05 2017 +0000 |
tree | cbee2e151a4c3506dce6f6200af2d7677a3d0db0 | |
parent | 77b36c33b742258eda05d775a08840fce81528e2 [diff] | |
parent | b64f563bc2229b0dac0ceb95b8ea85eba79c7c68 [diff] |
Merge "wpa_supplicant HAL uses "default" service name"
diff --git a/wifi/supplicant/1.0/vts/functional/supplicant_hidl_test_utils.cpp b/wifi/supplicant/1.0/vts/functional/supplicant_hidl_test_utils.cpp index 3877b97..2f3405d 100644 --- a/wifi/supplicant/1.0/vts/functional/supplicant_hidl_test_utils.cpp +++ b/wifi/supplicant/1.0/vts/functional/supplicant_hidl_test_utils.cpp
@@ -49,7 +49,7 @@ using ::android::wifi_system::SupplicantManager; namespace { -const char kSupplicantServiceName[] = "wpa_supplicant"; +const char kSupplicantServiceName[] = "default"; // Helper function to initialize the driver and firmware to STA mode. void initilializeDriverAndFirmware() {