Home
last modified time | relevance | path

Searched refs:wlanType (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp102 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 Dwlan_hdi_direct_test.cpp108 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 Dap_fuzzer.cpp24 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 Dsta_fuzzer.cpp22 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 Dnet_device_test.c33 g_netDevice->funType.wlanType = PROTOCOL_80211_IFTYPE_STATION; in WiFiNetDeviceTestEnv()
/drivers/hdf_core/framework/include/net/
H A Dnet_device.h429 Protocol80211IfType wlanType; /**< WLAN network port type: AP or STA */ member
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c220 Protocol80211IfType ifType = lwipNd->funType.wlanType; in IpV6SpecialProc()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c242 Protocol80211IfType ifType = lwipNd->funType.wlanType; in IpV6SpecialProc()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c963 static DeviceType wlanType = { variable

Completed in 10 milliseconds