Searched refs:sta_iface (Results 1 – 3 of 3) sorted by relevance
278 sp<ISupplicantStaIface> sta_iface; in getSupplicantStaIface() local285 sta_iface = ISupplicantStaIface::castFrom(iface); in getSupplicantStaIface()290 return sta_iface; in getSupplicantStaIface()300 sp<ISupplicantStaIface> sta_iface = getSupplicantStaIface(supplicant); in createSupplicantStaNetwork() local301 if (!sta_iface.get()) { in createSupplicantStaNetwork()306 sta_iface->addNetwork([&](const SupplicantStatus& status, in createSupplicantStaNetwork()
104 sp<ISupplicantStaIface> sta_iface = getSupplicantStaIface(supplicant_); in removeNetwork() local105 ASSERT_NE(nullptr, sta_iface.get()); in removeNetwork()112 sta_iface->removeNetwork(net_id, [](const SupplicantStatus& status) { in removeNetwork()
147 WifiStatusCode createStaIface(sp<IWifiStaIface>* sta_iface) { in createStaIface() argument149 *sta_iface = status_and_iface.second; in createStaIface()704 sp<IWifiStaIface> sta_iface; in TEST_F() local705 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() local731 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()