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

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_server.py 145 def _scan_for_errors(self, should_be_up):
149 should_be_up: If true then dhcp server is expected to be alive.
171 if should_be_up and is_dead:
hostapd.py 150 def _scan_for_errors(self, should_be_up):
154 should_be_up: If true then hostapd program is expected to be alive.
174 if should_be_up and is_dead:

Completed in 68 milliseconds