Home
last modified time | relevance | path

Searched refs:isBridged (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/hostapd/aidl/vts/functional/
Dhostapd_aidl_test_utils.h56 std::string setupApIfaceAndGetName(bool isBridged) { in setupApIfaceAndGetName() argument
58 if (isBridged) { in setupApIfaceAndGetName()
66 LOG(ERROR) << "Unable to create iface. isBridged=" << isBridged; in setupApIfaceAndGetName()
74 LOG(ERROR) << "Unable to retrieve iface name. isBridged=" << isBridged; in setupApIfaceAndGetName()
Dhostapd_legacy_test_utils.h47 std::string setupApIfaceAndGetName(bool isBridged) { in setupApIfaceAndGetName() argument
49 if (isBridged) { in setupApIfaceAndGetName()
57 LOG(ERROR) << "Unable to create iface. isBridged=" << isBridged; in setupApIfaceAndGetName()
65 LOG(ERROR) << "Unable to retrieve iface name. isBridged=" << isBridged; in setupApIfaceAndGetName()
Dhostapd_test_utils.h116 std::string setupApIfaceAndGetName(bool isBridged) { in setupApIfaceAndGetName() argument
118 return HostapdAidlTestUtils::setupApIfaceAndGetName(isBridged); in setupApIfaceAndGetName()
120 return HostapdLegacyTestUtils::setupApIfaceAndGetName(isBridged); in setupApIfaceAndGetName()
/hardware/interfaces/wifi/hostapd/1.3/vts/functional/
Dhostapd_hidl_test.cpp94 std::string setupApIfaceAndGetName(bool isBridged) { in setupApIfaceAndGetName() argument
96 if (isBridged) { in setupApIfaceAndGetName()