Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dwifi_chip_unit_tests.cpp477 const auto ap_iface_name = createIface(IfaceType::AP); in TEST_F() local
478 ASSERT_FALSE(ap_iface_name.empty()); in TEST_F()
481 removeIface(IfaceType::AP, ap_iface_name); in TEST_F()
567 const auto ap_iface_name = createIface(IfaceType::AP); in TEST_F() local
568 ASSERT_FALSE(ap_iface_name.empty()); in TEST_F()
574 removeIface(IfaceType::AP, ap_iface_name); in TEST_F()
665 const auto ap_iface_name = createIface(IfaceType::AP); in TEST_F() local
667 ASSERT_FALSE(ap_iface_name.empty()); in TEST_F()
668 ASSERT_NE(sta_iface_name, ap_iface_name); in TEST_F()