/external/autotest/server/cros/network/ |
D | packet_capturer.py | 143 def create_raw_monitor(self, phy, frequency, width_type=None, argument 157 def configure_raw_monitor(self, monitor_device, frequency, width_type=None): argument 250 def create_raw_monitor(self, phy, frequency, width_type=None, argument 279 self.configure_raw_monitor(monitor_device, frequency, width_type) 284 def configure_raw_monitor(self, monitor_device, frequency, width_type=None): argument 296 if width_type: 297 width_string = _get_width_string(width_type) 299 raise error.TestError('Invalid width type: %r' % width_type) 300 if width_type == WIDTH_VHT80_80: 302 if width_type == WIDTH_VHT80: [all …]
|
D | random_mac_address_test_base.py | 47 width_type=self._ap_config.packet_capture_mode)
|
D | wifi_test_context_manager.py | 193 width_type=ap_config.packet_capture_mode,
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
D | network_WiFi_DarkResumeActiveScans.py | 81 width_type=ap_config.packet_capture_mode) 120 width_type=ap_config.packet_capture_mode)
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | network_WiFi_SimpleConnect.py | 30 width_type=router_conf.packet_capture_mode)
|
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/ |
D | network_WiFi_ChaosLongConnect.py | 44 capturer.start_capture(capturer_frequency, width_type=capturer_ht_type)
|
/external/autotest/server/site_tests/network_WiFi_VisibleScan/ |
D | network_WiFi_VisibleScan.py | 36 width_type=ap_config.packet_capture_mode,
|
/external/autotest/server/site_tests/network_WiFi_HiddenScan/ |
D | network_WiFi_HiddenScan.py | 27 width_type=ap_config.packet_capture_mode,
|
/external/autotest/server/site_tests/network_WiFi_SetOptionalDhcpProperties/ |
D | network_WiFi_SetOptionalDhcpProperties.py | 70 width_type=configuration.packet_capture_mode)
|
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/ |
D | network_WiFi_ChaosConnectDisconnect.py | 42 width_type=capturer_ht_type)
|
/external/autotest/server/site_tests/network_WiFi_APSupportedRates/ |
D | network_WiFi_APSupportedRates.py | 99 width_type=ap_config.packet_capture_mode)
|
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/ |
D | network_WiFi_MalformedProbeResp.py | 42 width_type=configuration.packet_capture_mode)
|
/external/bcc/src/lua/bpf/ |
D | builtins.lua | 41 local function width_type(w) function 45 builtins.width_type = width_type 59 return size, builtins.width_type(size)
|
D | bpf.lua | 490 local dst_reg = vreg(dst, 0, true, builtins.width_type(w)) -- Reserve R0 497 local tmp_reg = vreg(stackslots, 0, true, builtins.width_type(w)) -- Reserve R0 503 local dst_reg = vreg(dst, 0, true, builtins.width_type(w)) -- Reserve R0, spill tmp variable 517 local dst_reg = vreg(dst, 0, true, builtins.width_type(w)) -- Reserve R0 526 local dst_reg = vreg(dst, nil, true, builtins.width_type(w)) -- Reserve R0 615 local vtype = builtins.width_type(V[a+2].const - off)
|
/external/autotest/server/ |
D | site_linux_system.py | 359 width_type=None, snaplen=None, filename=None): argument 379 self._capture_interface, frequency, width_type=width_type)
|
/external/autotest/server/site_tests/network_WiFi_RateControl/ |
D | network_WiFi_RateControl.py | 135 width_type=ap_config.packet_capture_mode,
|
/external/autotest/server/cros/clique_lib/ |
D | clique_dut_control.py | 481 width_type=capturer_ht_type)
|