tests: WPS PBC overlap indication from hostapd
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e8e2d9ff6b
commit
35672faae5
1 changed files with 5 additions and 0 deletions
|
@ -1054,6 +1054,11 @@ def test_ap_wps_pbc_overlap_2sta(dev, apdev):
|
||||||
raise Exception("PBC session overlap not correctly reported (dev1)")
|
raise Exception("PBC session overlap not correctly reported (dev1)")
|
||||||
dev[1].request("WPS_CANCEL")
|
dev[1].request("WPS_CANCEL")
|
||||||
dev[1].request("DISCONNECT")
|
dev[1].request("DISCONNECT")
|
||||||
|
ev = hapd.wait_event(["WPS-OVERLAP-DETECTED"], timeout=1)
|
||||||
|
if ev is None:
|
||||||
|
raise Exception("PBC session overlap not detected (AP)")
|
||||||
|
if "PBC Status: Overlap" not in hapd.request("WPS_GET_STATUS"):
|
||||||
|
raise Exception("PBC status not shown correctly")
|
||||||
hapd.request("WPS_CANCEL")
|
hapd.request("WPS_CANCEL")
|
||||||
ret = hapd.request("WPS_PBC")
|
ret = hapd.request("WPS_PBC")
|
||||||
if "FAIL" not in ret:
|
if "FAIL" not in ret:
|
||||||
|
|
Loading…
Reference in a new issue