Home
last modified time | relevance | path

Searched refs:VALID_2GHZ_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/ap_configurators/
Dap_spec.py55 VALID_2GHZ_CHANNELS = range(1,15) variable
170 (band == BAND_2GHZ and self._channel not in VALID_2GHZ_CHANNELS) or
212 if self._channel in VALID_2GHZ_CHANNELS:
275 if ((self._channel in VALID_2GHZ_CHANNELS and
281 if self._channel in VALID_2GHZ_CHANNELS:
Dap_configurator_factory_unittest.py116 'channels': ap_spec.VALID_2GHZ_CHANNELS}],
126 'channels': ap_spec.VALID_2GHZ_CHANNELS},
142 'channels': ap_spec.VALID_2GHZ_CHANNELS}],