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

/external/autotest/server/cros/ap_configurators/
H A 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
274 self._mode not in VALID_2GHZ_MODES) or
286 if self._mode in VALID_2GHZ_MODES:
H A Dap_configurator_factory_unittest.py118 'modes': ap_spec.VALID_2GHZ_MODES}],
130 'modes': ap_spec.VALID_2GHZ_MODES},
144 'modes': ap_spec.VALID_2GHZ_MODES}],

Completed in 252 milliseconds