Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_hidl_test_utils.cpp278 sp<ISupplicantStaIface> sta_iface; in getSupplicantStaIface() local
285 sta_iface = ISupplicantStaIface::castFrom(iface); in getSupplicantStaIface()
290 return sta_iface; in getSupplicantStaIface()
300 sp<ISupplicantStaIface> sta_iface = getSupplicantStaIface(supplicant); in createSupplicantStaNetwork() local
301 if (!sta_iface.get()) { in createSupplicantStaNetwork()
306 sta_iface->addNetwork([&](const SupplicantStatus& status, in createSupplicantStaNetwork()
Dsupplicant_sta_network_hidl_test.cpp104 sp<ISupplicantStaIface> sta_iface = getSupplicantStaIface(supplicant_); in removeNetwork() local
105 ASSERT_NE(nullptr, sta_iface.get()); in removeNetwork()
112 sta_iface->removeNetwork(net_id, [](const SupplicantStatus& status) { in removeNetwork()
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_chip_hidl_test.cpp147 WifiStatusCode createStaIface(sp<IWifiStaIface>* sta_iface) { in createStaIface() argument
149 *sta_iface = status_and_iface.second; in createStaIface()
704 sp<IWifiStaIface> sta_iface; in TEST_F() local
705 EXPECT_EQ(WifiStatusCode::SUCCESS, createStaIface(&sta_iface)); in TEST_F()
706 EXPECT_NE(nullptr, sta_iface.get()); in TEST_F()
708 std::string iface_name = getIfaceName(sta_iface); in TEST_F()
730 sp<IWifiStaIface> sta_iface; in TEST_F() local
731 EXPECT_EQ(WifiStatusCode::SUCCESS, createStaIface(&sta_iface)); in TEST_F()
732 EXPECT_NE(nullptr, sta_iface.get()); in TEST_F()
734 std::string iface_name = getIfaceName(sta_iface); in TEST_F()