Browse Source

tests: WPS AP PIN unlocking

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 11 years ago
parent
commit
c1cec68b93
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tests/hwsim/test_ap_wps.py

+ 7 - 0
tests/hwsim/test_ap_wps.py

@@ -552,6 +552,13 @@ def test_ap_wps_setup_locked(dev, apdev):
     if ev is None:
         raise Exception("Association with the AP timed out")
 
+    appin = hapd.request("WPS_AP_PIN random")
+    if "FAIL" in appin:
+        raise Exception("Could not generate random AP PIN")
+    ev = hapd.wait_event(["WPS-AP-SETUP-UNLOCKED"], timeout=10)
+    if ev is None:
+        raise Exception("Failed to unlock AP PIN")
+
 def test_ap_wps_pbc_overlap_2ap(dev, apdev):
     """WPS PBC session overlap with two active APs"""
     hostapd.add_ap(apdev[0]['ifname'],