Home
last modified time | relevance | path

Searched refs:scan (Results 1 - 8 of 8) sorted by relevance

/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp418 * @tc.desc: Wifi hdi start scan function test
426 struct HdfWifiScan scan = {0}; in HWTEST_F() local
430 rc = g_wlanObj->StartScan(g_wlanObj, nullptr, &scan); in HWTEST_F()
434 rc = g_wlanObj->StartScan(g_wlanObj, &ifeature, &scan); in HWTEST_F()
1104 * @tc.desc: Wifi hdi start pno scan
1156 * @tc.desc: Wifi hdi stop pno scan
1179 * @tc.desc: Wifi hdi start scan function test
1188 struct HdfWifiScan scan; in HWTEST_F() local
1190 (void)memset_s(&scan, sizeof(struct HdfWifiScan), 0, sizeof(struct HdfWifiScan)); in HWTEST_F()
1191 scan in HWTEST_F()
[all...]
H A Dwlan_hdi_direct_test.cpp362 * @tc.desc: Wifi hdi start scan function test
368 struct HdfWifiScan scan = {0}; in HWTEST_F() local
372 int32_t rc = g_wlanObj->StartScan(g_wlanObj, nullptr, &scan); in HWTEST_F()
375 rc = g_wlanObj->StartScan(g_wlanObj, &ifeature, &scan); in HWTEST_F()
380 rc = g_wlanObj->StartScan(g_wlanObj, &ifeature, &scan); in HWTEST_F()
/test/xts/acts/communication/wifi_standard/entry/src/ohosTest/ets/test/
H A DWifiStationEvent.test.js112 let scanResult = wifi.scan();
114 console.error(`scan failed, code is ${error.code}, message is ${error.message}`);
H A DWifiManagerStationEvent.test.js111 let scanResult = wifiMg.scan();
113 console.error(`scan failed, code is ${error.code}, message is ${error.message}`);
H A DWifiManagerStationFunctions.test.js308 let scanResult = wifiMg.scan();
310 console.info("[error] it's the scan fail reason: "+JSON.stringify(error));
/test/xts/acts/communication/wifi_ErrorCode201/entry/src/ohosTest/js/test/
H A DActWifiErrorCode201.test.js72 * @tc.desc Test scan API ErrorCode 201.
79 let sacnResult = wifiMg.scan();
82 console.error(`scan failed, code is ${error.code}, message is ${error.message}`);
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp132 WifiScan scan = {0}; in BENCHMARK_F() local
140 ret = staFeature->startScan(nullptr, &scan); in BENCHMARK_F()
/test/xts/hats/hdf/wlan/wifi/hal/
H A Dwifi_hal_test.cpp2116 * @tc.desc: start scan is successfully_01
2124 WifiScan scan = {0};
2131 ret = staFeature->startScan(nullptr, &scan);
2138 * @tc.desc: start scan is successfully_02
2159 * @tc.desc: start scan is successfully_03
2167 WifiScan scan = {0};
2174 ret = staFeature->startScan(ifName, &scan);

Completed in 13 milliseconds