mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Dump monitor messages before hwsim_utils test
This may be needed in some corner cases where broadcast frames with two associated stations are received by both devices. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
db1d66d879
commit
1d0b5a04e6
@ -22,6 +22,9 @@ def run_connectivity_test(dev1, dev2, tos, dev1group=False, dev2group=False,
|
||||
if not dev2group and isinstance(dev2, WpaSupplicant):
|
||||
addr2 = dev2.get_driver_status_field('addr')
|
||||
|
||||
dev1.dump_monitor()
|
||||
dev2.dump_monitor()
|
||||
|
||||
try:
|
||||
cmd = "DATA_TEST_CONFIG 1"
|
||||
if ifname1:
|
||||
|
Loading…
Reference in New Issue
Block a user