/external/autotest/server/cros/ap_configurators/ |
ap_configurator_test.py | 78 self.ap.set_band(bands[0]['band']) 85 self.ap.set_band(band['band']) 131 self.ap.set_band(band['band']) 156 self.ap.set_band(band) 164 self.ap.set_band(ap_spec.BAND_2GHZ) 166 self.ap.set_band(ap_spec.BAND_5GHZ) 176 self.ap.set_band(band) 212 self.ap.set_band(mode['band']) 239 self.ap.set_band(good_pair['band']) 262 self.ap.set_band(band_modes['band'] [all...] |
levelone_ap_configurator.py | 116 def set_band(self, enabled=True): member in class:LevelOneAPConfigurator 117 logging.debug('set_band is not supported in Linksys single band AP.')
|
edimax6475nd_ap_configurator.py | 55 def set_band(self, band): member in class:Edimax6475ndAPConfigurator
|
trendnet432brp_ap_configurator.py | 106 def set_band(self, band): member in class:Trendnet432brpAPConfigurator
|
linksyse_single_band_configurator.py | 198 def set_band(self, enabled=True): member in class:LinksyseSingleBandAPConfigurator 199 logging.debug('set_band is not supported in Linksys single band AP.')
|
asus_qis_ap_configurator.py | 110 def set_band(self, band): member in class:AsusQISAPConfigurator
|
dlink_dir300_ap_configurator.py | 150 def set_band(self, band): member in class:DLinkDIR300APConfigurator
|
dlink_dir505l_ap_configurator.py | 166 def set_band(self, band): member in class:DLinkDIR505lAPConfigurator
|
dlinkwbr1310_ap_configurator.py | 144 def set_band(self, band): member in class:DLinkwbr1310APConfigurator
|
keeboxw150nr_ap_configurator.py | 114 def set_band(self, band): member in class:Keeboxw150nrAPConfigurator
|
linksys_ap_configurator.py | 136 def set_band(self, band): member in class:LinksysAPConfigurator
|
netgear_single_band_configurator.py | 118 def set_band(self, band): member in class:NetgearSingleBandAPConfigurator
|
trendnet654tr_ap_configurator.py | 100 def set_band(self, band): member in class:Trendnet654trAPConfigurator
|
trendnet692gr_ap_configurator.py | 138 def set_band(self, band): member in class:Trendnet692grAPConfigurator
|
trendnet_ap_configurator.py | 162 def set_band(self, band): member in class:TrendnetAPConfigurator
|
belkin_ap_configurator.py | 187 def set_band(self, band): member in class:BelkinAPConfigurator
|
buffalo_ap_configurator.py | 230 def set_band(self, band): member in class:BuffaloAPConfigurator
|
buffaloag300h_ap_configurator.py | 134 def set_band(self, band): member in class:Buffaloag300hAPConfigurator
|
dlink_dwl2100_ap_configurator.py | 192 def set_band(self, band): member in class:DLinkDWL2100APConfigurator
|
edimax_ap_configurator.py | 80 def set_band(self, band): member in class:EdimaxAPConfigurator
|
medialink_ap_configurator.py | 171 def set_band(self, band): member in class:MediaLinkAPConfigurator
|
asus_ap_configurator.py | 190 def set_band(self, band): member in class:AsusAPConfigurator
|
belkinF9K1102_ap_configurator.py | 214 def set_band(self, band): member in class:BelkinF9K1102APConfigurator
|
/external/wpa_supplicant_8/src/common/ |
defs.h | 332 enum set_band { enum
|
/external/wpa_supplicant_8/wpa_supplicant/ |
driver_i.h | 887 enum set_band band) 889 if (!wpa_s->driver->set_band) 891 return wpa_s->driver->set_band(wpa_s->drv_priv, band);
|