/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | LteSimulation.py | 432 self.bandwidth = None 595 new_config.bandwidth = bw 680 new_config.bandwidth, new_config.transmission_mode, 693 if self.dl_256_qam and new_config.bandwidth == 1.4: 697 and new_config.bandwidth != 1.4): 885 bandwidth = bts_config.bandwidth 887 if bandwidth == 20: # 100 RBs 889 elif bandwidth == 15: # 75 RBs 891 elif bandwidth == 10: # 50 RBs 893 elif bandwidth == 5: # 25 RBs [all …]
|
D | LteCaSimulation.py | 191 new_configs[bts_index].bandwidth = bw 196 new_configs[bts_index].bandwidth = bw 355 bts_index].bandwidth == 1.4: 359 and new_configs[bts_index].bandwidth != 1.4): 382 new_configs[bts_index].bandwidth,
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmw500_cellular_simulator.py | 304 def set_bandwidth(self, bts_index, bandwidth): argument 313 if bandwidth == 20: 314 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_20MHz 315 elif bandwidth == 15: 316 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_15MHz 317 elif bandwidth == 10: 318 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_10MHz 319 elif bandwidth == 5: 320 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_5MHz 321 elif bandwidth == 3: [all …]
|
D | cmw500.py | 533 def bandwidth(self): member in BaseStation 538 @bandwidth.setter 539 def bandwidth(self, bandwidth): argument 545 if not isinstance(bandwidth, LteBandwidth): 549 self._bts, bandwidth.value) 795 bandwidth = self.bandwidth 797 if bandwidth == LteBandwidth.BANDWIDTH_1MHz.value: 801 elif bandwidth == LteBandwidth.BANDWIDTH_3MHz.value: 805 elif bandwidth == LteBandwidth.BANDWIDTH_5MHz.value: 809 elif bandwidth == LteBandwidth.BANDWIDTH_10MHz.value: [all …]
|
D | cmx500.py | 291 def bandwidth(self): member in BaseStation 295 @bandwidth.setter 296 def bandwidth(self, bandwidth): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | wmm_transceiver.py | 227 (receiver, access_category, bandwidth, 245 bandwidth=bandwidth, 263 (receiver, access_category, bandwidth, 277 'bandwidth': bandwidth, 300 bandwidth = pending_stream_config['bandwidth'] 313 'bandwidth': bandwidth, 395 bandwidth=None, argument 436 if bandwidth: 437 bandwidth_flag = ' -u -b %sM' % bandwidth 447 bandwidth if bandwidth else 'Unlimited')) [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 454 def set_bandwidth(self, bts_index, bandwidth): argument 463 if bandwidth == 20: 464 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_20MHz 465 elif bandwidth == 15: 466 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_15MHz 467 elif bandwidth == 10: 468 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_10MHz 469 elif bandwidth == 5: 470 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_5MHz 471 elif bandwidth == 3: [all …]
|
D | md8475a.py | 2177 def bandwidth(self): member in _BaseTransceiverStation 2189 @bandwidth.setter 2190 def bandwidth(self, bandwidth): member in _BaseTransceiverStation 2199 if not isinstance(bandwidth, BtsBandwidth): 2201 cmd = "BANDWIDTH {},{}".format(bandwidth.value, self._bts_number) 2218 def dl_bandwidth(self, bandwidth): argument 2227 if not isinstance(bandwidth, BtsBandwidth): 2229 cmd = "DLBANDWIDTH {},{}".format(bandwidth.value, self._bts_number) 2246 def ul_bandwidth(self, bandwidth): argument 2255 if not isinstance(bandwidth, BtsBandwidth): [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/ |
D | netgear_rax120.py | 163 def set_bandwidth(self, network, bandwidth): argument 170 if 'bw' in bandwidth: 171 bandwidth = bandwidth.replace('bw', 173 if bandwidth not in self.capabilities['modes'][network]: 175 bandwidth, network)) 176 setting_to_update = {network: {'bandwidth': str(bandwidth)}} 177 setting_to_update['enable_ax'] = int('HE' in bandwidth) 179 requested_mode = 'HE' if 'HE' in bandwidth else 'VHT'
|
D | netgear_rax200.py | 184 def set_bandwidth(self, network, bandwidth): argument 191 if 'bw' in bandwidth: 192 bandwidth = bandwidth.replace('bw', 194 if bandwidth not in self.capabilities['modes'][network]: 196 bandwidth, network)) 197 setting_to_update = {network: {'bandwidth': str(bandwidth)}} 198 setting_to_update['enable_ax'] = int('HE' in bandwidth) 200 requested_mode = 'HE' if 'HE' in bandwidth else 'VHT'
|
D | __init__.py | 356 def set_bandwidth(self, network, bandwidth): argument 363 if 'bw' in bandwidth: 364 bandwidth = bandwidth.replace('bw', 366 if bandwidth not in self.capabilities['modes'][network]: 368 bandwidth, network)) 369 setting_to_update = {network: {'bandwidth': str(bandwidth)}}
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | PowerWiFiBaseTest.py | 119 bandwidth=80, argument 137 bandwidth=bandwidth) 139 self.brconfigs = wputils.ap_setup(ap, network, bandwidth=bandwidth)
|
D | IperfHelper.py | 40 self.bandwidth = config['bandwidth'] 42 self.bandwidth = None 56 if self.bandwidth is not None: 57 iperf_args = iperf_args + ' -b {}M'.format(self.bandwidth)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiPingTest.py | 528 bandwidth = int(''.join([x for x in mode if x.isdigit()])) 529 if channel not in allowed_configs[bandwidth]: 537 bandwidth=bandwidth, 728 bandwidth = int(''.join([x for x in mode if x.isdigit()])) 729 if channel not in allowed_configs[bandwidth]: 738 bandwidth=bandwidth,
|
D | WifiRvrTest.py | 657 bandwidth = int(''.join([x for x in mode if x.isdigit()])) 658 if channel not in allowed_configs[bandwidth]: 665 bandwidth=bandwidth, 869 bandwidth = int(''.join([x for x in mode if x.isdigit()])) 870 if channel not in allowed_configs[bandwidth]: 876 bandwidth=bandwidth,
|
D | WifiThroughputStabilityTest.py | 86 bandwidth = int(''.join([x for x in mode if x.isdigit()])) 87 if channel not in allowed_configs[bandwidth]: 92 bandwidth=bandwidth, 585 bandwidth = int(''.join([x for x in mode if x.isdigit()])) 586 if channel not in allowed_configs[bandwidth]:
|
D | WifiRttManagerTest.py | 72 RttParam.bandwidth: RttBW.BW_80_SUPPORT 153 bw_mode = rtt_params[i][RttParam.bandwidth] 398 p[RttParam.bandwidth] = scan_result_channel_width_to_rtt[cw] 509 p[RttParam.bandwidth] = RttBW.BW_80_SUPPORT 528 p[RttParam.bandwidth] = RttBW.BW_80_SUPPORT
|
D | WifiSensitivityTest.py | 548 bandwidth = int(''.join([x for x in mode if x.isdigit()])) 563 bandwidth=bandwidth, 830 bandwidth = int(''.join([x for x in mode if x.isdigit()])) 845 bandwidth=bandwidth,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | cellular_traffic_power_test.py | 320 bandwidth=self.bandwidth_limit_dl)) 331 bandwidth=self.bandwidth_limit_ul)) 344 bandwidth=0, argument 376 if bandwidth > 0: 377 config['bandwidth'] = bandwidth
|
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/ |
D | HotspotWiFiChannelTest.py | 164 self.bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_5MHz 169 self.bts.bandwidth, 238 bandwidth = match.group(0).strip('MHz') 239 return bandwidth
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_capture.py | 208 def configure_monitor_mode(self, band, channel, bandwidth=20): argument 227 if bandwidth == 20: 232 for i, j in CENTER_CHANNEL_MAP[VHT_CHANNEL[bandwidth]]["channels"]: 240 bandwidth, center_freq), ignore_status=True)
|
D | cellular_simulator.py | 113 if config.bandwidth: 114 self.set_bandwidth(bts_index, config.bandwidth) 239 def set_bandwidth(self, bts_index, bandwidth): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 260 bandwidth = "bandwidth" variable in WifiEnums.RttParam 2419 bandwidth = 0 2424 bandwidth = event['data'][ 2427 frequency, bandwidth) 2433 bandwidth = event['data'][ 2436 bandwidth) 2437 return frequency, bandwidth 2462 bandwidth = info[ 2470 frequency, bandwidth, wifistandard, bssid) 2712 def ap_setup(test, index, ap, network, bandwidth=80, channel=6): argument [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtInterferenceBaseTest.py | 38 def setup_ap_connection(dut, network, ap, bandwidth=20): argument 50 brconfigs = wputils.ap_setup(ap, network, bandwidth=bandwidth)
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabDataTest.py | 143 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_20MHz 145 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_15MHz 147 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_10MHz 149 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_5MHz
|