Searched defs:BAND_5GHZ (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/cros/ap_configurators/
H A Dap_configurator_config.py10 BAND_5GHZ = '5GHz' variable in class:APConfiguratorConfig
29 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]
H A Dap_spec.py10 BAND_5GHZ = '5GHz' variable
13 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]
97 elif band == BAND_5GHZ:
159 elif band == BAND_5GHZ:
169 (band == BAND_5GHZ and self._mode not in VALID_5GHZ_MODES)):
212 return BAND_5GHZ

Completed in 151 milliseconds