commit | 7140c0bd18154453c48fecce4aca9527c00833e6 | [log] [tgz] |
---|---|---|
author | lesl <lesl@google.com> | Wed Aug 26 16:25:38 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 26 16:25:38 2020 +0000 |
tree | cf9ddfe3982058f9959e1081451f53d686864453 | |
parent | 6026b26275553f569e16b474836182ccde82f435 [diff] | |
parent | c36041d0e35cac346041409f1f05429521cc250e [diff] |
vts: Fix incorrect instance name in Teardown am: a6cc5825e9 am: 9ce5301add am: 676d1b13dc am: 726ad5373b am: c36041d0e3 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12422070 Change-Id: Ic4f1e56a1d03186814ab0405c263390895853b7d
diff --git a/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp b/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp index 2715891..a39f064 100644 --- a/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp +++ b/wifi/hostapd/1.2/vts/functional/hostapd_hidl_test.cpp
@@ -72,7 +72,7 @@ "wifi_softap_wpa3_sae_supported"); } - virtual void TearDown() override { stopHostapd(hostapd_instance_name_); } + virtual void TearDown() override { stopHostapd(wifi_instance_name_); } protected: bool isWpa3SaeSupport_ = false;