Home
last modified time | relevance | path

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

/external/autotest/server/cros/ap_configurators/
Dap_spec.py32 VALID_2GHZ_MODES = [MODE_B, MODE_G, MODE_N, MODE_B_G, MODE_B_G_N] variable
168 if ((band == BAND_2GHZ and self._mode not in VALID_2GHZ_MODES) or
276 self._mode not in VALID_2GHZ_MODES) or
288 if self._mode in VALID_2GHZ_MODES: