Home
last modified time | relevance | path

Searched refs:VALID_2GHZ_CHANNELS (Results 1 – 1 of 1) 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: