Searched refs:VALID_2GHZ_MODES (Results 1 – 1 of 1) sorted by relevance
32 VALID_2GHZ_MODES = [MODE_B, MODE_G, MODE_N, MODE_B_G, MODE_B_G_N] variable168 if ((band == BAND_2GHZ and self._mode not in VALID_2GHZ_MODES) or276 self._mode not in VALID_2GHZ_MODES) or288 if self._mode in VALID_2GHZ_MODES: