Home
last modified time | relevance | path

Searched refs:width_type (Results 1 – 17 of 17) sorted by relevance

/external/autotest/server/cros/network/
Dpacket_capturer.py143 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 …]
Drandom_mac_address_test_base.py47 width_type=self._ap_config.packet_capture_mode)
Dwifi_test_context_manager.py193 width_type=ap_config.packet_capture_mode,
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
Dnetwork_WiFi_DarkResumeActiveScans.py81 width_type=ap_config.packet_capture_mode)
120 width_type=ap_config.packet_capture_mode)
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dnetwork_WiFi_SimpleConnect.py30 width_type=router_conf.packet_capture_mode)
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
Dnetwork_WiFi_ChaosLongConnect.py44 capturer.start_capture(capturer_frequency, width_type=capturer_ht_type)
/external/autotest/server/site_tests/network_WiFi_VisibleScan/
Dnetwork_WiFi_VisibleScan.py36 width_type=ap_config.packet_capture_mode,
/external/autotest/server/site_tests/network_WiFi_HiddenScan/
Dnetwork_WiFi_HiddenScan.py27 width_type=ap_config.packet_capture_mode,
/external/autotest/server/site_tests/network_WiFi_SetOptionalDhcpProperties/
Dnetwork_WiFi_SetOptionalDhcpProperties.py70 width_type=configuration.packet_capture_mode)
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
Dnetwork_WiFi_ChaosConnectDisconnect.py42 width_type=capturer_ht_type)
/external/autotest/server/site_tests/network_WiFi_APSupportedRates/
Dnetwork_WiFi_APSupportedRates.py99 width_type=ap_config.packet_capture_mode)
/external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
Dnetwork_WiFi_MalformedProbeResp.py42 width_type=configuration.packet_capture_mode)
/external/bcc/src/lua/bpf/
Dbuiltins.lua41 local function width_type(w) function
45 builtins.width_type = width_type
59 return size, builtins.width_type(size)
Dbpf.lua490 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/
Dsite_linux_system.py359 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/
Dnetwork_WiFi_RateControl.py135 width_type=ap_config.packet_capture_mode,
/external/autotest/server/cros/clique_lib/
Dclique_dut_control.py481 width_type=capturer_ht_type)