Lines Matching +full:protocol +full:- +full:id
1 # Test cases for Device Provisioning Protocol (DPP) version 3
10 """DPP Network Introduction and protocol version"""
14 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
15 dev[0].select_network(id, freq=2412)
21 """DPP Network Introduction and protocol version change"""
26 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
28 dev[0].select_network(id, freq=2412)
34 """DPP Network Introduction and protocol version missing from request"""
39 id, hapd = run_dpp_auto_connect(dev, apdev, 1, stop_after_prov=True)
42 dev[0].select_network(id, freq=2412)
43 ev = dev[0].wait_event(["DPP-INTRO"], timeout=10)