Searched refs:BAND_2GHZ (Results 1 – 25 of 25) sorted by relevance
9 BAND_2GHZ = '2.4GHz' variable13 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]78 DEFAULT_BAND = BAND_2GHZ95 if band == BAND_2GHZ:155 if band == BAND_2GHZ or not band:168 if ((band == BAND_2GHZ and self._mode not in VALID_2GHZ_MODES) or170 (band == BAND_2GHZ and self._channel not in VALID_2GHZ_CHANNELS) or213 return BAND_2GHZ
50 return [{'band': ap_spec.BAND_2GHZ,57 return [{'band': ap_spec.BAND_2GHZ,91 if self.current_band == ap_spec.BAND_2GHZ:139 (self.current_band == ap_spec.BAND_2GHZ)):147 (self.current_band != ap_spec.BAND_2GHZ):193 if band == ap_spec.BAND_2GHZ:194 self.current_band = ap_spec.BAND_2GHZ
29 spec = ap_spec.APSpec(band=ap_spec.BAND_2GHZ)65 self.assertEquals(spec.band, ap_spec.BAND_2GHZ)78 spec = ap_spec.APSpec(band=ap_spec.BAND_2GHZ, mode=ap_spec.MODE_G)90 spec = ap_spec.APSpec(band=ap_spec.BAND_2GHZ, mode=ap_spec.MODE_N,127 band=ap_spec.BAND_2GHZ, mode=ap_spec.MODE_A)171 spec = ap_spec.APSpec(band=ap_spec.BAND_2GHZ, mode=ap_spec.MODE_N)172 self.assertEquals(spec.band, ap_spec.BAND_2GHZ)
40 return [{'band': ap_spec.BAND_2GHZ,48 return [{'band': ap_spec.BAND_2GHZ,61 return {ap_spec.BAND_2GHZ: {ap_spec.MODE_N: [20]},145 modes = {ap_spec.BAND_2GHZ: modes_2GHZ,255 elif band == ap_spec.BAND_2GHZ:256 self.current_band = ap_spec.BAND_2GHZ
50 return [{'band': ap_spec.BAND_2GHZ,57 return [{'band': ap_spec.BAND_2GHZ,111 if band == ap_spec.BAND_2GHZ:112 self.current_band = ap_spec.BAND_2GHZ
9 BAND_2GHZ = '2.4GHz' variable in APConfiguratorConfig29 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]
166 self.ap.set_band(ap_spec.BAND_2GHZ)
23 ap_specs = [ap_spec.APSpec(band=ap_spec.BAND_2GHZ,26 ap_spec.APSpec(band=ap_spec.BAND_2GHZ,29 ap_spec.APSpec(band=ap_spec.BAND_2GHZ,
24 band=ap_spec.BAND_2GHZ,30 band=ap_spec.BAND_2GHZ,
23 band=ap_spec.BAND_2GHZ),
23 ap_specs = [ap_spec.APSpec(band=ap_spec.BAND_2GHZ, hostnames=debug_aps),
26 band=ap_spec.BAND_2GHZ),
28 band=ap_spec.BAND_2GHZ,
25 band=ap_spec.BAND_2GHZ,
27 band=ap_spec.BAND_2GHZ),
25 band=ap_spec.BAND_2GHZ),
31 band=ap_spec.BAND_2GHZ,
180 return ap_spec.BAND_2GHZ
1114 case SoftApConfiguration.BAND_2GHZ: in apBand2wifiScannerBand()1323 IntStream.of(data.getSupportedChannelList(SoftApConfiguration.BAND_2GHZ)) in buildSoftApCapability()
1668 return SoftApConfiguration.BAND_2GHZ; in getApBandFromChannelFrequency()