Home
last modified time | relevance | path

Searched refs:configure_monitor_mode (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py69 self.packet_logger.configure_monitor_mode("2G", self.packet_log_2g)
70 self.packet_logger.configure_monitor_mode("5G", self.packet_log_5g)
879 result = self.packet_capture.configure_monitor_mode(
884 result = self.packet_capture.configure_monitor_mode(
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/functional/
DWifiP2pSnifferTest.py67 result = self.packet_capture.configure_monitor_mode(BAND_2G, 6)
DWifiP2pMultiCoutryTest.py89 result = self.packet_capture.configure_monitor_mode(band, freq_to_chan)
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_capture.py208 def configure_monitor_mode(self, band, channel, bandwidth=20): member in PacketCapture
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiIOTConnectionTest.py181 result = self.packet_capture.configure_monitor_mode(band, channel)
DWifiChaosTest.py358 self.pcap.configure_monitor_mode(self.band, self.chan)
DWifiSoftApMultiCountryTest.py141 result = self.packet_capture.configure_monitor_mode(band, freq_to_chan)
DWifiChannelSwitchStressTest.py148 result = self.packet_capture.configure_monitor_mode(band, freq_to_chan)
DWifiBridgedApTest.py311 result = self.packet_capture[i].configure_monitor_mode(
357 result = self.packet_capture[i].configure_monitor_mode(
DWifiMacRandomizationTest.py518 result = self.packet_capture.configure_monitor_mode(
DWifiSoftApAcsTest.py77 self.packet_capture[0].configure_monitor_mode(band, int(chan))