/external/autotest/server/cros/ap_configurators/ |
D | 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 …]
|
D | edimax6475nd_ap_configurator.py | 55 def set_band(self, band):
|
D | trendnet432brp_ap_configurator.py | 106 def set_band(self, band): member in Trendnet432brpAPConfigurator
|
D | dlink_dwl2100_ap_configurator.py | 192 def set_band(self, band): member in DLinkDWL2100APConfigurator
|
D | trendnet654tr_ap_configurator.py | 100 def set_band(self, band): member in Trendnet654trAPConfigurator
|
D | netgear_single_band_configurator.py | 118 def set_band(self, band): member in NetgearSingleBandAPConfigurator
|
D | trendnet692gr_ap_configurator.py | 138 def set_band(self, band): member in Trendnet692grAPConfigurator
|
D | dlinkwbr1310_ap_configurator.py | 144 def set_band(self, band): member in DLinkwbr1310APConfigurator
|
D | dlink_dir300_ap_configurator.py | 150 def set_band(self, band): member in DLinkDIR300APConfigurator
|
D | asus_qis_ap_configurator.py | 110 def set_band(self, band): member in AsusQISAPConfigurator
|
D | levelone_ap_configurator.py | 116 def set_band(self, enabled=True): member in LevelOneAPConfigurator
|
D | dlink_dir505l_ap_configurator.py | 166 def set_band(self, band): member in DLinkDIR505lAPConfigurator
|
D | edimax_ap_configurator.py | 80 def set_band(self, band): member in EdimaxAPConfigurator
|
D | trendnet_ap_configurator.py | 162 def set_band(self, band): member in TrendnetAPConfigurator
|
D | dynamic_ap_configurator.py | 528 self.set_band(set_ap_spec.band) 592 def set_band(self, band): member in DynamicAPConfigurator
|
D | linksys_ap_configurator.py | 136 def set_band(self, band): member in LinksysAPConfigurator
|
D | keeboxw150nr_ap_configurator.py | 114 def set_band(self, band): member in Keeboxw150nrAPConfigurator
|
D | belkin_ap_configurator.py | 187 def set_band(self, band): member in BelkinAPConfigurator
|
D | medialink_ap_configurator.py | 171 def set_band(self, band): member in MediaLinkAPConfigurator
|
D | buffaloag300h_ap_configurator.py | 134 def set_band(self, band): member in Buffaloag300hAPConfigurator
|
D | dlink_dir655_ap_configurator.py | 237 def set_band(self, band): member in DLinkDIR655APConfigurator
|
D | buffalo_ap_configurator.py | 230 def set_band(self, band): member in BuffaloAPConfigurator
|
D | buffalo_wzr_d1800h_ap_configurator.py | 215 def set_band(self, band): member in BuffalowzrAPConfigurator
|
/external/wpa_supplicant_8/src/common/ |
D | defs.h | 332 enum set_band { enum
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 887 enum set_band band) in wpa_drv_setband() 889 if (!wpa_s->driver->set_band) in wpa_drv_setband() 891 return wpa_s->driver->set_band(wpa_s->drv_priv, band); in wpa_drv_setband()
|