Home
last modified time | relevance | path

Searched refs:bands_and_channels (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/ap_configurators/
Dap_configurator_factory_unittest.py30 def __init__(self, bands_and_channels=[], bands_and_modes=[], argument
47 self.bands_and_channels = bands_and_channels
58 return self.bands_and_channels
115 bands_and_channels=[{'band': ap_spec.BAND_2GHZ,
125 bands_and_channels=[{'band': ap_spec.BAND_2GHZ,
141 bands_and_channels=[{'band': ap_spec.BAND_2GHZ,
Dap_configurator_factory.py121 bands_and_channels = ap.get_supported_bands()
122 for d in bands_and_channels: