Merge "Bug fix in wifi_hidl_test_utils"

am: 2bba1b3211

Change-Id: I6ddea41a0af9c0e40c6d39b1280ae2cc978c9162
This commit is contained in:
Dan Shi 2019-11-14 19:16:06 -08:00 committed by android-build-merger
commit 438d2791cc

View file

@ -214,7 +214,7 @@ sp<IWifiRttController> getWifiRttController(const std::string& instance_name) {
if (!wifi_chip.get()) {
return nullptr;
}
sp<IWifiStaIface> wifi_sta_iface = getWifiStaIface();
sp<IWifiStaIface> wifi_sta_iface = getWifiStaIface(instance_name);
if (!wifi_sta_iface.get()) {
return nullptr;
}