tests: Stop WPS ER on station reset
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 24 Feb 2014 11:55:42 +0000 (13:55 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 24 Feb 2014 11:56:42 +0000 (13:56 +0200)
This seems to be needed in some cases to avoid issues in test cases that
assume there are no other ERs running.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/wpasupplicant.py

index 3a7908b..3c6c435 100644 (file)
@@ -84,6 +84,7 @@ class WpaSupplicant:
         res = self.request("FLUSH")
         if not "OK" in res:
             logger.info("FLUSH to " + self.ifname + " failed: " + res)
+        self.request("WPS_ER_STOP")
         self.request("SET external_sim 0")
         self.request("SET hessid 00:00:00:00:00:00")
         self.request("SET access_network_type 15")