Searched refs:sta_iface (Results 1 – 3 of 3) sorted by relevance
190 sp<ISupplicantStaIface> sta_iface; in getSupplicantStaIface() local197 sta_iface = ISupplicantStaIface::castFrom(iface); in getSupplicantStaIface()202 return sta_iface; in getSupplicantStaIface()206 sp<ISupplicantStaIface> sta_iface = getSupplicantStaIface(); in createSupplicantStaNetwork() local207 if (!sta_iface.get()) { in createSupplicantStaNetwork()212 sta_iface->addNetwork([&](const SupplicantStatus& status, in createSupplicantStaNetwork()
92 sp<ISupplicantStaIface> sta_iface = getSupplicantStaIface(); in removeNetwork() local93 ASSERT_NE(nullptr, sta_iface.get()); in removeNetwork()99 sta_iface->removeNetwork(net_id, [](const SupplicantStatus& status) { in removeNetwork()
128 WifiStatusCode createStaIface(sp<IWifiStaIface>* sta_iface) { in createStaIface() argument130 *sta_iface = status_and_iface.second; in createStaIface()637 sp<IWifiStaIface> sta_iface; in TEST_F() local638 EXPECT_EQ(WifiStatusCode::SUCCESS, createStaIface(&sta_iface)); in TEST_F()639 EXPECT_NE(nullptr, sta_iface.get()); in TEST_F()641 std::string iface_name = getIfaceName(sta_iface); in TEST_F()663 sp<IWifiStaIface> sta_iface; in TEST_F() local664 EXPECT_EQ(WifiStatusCode::SUCCESS, createStaIface(&sta_iface)); in TEST_F()665 EXPECT_NE(nullptr, sta_iface.get()); in TEST_F()667 std::string iface_name = getIfaceName(sta_iface); in TEST_F()