Home
last modified time | relevance | path

Searched refs:association_time (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/cros/networking/
Dwifi_proxy.py135 association_time = -1.0
138 return (False, discovery_time, association_time,
153 return (False, discovery_time, association_time,
188 return (False, discovery_time, association_time,
207 return (False, discovery_time, association_time,
216 (successful, _, association_time) = result
218 return (False, discovery_time, association_time,
231 return (False, discovery_time, association_time,
238 return (True, discovery_time, association_time, configuration_time,
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_datatypes.py115 association_time=-1.0, configuration_time=-1.0, argument
138 self.association_time = association_time
157 association_time=raw[2],
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dnetwork_WiFi_SimpleConnect.py42 'Association': assoc_result.association_time,
/external/autotest/server/site_tests/network_WiFi_VerifyRouter/
Dnetwork_WiFi_VerifyRouter.py57 assoc_result.association_time,
/external/autotest/client/site_tests/network_DhcpStaticIP/
Dnetwork_DhcpStaticIP.py128 (successful, _, association_time) = connect_result
/external/autotest/server/cros/network/
Dwpa_cli_proxy.py302 assoc_result.association_time = time.time() - start_time
Dwifi_test_context_manager.py319 assoc_result.association_time,
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py203 result.discovery_time, result.association_time,