Searched refs:staIface (Results 1 – 3 of 3) sorted by relevance
55 sptr<WifiStaIface> staIface; member in WifiStaIfaceTest::WifiStaIfaceTest68 if (staIface == nullptr) {72 staIface->Invalidate();73 EXPECT_FALSE(staIface->IsValid());74 staIface->IsValid();87 if (staIface == nullptr) {100 if (staIface == nullptr) {113 if (staIface == nullptr) {129 if (staIface == nullptr) {141 if (staIface == nullptr) {[all …]
168 sptr<IChipIface> staIface = new (std::nothrow) WifiStaIface(TEST_STA_IFNAME, vendorHal, variable170 wifiChip->CreateStaService(staIface);175 wifiChip->GetStaService(ifname1, staIface);178 EXPECT_TRUE(wifiChip->GetStaService(ifname1, staIface) == HDF_FAILURE);
882 char staIface[] = "IFNAME=wlan"; in WpaReceiveCallback() local943 if (strncmp(iface, staIface, strlen(staIface)) == 0) { in WpaReceiveCallback()