Searched refs:channel_width (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/cros/ap_configurators/ |
D | belkin_ap_configurator.py | 165 def set_ch_width(self, channel_width): argument 171 self.add_item_to_command_list(self._set_ch_width,(channel_width,), 175 def _set_ch_width(self, channel_width): argument 178 self.select_item_from_popup_by_xpath(channel_choice[channel_width],
|
D | buffalo_ap_configurator.py | 189 def set_ch_width(self, channel_width): argument 195 self.add_item_to_command_list(self._set_ch_width,(channel_width,), 1, 199 def _set_ch_width(self, channel_width): argument 204 channel_width_choice[channel_width], xpath)
|
D | belkinF9K_ap_configurator.py | 203 def set_ch_width(self, channel_width): argument 209 self.add_item_to_command_list(self._set_ch_width,(channel_width,), 213 def _set_ch_width(self, channel_width): argument 216 self.select_item_from_popup_by_xpath(channel_choice[channel_width],
|