commit | 04d7e84c6e2fca622b5172d47dcf61779c83f8f4 | [log] [tgz] |
---|---|---|
author | lesl <lesl@google.com> | Wed Aug 26 14:45:07 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 26 14:45:07 2020 +0000 |
tree | 0d937391a1c98b3e4d8e374cad160e3a9d956f5d | |
parent | b28642199f571265eae97ba8a6488f8745cd0552 [diff] | |
parent | 9ce5301addff3df0a5ee987157c52d00d063b214 [diff] |
vts: Fix incorrect instance name in Teardown am: a6cc5825e9 am: 9ce5301add Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/12422070 Change-Id: I783c3bd78d5adee5ceee8c4bc55c380b80434949
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;