Searched refs:BAND_5GHZ (Results 1 – 25 of 25) sorted by relevance
29 if self.current_band == ap_spec.BAND_5GHZ:52 {'band': ap_spec.BAND_5GHZ,60 {'band': ap_spec.BAND_5GHZ,94 elif self.current_band == ap_spec.BAND_5GHZ:134 if self.current_band == ap_spec.BAND_5GHZ or band == ap_spec.BAND_5GHZ:170 if self.current_band == ap_spec.BAND_5GHZ:184 if self.current_band == ap_spec.BAND_5GHZ:195 elif band == ap_spec.BAND_5GHZ:196 self.current_band = ap_spec.BAND_5GHZ207 if self.current_band == ap_spec.BAND_5GHZ:[all …]
42 {'band': ap_spec.BAND_5GHZ,50 {'band': ap_spec.BAND_5GHZ,62 ap_spec.BAND_5GHZ: {ap_spec.MODE_N: [20],146 ap_spec.BAND_5GHZ: modes_5GHZ}253 if band == ap_spec.BAND_5GHZ:254 self.current_band = ap_spec.BAND_5GHZ265 if self.current_band == ap_spec.BAND_5GHZ:
10 BAND_5GHZ = '5GHz' variable13 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]97 elif band == BAND_5GHZ:159 elif band == BAND_5GHZ:169 (band == BAND_5GHZ and self._mode not in VALID_5GHZ_MODES) or171 (band == BAND_5GHZ and self._channel not in VALID_5GHZ_CHANNELS)):214 return BAND_5GHZ
36 spec = ap_spec.APSpec(band=ap_spec.BAND_5GHZ)51 self.assertEquals(spec.band, ap_spec.BAND_5GHZ)72 self.assertEquals(spec.band, ap_spec.BAND_5GHZ)84 spec = ap_spec.APSpec(band=ap_spec.BAND_5GHZ, mode=ap_spec.MODE_A)97 spec = ap_spec.APSpec(band=ap_spec.BAND_5GHZ, mode=ap_spec.MODE_N,133 band=ap_spec.BAND_5GHZ, channel=1)168 spec = ap_spec.APSpec(band=ap_spec.BAND_5GHZ, mode=ap_spec.MODE_N)169 self.assertEquals(spec.band, ap_spec.BAND_5GHZ)
52 {'band': ap_spec.BAND_5GHZ,59 {'band': ap_spec.BAND_5GHZ,103 if self.current_band == ap_spec.BAND_5GHZ:114 elif band == ap_spec.BAND_5GHZ:115 self.current_band = ap_spec.BAND_5GHZ
10 BAND_5GHZ = '5GHz' variable in APConfiguratorConfig29 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]
42 if self.current_band == ap_spec.BAND_5GHZ:
156 if band == ap_spec.BAND_5GHZ:168 self.ap.set_band(ap_spec.BAND_5GHZ)
23 ap_specs = [ap_spec.APSpec(band=ap_spec.BAND_5GHZ,26 ap_spec.APSpec(band=ap_spec.BAND_5GHZ,29 ap_spec.APSpec(band=ap_spec.BAND_5GHZ,32 ap_spec.APSpec(band=ap_spec.BAND_5GHZ,35 ap_spec.APSpec(band=ap_spec.BAND_5GHZ,38 ap_spec.APSpec(band=ap_spec.BAND_5GHZ,41 ap_spec.APSpec(band=ap_spec.BAND_5GHZ,44 ap_spec.APSpec(band=ap_spec.BAND_5GHZ,
27 band=ap_spec.BAND_5GHZ,33 band=ap_spec.BAND_5GHZ,
25 band=ap_spec.BAND_5GHZ),28 band=ap_spec.BAND_5GHZ,
28 band=ap_spec.BAND_5GHZ),31 band=ap_spec.BAND_5GHZ,
25 band=ap_spec.BAND_5GHZ)]
24 ap_spec.APSpec(band=ap_spec.BAND_5GHZ, hostnames=debug_aps)]
29 band=ap_spec.BAND_5GHZ)]
29 band=ap_spec.BAND_5GHZ),32 band=ap_spec.BAND_5GHZ,
27 band=ap_spec.BAND_5GHZ),30 band=ap_spec.BAND_5GHZ,
34 band=ap_spec.BAND_5GHZ,
28 band=ap_spec.BAND_5GHZ,
182 return ap_spec.BAND_5GHZ
1116 case SoftApConfiguration.BAND_5GHZ: in apBand2wifiScannerBand()1327 IntStream.of(data.getSupportedChannelList(SoftApConfiguration.BAND_5GHZ)) in buildSoftApCapability()
1670 return SoftApConfiguration.BAND_5GHZ; in getApBandFromChannelFrequency()