HomeSort by relevance Sort by last modified time
    Searched refs:scan_timeout_seconds (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/network_WiFi_ScanPerformance/
network_WiFi_ScanPerformance.py 25 ssids=ssids, scan_timeout_seconds=10)
30 scan_timeout_seconds=10)
38 scan_timeout_seconds=15)
  /external/autotest/server/cros/network/
wifi_client.py 528 def timed_scan(self, frequencies, ssids, scan_timeout_seconds=10,
535 if the scan did not complete within |scan_timeout_seconds| or it was
540 @param scan_timeout_seconds: float number of seconds the scan
561 if scan_result.time > scan_timeout_seconds:
    [all...]

Completed in 41 milliseconds