tests: WPS AP PIN unlocking

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2014-03-15 17:27:05 +02:00
parent 4b727c5c26
commit c1cec68b93

View file

@ -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'],