Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py603 result = self.packet_capture.configure_monitor_mode(
608 result = self.packet_capture.configure_monitor_mode(
/tools/test/connectivity/acts/tests/google/wifi/p2p/functional/
DWifiP2pSnifferTest.py65 result = self.packet_capture.configure_monitor_mode(BAND_2G, 6)
/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/google/wifi/
DWifiChaosTest.py356 self.pcap.configure_monitor_mode(self.band, self.chan)
DWifiMacRandomizationTest.py460 result = self.packet_capture.configure_monitor_mode(
DWifiSoftApAcsTest.py80 self.packet_capture[0].configure_monitor_mode(band, int(chan))