Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit beddeb4d authored by Dan Shi's avatar Dan Shi
Browse files

Bug fix in wifi_hidl_test_utils

Bug: 142397658
Test: atest VtsHalWifiSupplicantV1_0TargetTest
Change-Id: Idc1560fa83471f79a2302746815117ff60c46c77
parent bbdd5e32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,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;
    }