tests: WPS AP PIN unlocking
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
4b727c5c26
commit
c1cec68b93
1 changed files with 7 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue