HomeSort by relevance Sort by last modified time
    Searched refs:sta_iface (Results 1 - 4 of 4) sorted by null

  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_test_utils.cpp 243 sp<ISupplicantStaIface> sta_iface; local
250 sta_iface = ISupplicantStaIface::castFrom(iface);
255 return sta_iface;
259 sp<ISupplicantStaIface> sta_iface = getSupplicantStaIface(); local
260 if (!sta_iface.get()) {
265 sta_iface->addNetwork([&](const SupplicantStatus& status,
supplicant_sta_network_hidl_test.cpp 92 sp<ISupplicantStaIface> sta_iface = getSupplicantStaIface(); local
93 ASSERT_NE(nullptr, sta_iface.get());
99 sta_iface->removeNetwork(net_id, [](const SupplicantStatus& status) {
  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_chip_hidl_test.cpp 134 WifiStatusCode createStaIface(sp<IWifiStaIface>* sta_iface) {
136 *sta_iface = status_and_iface.second;
695 sp<IWifiStaIface> sta_iface; local
696 EXPECT_EQ(WifiStatusCode::SUCCESS, createStaIface(&sta_iface));
697 EXPECT_NE(nullptr, sta_iface.get());
699 std::string iface_name = getIfaceName(sta_iface);
721 sp<IWifiStaIface> sta_iface; local
722 EXPECT_EQ(WifiStatusCode::SUCCESS, createStaIface(&sta_iface));
723 EXPECT_NE(nullptr, sta_iface.get());
725 std::string iface_name = getIfaceName(sta_iface);
    [all...]
  /hardware/interfaces/wifi/1.2/default/
wifi_chip.cpp 1374 auto sta_iface = findUsingName(sta_ifaces_, getWlan0IfaceName()); local
    [all...]

Completed in 121 milliseconds