Searched refs:stime_channel (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiScannerScanTest.py | 85 self.stime_channel = SCAN_TIME_PASSIVE 209 self.wifi_chs, scan_setting, self.stime_channel) 275 self.wifi_chs, scan_setting, self.stime_channel) 331 self.wifi_chs, scan_setting, self.stime_channel) 391 self.wifi_chs, scan_setting, self.stime_channel) 441 self.wifi_chs, scan_setting, self.stime_channel) 845 self.wifi_chs, self.default_batch_scan_setting, self.stime_channel) 1042 self.wifi_chs, self.default_scan_setting, self.stime_channel)
|
D | WifiScannerMultiScanTest.py | 250 self.stime_channel = 47 #dwell time plus 2ms 287 self.wifi_chs, scan_setting, self.stime_channel)
|
D | WifiWakeTest.py | 120 stime_channel = 47 # dwell time plus 2ms 133 wifi_chs, scan_settings, 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 | 1722 def get_scan_time_and_channels(wifi_chs, scan_setting, stime_channel): argument 1741 scan_time = len(scan_channels) * stime_channel
|