Searched refs:scan (Results 1 - 8 of 8) sorted by relevance
/test/xts/hats/hdf/wlan/hdi_service/ |
H A D | wlan_hdi_hal_services_c_test.cpp | 418 * @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 D | wlan_hdi_direct_test.cpp | 362 * @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 D | WifiStationEvent.test.js | 112 let scanResult = wifi.scan(); 114 console.error(`scan failed, code is ${error.code}, message is ${error.message}`);
|
H A D | WifiManagerStationEvent.test.js | 111 let scanResult = wifiMg.scan(); 113 console.error(`scan failed, code is ${error.code}, message is ${error.message}`);
|
H A D | WifiManagerStationFunctions.test.js | 308 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 D | ActWifiErrorCode201.test.js | 72 * @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 D | hdf_wifi_benchmark_test.cpp | 132 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 D | wifi_hal_test.cpp | 2116 * @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 19 milliseconds