From: Jouni Malinen Date: Sun, 22 Dec 2024 21:40:05 +0000 (+0200) Subject: tests: Remove setting of the now removed p2p_pairing_verification X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be2d195843f53f64ba17513b31351b9491128944;p=thirdparty%2Fhostap.git tests: Remove setting of the now removed p2p_pairing_verification Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_p2p2.py b/tests/hwsim/test_p2p2.py index 5410e14c6..155bd5239 100644 --- a/tests/hwsim/test_p2p2.py +++ b/tests/hwsim/test_p2p2.py @@ -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"""