Searched refs:channel_wid (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/cros/ap_configurators/ |
D | linksyse_single_band_configurator.py | 169 def set_channel_width(self, channel_wid): argument 175 self.add_item_to_command_list(self._set_channel_width,(channel_wid,), 179 def _set_channel_width(self, channel_wid): argument 182 self.select_item_from_popup_by_xpath(channel_width_choice[channel_wid],
|
D | linksyse1000_ap_configurator.py | 39 def _set_channel_width(self, channel_wid): argument 43 self.select_item_from_popup_by_xpath(channel_width_choice[channel_wid],
|
D | linksyse2000_ap_configurator.py | 156 def set_ch_width(self, channel_wid): argument 162 self.add_item_to_command_list(self._set_ch_width,(channel_wid,), 166 def _set_ch_width(self, channel_wid): argument 173 self.select_item_from_popup_by_xpath(channel_width_choice[channel_wid],
|
D | linksyswrt160_ap_configurator.py | 38 def _set_channel_width(self, channel_wid): argument 41 self.select_item_from_popup_by_xpath(channel_width_choice[channel_wid],
|
D | westerndigitaln600_ap_configurator.py | 278 def set_channel_width(self, channel_wid): argument 279 self.add_item_to_command_list(self._set_channel_width, (channel_wid,), 283 def _set_channel_width(self, channel_wid): argument 288 self.select_item_from_popup_by_id(channel_width_choice[channel_wid],
|
D | linksyse2100_ap_configurator.py | 47 def _set_ch_width(self, channel_wid): argument 50 self.select_item_from_popup_by_xpath(channel_width_choice[channel_wid],
|