]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: WPS_CHECK_PIN with invalid PIN length
authorJouni Malinen <j@w1.fi>
Sun, 6 Apr 2014 13:33:23 +0000 (16:33 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 6 Apr 2014 21:56:04 +0000 (00:56 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_wps.py

index 33a6f861e2a044519594f93e021eefc229897e2a..24106d36c6d2fa8de262c4853251f26184802741 100644 (file)
@@ -1138,6 +1138,7 @@ def test_ap_wps_check_pin(dev, apdev):
     hapd = hostapd.Hostapd(apdev[0]['ifname'])
     for t in [ ("12345670", "12345670"),
                ("12345678", "FAIL-CHECKSUM"),
+               ("12345", "FAIL"),
                ("1234-5670", "12345670"),
                ("1234 5670", "12345670"),
                ("1-2.3:4 5670", "12345670") ]: