Searched refs:configure_monitor_mode (Results 1 – 11 of 11) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | WifiBaseTest.py | 69 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/ |
D | WifiP2pSnifferTest.py | 67 result = self.packet_capture.configure_monitor_mode(BAND_2G, 6)
|
D | WifiP2pMultiCoutryTest.py | 89 result = self.packet_capture.configure_monitor_mode(band, freq_to_chan)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_capture.py | 208 def configure_monitor_mode(self, band, channel, bandwidth=20): member in PacketCapture
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiIOTConnectionTest.py | 181 result = self.packet_capture.configure_monitor_mode(band, channel)
|
D | WifiChaosTest.py | 358 self.pcap.configure_monitor_mode(self.band, self.chan)
|
D | WifiSoftApMultiCountryTest.py | 141 result = self.packet_capture.configure_monitor_mode(band, freq_to_chan)
|
D | WifiChannelSwitchStressTest.py | 148 result = self.packet_capture.configure_monitor_mode(band, freq_to_chan)
|
D | WifiBridgedApTest.py | 311 result = self.packet_capture[i].configure_monitor_mode( 357 result = self.packet_capture[i].configure_monitor_mode(
|
D | WifiMacRandomizationTest.py | 518 result = self.packet_capture.configure_monitor_mode(
|
D | WifiSoftApAcsTest.py | 77 self.packet_capture[0].configure_monitor_mode(band, int(chan))
|