/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_hal_services_c_test.cpp | 102 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP;
in HWTEST_F() local 104 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
in HWTEST_F() 121 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP;
in HWTEST_F() local 125 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
in HWTEST_F() 144 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP;
in HWTEST_F() local 148 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
in HWTEST_F() 165 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP;
in HWTEST_F() local 169 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
in HWTEST_F() 187 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP;
in HWTEST_F() local 192 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, in HWTEST_F() 212 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; HWTEST_F() local 234 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; HWTEST_F() local 271 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; HWTEST_F() local 292 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 321 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 416 int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 443 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 482 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; HWTEST_F() local 506 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; HWTEST_F() local 532 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 554 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; HWTEST_F() local 575 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 597 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 621 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1039 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1060 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1092 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1113 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1134 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1159 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1212 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1237 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; HWTEST_F() local 1285 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; HWTEST_F() local 1311 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; HWTEST_F() local [all...] |
H A D | wlan_hdi_direct_test.cpp | 108 int32_t wlanType = PROTOCOL_80211_IFTYPE_AP;
in HWTEST_F() local 111 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, nullptr);
in HWTEST_F() 113 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
in HWTEST_F() 116 wlanType = PROTOCOL_80211_IFTYPE_STATION;
in HWTEST_F() 117 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
in HWTEST_F() 120 wlanType = PROTOCOL_80211_IFTYPE_P2P_DEVICE;
in HWTEST_F() 121 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
in HWTEST_F()
|
/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
H A D | ap_fuzzer.cpp | 24 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; member 123 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/ |
H A D | sta_fuzzer.cpp | 22 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; member 115 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
|
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/ |
H A D | net_device_test.c | 33 g_netDevice->funType.wlanType = PROTOCOL_80211_IFTYPE_STATION; in WiFiNetDeviceTestEnv()
|
/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 429 Protocol80211IfType wlanType; /**< WLAN network port type: AP or STA */ member
|
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/ |
H A D | net_device_adapter.c | 220 Protocol80211IfType ifType = lwipNd->funType.wlanType; in IpV6SpecialProc()
|
/drivers/hdf_core/adapter/khdf/liteos/network/src/ |
H A D | net_device_adapter.c | 242 Protocol80211IfType ifType = lwipNd->funType.wlanType; in IpV6SpecialProc()
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_net_adapter.c | 963 static DeviceType wlanType = { variable
|