mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: P2P persistent group re-invocation with empty BSS table
This verifies P2P Client scanning behavior during group re-invocation in a case where old scan results are not available to allow the scan to be skipped completely. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
9905de3129
commit
406739c499
@ -111,6 +111,14 @@ def test_persistent_group2(dev):
|
||||
invite_from_cli(dev[0], dev[1])
|
||||
invite_from_go(dev[0], dev[1])
|
||||
|
||||
def test_persistent_group3(dev):
|
||||
"""P2P persistent group formation and re-invocation with empty BSS table"""
|
||||
form(dev[0], dev[1])
|
||||
dev[1].request("BSS_FLUSH 0")
|
||||
invite_from_cli(dev[0], dev[1])
|
||||
dev[1].request("BSS_FLUSH 0")
|
||||
invite_from_go(dev[0], dev[1])
|
||||
|
||||
def test_persistent_group_per_sta_psk(dev):
|
||||
"""P2P persistent group formation and re-invocation using per-client PSK"""
|
||||
addr0 = dev[0].p2p_dev_addr()
|
||||
|
Loading…
Reference in New Issue
Block a user