Searched refs:stime_channel (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiScannerScanTest.py | 95 self.stime_channel = SCAN_TIME_PASSIVE 221 self.wifi_chs, scan_setting, self.stime_channel) 282 self.wifi_chs, scan_setting, self.stime_channel) 338 self.wifi_chs, scan_setting, self.stime_channel) 398 self.wifi_chs, scan_setting, self.stime_channel) 448 self.wifi_chs, scan_setting, self.stime_channel) 804 self.wifi_chs, self.default_scan_setting, self.stime_channel) 888 self.wifi_chs, self.default_batch_scan_setting, self.stime_channel) 1082 self.wifi_chs, self.default_scan_setting, self.stime_channel)
|
D | WifiScannerMultiScanTest.py | 242 self.stime_channel = 47 #dwell time plus 2ms 279 self.wifi_chs, scan_setting, self.stime_channel)
|
D | WifiScannerBssidTest.py | 55 self.stime_channel = 47 #dwell time plus 2ms 99 self.wifi_chs, scan_setting, self.stime_channel)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 1413 def get_scan_time_and_channels(wifi_chs, scan_setting, stime_channel): argument 1432 scan_time = len(scan_channels) * stime_channel
|