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

/external/autotest/server/cros/ap_configurators/
H A Dap_configurator_config.py9 BAND_2GHZ = '2.4GHz' variable in class:APConfiguratorConfig
29 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]
H A Dap_spec.py9 BAND_2GHZ = '2.4GHz' variable
13 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]
78 DEFAULT_BAND = BAND_2GHZ
95 if band == BAND_2GHZ:
155 if band == BAND_2GHZ or not band:
168 if ((band == BAND_2GHZ and self._mode not in VALID_2GHZ_MODES) or
211 return BAND_2GHZ

Completed in 41 milliseconds