OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_con
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/networking/
android_xmlrpc_server.py
296
current_con
= self.ad.droid.wifiGetConnectionInfo()
299
if
current_con
[utils.WifiEnums.SSID_KEY] == ssid:
303
if
current_con
[utils.WifiEnums.SSID_KEY] == self.DISCONNECTED_SSID:
311
logging.debug(
current_con
)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py
778
current_con
= ad.droid.wifiGetConnectionInfo()
780
log.debug("Current connection: %s" %
current_con
)
786
current_con
)
787
if k not in
current_con
:
789
actual_v =
current_con
[k]
Completed in 83 milliseconds