Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_sta_iface_test.cpp55 sptr<WifiStaIface> staIface; member in WifiStaIfaceTest::WifiStaIfaceTest
68 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 …]
H A Dwifi_chip_test.cpp168 sptr<IChipIface> staIface = new (std::nothrow) WifiStaIface(TEST_STA_IFNAME, vendorHal, variable
170 wifiChip->CreateStaService(staIface);
175 wifiChip->GetStaService(ifname1, staIface);
178 EXPECT_TRUE(wifiChip->GetStaService(ifname1, staIface) == HDF_FAILURE);
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c882 char staIface[] = "IFNAME=wlan"; in WpaReceiveCallback() local
943 if (strncmp(iface, staIface, strlen(staIface)) == 0) { in WpaReceiveCallback()