/external/autotest/server/cros/ap_configurators/ |
ap_configurator_config.py | 9 BAND_2GHZ = '2.4GHz' 29 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ]
|
edimax6475nd_ap_configurator.py | 32 if self.current_band == ap_spec.BAND_2GHZ: 49 return [{'band': ap_spec.BAND_2GHZ, 'channels': range(1, 11)}, 58 elif band == ap_spec.BAND_2GHZ: 59 self.current_band = ap_spec.BAND_2GHZ 65 return [{'band': ap_spec.BAND_2GHZ, 90 if self.current_band == ap_spec.BAND_2GHZ: 108 if self.current_band == ap_spec.BAND_2GHZ:
|
linksyswrt54gs2_ap_configurator.py | 14 return [{'band': ap_spec.BAND_2GHZ,
|
buffalo_wsr_1166dd_ap_configurator.py | 19 ap_spec.BAND_2GHZ: 'ra0Form', 23 ap_spec.BAND_2GHZ: 'ra0aForm', 43 return [{'band': ap_spec.BAND_2GHZ, 51 return [{'band': ap_spec.BAND_2GHZ, 124 ap_spec.BAND_2GHZ: { 214 ap_spec.BAND_2GHZ: ['802.11n 40 MHz', 235 elif band == ap_spec.BAND_2GHZ: 236 self.current_band = ap_spec.BAND_2GHZ
|
ap_configurator_factory_unittest.py | 37 [{'band': self.ap_config.BAND_2GHZ, 'channels': [5]}, 40 [{'band': self.ap_config.BAND_2GHZ, 115 bands_and_channels=[{'band': ap_spec.BAND_2GHZ, 117 bands_and_modes=[{'band': ap_spec.BAND_2GHZ, 125 bands_and_channels=[{'band': ap_spec.BAND_2GHZ, 129 bands_and_modes=[{'band': ap_spec.BAND_2GHZ, 141 bands_and_channels=[{'band': ap_spec.BAND_2GHZ, 143 bands_and_modes=[{'band': ap_spec.BAND_2GHZ, 156 spec = ap_spec.APSpec(band=ap_spec.BAND_2GHZ)
|
ap_spec.py | 9 BAND_2GHZ = '2.4GHz' 13 VALID_BANDS = [BAND_2GHZ, BAND_5GHZ] 78 DEFAULT_BAND = BAND_2GHZ 95 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) or 211 return BAND_2GHZ
|
ap_spec_unittest.py | 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)
|
asus_ap_configurator.py | 48 return [{'band': ap_spec.BAND_2GHZ, 55 return [{'band': ap_spec.BAND_2GHZ, 89 if self.current_band == ap_spec.BAND_2GHZ: 137 (self.current_band == ap_spec.BAND_2GHZ)): 145 (self.current_band != ap_spec.BAND_2GHZ): 191 if band == ap_spec.BAND_2GHZ: 192 self.current_band = ap_spec.BAND_2GHZ
|
netgearR6200_ap_configurator.py | 46 return [{'band': ap_spec.BAND_2GHZ, 54 return [{'band': ap_spec.BAND_2GHZ, 90 if self.current_band == ap_spec.BAND_2GHZ:
|
asus_qis_ap_configurator.py | 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
|
linksyswrt54gl_ap_configurator.py | 19 return [{'band': ap_spec.BAND_2GHZ, 24 return [{'band': ap_spec.BAND_2GHZ,
|
asus_rtac68u_ap_configurator.py | 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
|
trendnet692gr_ap_configurator.py | 52 return [{'band': ap_spec.BAND_2GHZ, 59 return [{'band': ap_spec.BAND_2GHZ, 73 if self.current_band == ap_spec.BAND_2GHZ: 141 elif band == ap_spec.BAND_2GHZ: 142 self.current_band = ap_spec.BAND_2GHZ 166 if self.current_band == ap_spec.BAND_2GHZ:
|
dlink_ap_configurator.py | 58 return [{'band': ap_spec.BAND_2GHZ, 65 return [{'band': ap_spec.BAND_2GHZ, 145 band_value = ap_spec.BAND_2GHZ 158 band_value = ap_spec.BAND_2GHZ 236 return ap_spec.BAND_2GHZ 241 if band != ap_spec.BAND_2GHZ or band != ap_spec.BAND_5GHZ: 248 if band == ap_spec.BAND_2GHZ:
|
linksyse_dual_band_configurator.py | 61 return [{'band': ap_spec.BAND_2GHZ, 68 return [{'band': ap_spec.BAND_2GHZ, 131 (self.current_band != ap_spec.BAND_2GHZ): 185 elif band == ap_spec.BAND_2GHZ: 186 self.current_band = ap_spec.BAND_2GHZ
|
netgear_WNDR_dual_band_configurator.py | 60 return [{'band': ap_spec.BAND_2GHZ, 68 return [{'band': ap_spec.BAND_2GHZ, 185 elif band == ap_spec.BAND_2GHZ: 186 self.current_band = ap_spec.BAND_2GHZ 241 if self.current_band == ap_spec.BAND_2GHZ:
|
netgear4300_ap_configurator.py | 42 return [{'band': ap_spec.BAND_2GHZ, 51 {'band': ap_spec.BAND_2GHZ, 108 if self.current_band == ap_spec.BAND_2GHZ:
|
trendnet812dru_ap_configurator.py | 31 return [{'band': ap_spec.BAND_2GHZ, 'modes': [ap_spec.MODE_N]}, 56 if self.current_band == ap_spec.BAND_2GHZ: 133 if self.current_band == ap_spec.BAND_2GHZ:
|
linksyse2000_ap_configurator.py | 32 return [{'band': ap_spec.BAND_2GHZ, 42 return [{'band': ap_spec.BAND_2GHZ, 101 (self.current_band == ap_spec.BAND_2GHZ)): 109 (self.current_band != ap_spec.BAND_2GHZ): 182 if band == ap_spec.BAND_2GHZ: 183 self.current_band = ap_spec.BAND_2GHZ
|
netgear3700_ap_configurator.py | 51 return [{'band': ap_spec.BAND_2GHZ, 60 {'band': ap_spec.BAND_2GHZ,
|
buffalo_wzr_d1800h_ap_configurator.py | 33 return [{'band': ap_spec.BAND_2GHZ, 40 return [{'band': ap_spec.BAND_2GHZ, 218 elif band == ap_spec.BAND_2GHZ: 219 self.current_band = ap_spec.BAND_2GHZ
|
buffaloag300h_ap_configurator.py | 27 return [{'band': ap_spec.BAND_2GHZ, 36 return [{'band': ap_spec.BAND_2GHZ, 137 elif band == ap_spec.BAND_2GHZ: 138 self.current_band = ap_spec.BAND_2GHZ
|
dlink_dir505l_ap_configurator.py | 42 return [{'band': ap_spec.BAND_2GHZ, 47 return [{'band': ap_spec.BAND_2GHZ,
|
dlink_dwl2100_ap_configurator.py | 28 supported_bands = [{'band' : self.band_2GHz, 38 return [{'band': ap_spec.BAND_2GHZ, 50 supported_modes = [{'band' : ap_spec.BAND_2GHZ, 60 return [{'band': ap_spec.BAND_2GHZ,
|
dlinkwbr1310_ap_configurator.py | 41 return [{'band': ap_spec.BAND_2GHZ, 46 return [{'band': ap_spec.BAND_2GHZ,
|