tests: Clear pmf parameter on reset()
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 25 Feb 2014 23:23:43 +0000 (01:23 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 25 Feb 2014 23:24:22 +0000 (01:24 +0200)
This is in preparation of removing pmf parameter reset on the FLUSH
command.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/wpasupplicant.py

index 23a4a39..e61377f 100644 (file)
@@ -85,6 +85,7 @@ class WpaSupplicant:
         if not "OK" in res:
             logger.info("FLUSH to " + self.ifname + " failed: " + res)
         self.request("WPS_ER_STOP")
+        self.request("SET pmf 0")
         self.request("SET external_sim 0")
         self.request("SET hessid 00:00:00:00:00:00")
         self.request("SET access_network_type 15")