commit | c36041d0e35cac346041409f1f05429521cc250e | [log] [tgz] |
---|---|---|
author | lesl <lesl@google.com> | Wed Aug 26 15:41:44 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 26 15:41:44 2020 +0000 |
tree | b61ce8e6c5622a1e440c687bd897d179b8a8b696 | |
parent | 6edf19768ac02fbd96306f3e233cd061e5f81d7d [diff] | |
parent | 726ad5373b1944f1e4d3f10afae45e55aba7ec48 [diff] |
vts: Fix incorrect instance name in Teardown am: a6cc5825e9 am: 9ce5301add am: 676d1b13dc am: 726ad5373b Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12422070 Change-Id: I5218babac3d87d748dffeb928fee77d425280e6e
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;