/external/autotest/server/cros/ap_configurators/ |
asus_ac66r_ap_configurator.py | 21 self._set_band(band)
|
asus_qis_ap_configurator.py | 71 self._set_band(band) 119 self.add_item_to_command_list(self._set_band, (band_popup,), 1, 800) 122 def _set_band(self, band): member in class:AsusQISAPConfigurator
|
dlink_ap_configurator.py | 169 self._set_band(band_value) 243 self.add_item_to_command_list(self._set_band, (band,), 1, 900) 246 def _set_band(self, band): member in class:DLinkAPConfigurator
|
linksyse2000_ap_configurator.py | 82 self.add_item_to_command_list(self._set_band, (band,), 1, 700) 178 self.add_item_to_command_list(self._set_band, (band,), 1, 800) 181 def _set_band(self, band): member in class:Linksyse2000APConfigurator
|
asus_rtac68u_ap_configurator.py | 259 self.add_item_to_command_list(self._set_band, (), 1, 700) 262 def _set_band(self): member in class:AsusRTAC68UAPConfigurator
|