Home
last modified time | relevance | path

Searched refs:wlanType (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
Dwlan_hdi_hal_services_c_test.cpp100 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; variable
102 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
119 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; variable
123 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
142 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; variable
146 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
163 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; variable
167 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
185 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; variable
190 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
[all …]
Dwlan_hdi_direct_test.cpp107 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; variable
110 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, nullptr);
112 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/
Dap_fuzzer.cpp24 const int32_t wlanType = PROTOCOL_80211_IFTYPE_AP; variable
113 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
Dsta_fuzzer.cpp22 const int32_t wlanType = PROTOCOL_80211_IFTYPE_STATION; variable
113 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/netdevice/
Dnet_device_test.c33 g_netDevice->funType.wlanType = PROTOCOL_80211_IFTYPE_STATION; in WiFiNetDeviceTestEnv()
/drivers/hdf_core/framework/include/net/
Dnet_device.h429 Protocol80211IfType wlanType; /**< WLAN network port type: AP or STA */ member
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnet_device_adapter.c220 Protocol80211IfType ifType = lwipNd->funType.wlanType; in IpV6SpecialProc()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnet_device_adapter.c242 Protocol80211IfType ifType = lwipNd->funType.wlanType; in IpV6SpecialProc()