Home
last modified time | relevance | path

Searched refs:MAX_SSID_COUNT (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/network/
Dap_constants.py28 MAX_SSID_COUNT = 10 variable
/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py103 elif len(networks) < ap_constants.MAX_SSID_COUNT:
105 elif len(networks) >= ap_constants.MAX_SSID_COUNT:
Dchaos_runner.py103 elif len(networks) < ap_constants.MAX_SSID_COUNT:
105 elif len(networks) >= ap_constants.MAX_SSID_COUNT: