HomeSort by relevance Sort by last modified time
    Searched refs:BAND_2GHZ (Results 51 - 55 of 55) sorted by null

1 23

  /external/autotest/server/cros/
ap_config.py 177 return ap_spec.BAND_2GHZ
  /tools/test/connectivity/acts/tests/google/wifi/
WifiAutoUpdateTest.py 36 BAND_2GHZ = 0
WifiManagerTest.py 35 BAND_2GHZ = 0
411 reconnect_to = self.get_enabled_network(network_list[BAND_2GHZ],
446 reconnect_to = self.get_enabled_network(network_list[BAND_2GHZ],
484 reconnect_to = self.get_enabled_network(network_list[BAND_2GHZ],
    [all...]
  /external/autotest/server/cros/ap_configurators/
dynamic_ap_configurator.py 74 self.current_band = ap_spec.BAND_2GHZ
319 supported_bands = [{'band' : self.band_2GHz,
334 if self.current_band == ap_spec.BAND_2GHZ:
358 supported_modes = [{'band' : ap_spec.BAND_2GHZ,
384 channel_width = {ap_spec.BAND_2GHZ : channel_width_2GHZ,
ap_configurator_test.py 164 self.ap.set_band(ap_spec.BAND_2GHZ)

Completed in 417 milliseconds

1 23