HomeSort by relevance Sort by last modified time
    Searched refs:channel_width (Results 1 - 6 of 6) sorted by null

  /external/autotest/server/cros/ap_configurators/
belkin_ap_configurator.py 165 def set_ch_width(self, channel_width):
169 @param channel_width: the channel width
171 self.add_item_to_command_list(self._set_ch_width,(channel_width,),
175 def _set_ch_width(self, channel_width):
178 self.select_item_from_popup_by_xpath(channel_choice[channel_width],
buffalo_ap_configurator.py 189 def set_ch_width(self, channel_width):
193 @param channel_width: the channel width
195 self.add_item_to_command_list(self._set_ch_width,(channel_width,), 1,
199 def _set_ch_width(self, channel_width):
204 channel_width_choice[channel_width], xpath)
belkinF9K_ap_configurator.py 203 def set_ch_width(self, channel_width):
207 @param channel_width: the channel width
209 self.add_item_to_command_list(self._set_ch_width,(channel_width,),
213 def _set_ch_width(self, channel_width):
216 self.select_item_from_popup_by_xpath(channel_choice[channel_width],
  /tools/test/connectivity/acts/tests/google/wifi/
WifiRttManagerTest.py 393 p[RttParam.channel_width] = cw
517 p[RttParam.channel_width] = ScanResult.CHANNEL_WIDTH_80MHZ
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 184 channel_width = "channelWidth" variable in class:WifiEnums.RttParam
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 432 uint8 channel_width; /* new channel width */ member in struct:dot11_wide_bw_channel_switch
    [all...]

Completed in 182 milliseconds