Home
last modified time | relevance | path

Searched refs:ap_iface_name (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/wifi/hostapd/aidl/vts/functional/
Dhostapd_aidl_test_utils.h70 std::string ap_iface_name; in setupApIfaceAndGetName() local
71 auto status = wifi_ap_iface->getName(&ap_iface_name); in setupApIfaceAndGetName()
77 return ap_iface_name; in setupApIfaceAndGetName()
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_chip_unit_tests.cpp473 std::string ap_iface_name = createIface(IfaceType::AP); in TEST_F() local
474 ASSERT_FALSE(ap_iface_name.empty()); in TEST_F()
477 removeIface(IfaceType::AP, ap_iface_name); in TEST_F()
554 std::string ap_iface_name = createIface(IfaceType::AP); in TEST_F() local
555 ASSERT_FALSE(ap_iface_name.empty()); in TEST_F()
561 removeIface(IfaceType::AP, ap_iface_name); in TEST_F()
647 std::string ap_iface_name = createIface(IfaceType::AP); in TEST_F() local
649 ASSERT_FALSE(ap_iface_name.empty()); in TEST_F()
650 ASSERT_NE(sta_iface_name, ap_iface_name); in TEST_F()
/hardware/interfaces/wifi/aidl/default/
Dwifi_chip.cpp1541 std::string ap_iface_name = ap_iface->getName(); in getCurrentConcurrencyCombination() local
1542 if (br_ifaces_ap_instances_.count(ap_iface_name) > 0 && in getCurrentConcurrencyCombination()
1543 br_ifaces_ap_instances_[ap_iface_name].size() > 1) { in getCurrentConcurrencyCombination()