Home
last modified time | relevance | path

Searched refs:ifName (Results 1 – 5 of 5) sorted by relevance

/test/xts/hats/hdf/wlan/hdi_service/
Dwlan_hdi_direct_test.cpp122 string ifName = "wlan0"; variable
127 ifeature.ifName = nullptr;
130 ifeature.ifName = const_cast<char*>(ifName.c_str());
146 string ifName = "wlan0"; variable
151 ifeature.ifName = nullptr;
154 ifeature.ifName = const_cast<char*>(ifName.c_str());
174 string ifName = "wlan0"; variable
179 ifeature.ifName = nullptr;
182 ifeature.ifName = const_cast<char*>(ifName.c_str());
199 string ifName = "wlan0"; variable
[all …]
Dwlan_hdi_hal_services_c_test.cpp104 printf("ifname = %s\n", ifeature.ifName);
126 rc = g_wlanObj->GetFeatureByIfName(g_wlanObj, ifeature.ifName, &ifeature);
388 const char *ifName = "wlan0"; variable
389 int32_t rc = g_wlanObj->RegisterEventCallback(g_wlanObj, g_wlanCallbackObj, ifName);
402 const char *ifName = "wlan0"; variable
412 rc = g_wlanObj->ResetDriver(g_wlanObj, chipId, ifName);
451 const char *ifName = "wlan0"; variable
452 int32_t rc = g_wlanObj->UnregisterEventCallback(g_wlanObj, g_wlanCallbackObj, ifName);
518 printf("ifname = %s\n", ifeature.ifName);
581 rc = g_wlanObj->GetFeatureByIfName(g_wlanObj, ifeature.ifName, &ifeature);
[all …]
Dwlan_callback_impl.c30 …anCallbackResetDriver(struct IWlanCallback *self, uint32_t event, int32_t code, const char *ifName) in WlanCallbackResetDriver() argument
59 const struct HdfWifiScanResult *scanResult, const char *ifName) in WlanCallbackScanResult() argument
62 if (scanResult == NULL || ifName == NULL) { in WlanCallbackScanResult()
76 const struct HdfWifiScanResults *scanResults, const char *ifName) in WlanCallbackScanResults() argument
80 if (scanResults == NULL || ifName == NULL) { in WlanCallbackScanResults()
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
Dhdf_wifi_benchmark_test.cpp81 static int32_t HalCallbackEvent(uint32_t event, void *respData, const char *ifName) in HalCallbackEvent() argument
87 printf("HalCallbackEvent ifName = %s, event = %u\n", ifName, event); in HalCallbackEvent()
131 const char *ifName = "wlan0"; in BENCHMARK_F() local
134 ret = g_wifi->registerEventCallback(HalCallbackEvent, ifName); in BENCHMARK_F()
161 const char *ifName = "wlan0"; in BENCHMARK_F() local
167 rc = g_wlanObj->StartChannelMeas(g_wlanObj, ifName, &measChannelParam); in BENCHMARK_F()
172 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, ifName, &measChannelResult); in BENCHMARK_F()
194 const char *ifName = "wlan0"; in BENCHMARK_F() local
200 rc = g_wlanObj->StartChannelMeas(g_wlanObj, ifName, &measChannelParam); in BENCHMARK_F()
205 rc = g_wlanObj->GetChannelMeasResult(g_wlanObj, ifName, &measChannelResult); in BENCHMARK_F()
[all …]
/test/xts/hats/hdf/wlan/wifi/hal/
Dwifi_hal_test.cpp93 static int32_t HalCallbackEvent(uint32_t event, void *respData, const char *ifName) in HalCallbackEvent() argument
99 printf("HalCallbackEvent ifName = %s, event = %d\n", ifName, event); in HalCallbackEvent()
296 …ret = g_wifi->getFeatureByIfName(apFeature->baseFeature.ifName, (struct IWiFiBaseFeature **)&apFea…
359 …ret = g_wifi->getFeatureByIfName(staFeature->baseFeature.ifName, (struct IWiFiBaseFeature **)&staF…
478 …const char *ifName = apFeature->baseFeature.getNetworkIfaceName((const struct IWiFiBaseFeature *)a… variable
479 EXPECT_NE(nullptr, ifName);
518 …const char *ifName = staFeature->baseFeature.getNetworkIfaceName((const struct IWiFiBaseFeature *)… variable
519 EXPECT_NE(ifName, nullptr);
520 …if (strncmp(ifName, "wlan", 4) == 0 || strncmp(ifName, "nan", 3) == 0 || strncmp(ifName, "p2p", 3)…
2123 const char *ifName = "wlan0"; variable
[all …]