diff --git a/tests/hwsim/wpasupplicant.py b/tests/hwsim/wpasupplicant.py index 79aee2655..082704b74 100644 --- a/tests/hwsim/wpasupplicant.py +++ b/tests/hwsim/wpasupplicant.py @@ -124,6 +124,7 @@ class WpaSupplicant: # The ongoing scan could have discovered BSSes or P2P peers logger.info("Run FLUSH again since scan was in progress") self.request("FLUSH") + self.dump_monitor() if not self.ping(): logger.info("No PING response from " + self.ifname + " after reset")