]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove setting of the now removed p2p_pairing_verification
authorJouni Malinen <j@w1.fi>
Sun, 22 Dec 2024 21:40:05 +0000 (23:40 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 22 Dec 2024 21:40:05 +0000 (23:40 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_p2p2.py

index 5410e14c68495b6b0b04df716ba2f99958925592..155bd52391de1c9ed9b81848959c3cb0f425fd50 100644 (file)
@@ -24,7 +24,6 @@ def set_p2p2_configs(dev):
     dev.request("P2P_SET supported_bootstrapmethods 6")
     dev.request("P2P_SET pairing_setup 1")
     dev.request("P2P_SET pairing_cache 1")
-    dev.request("P2P_SET pairing_verification 1")
 
 def test_p2p_usd_publish_invalid_param(dev):
     """P2P USD Publish with invalid parameters"""