]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove setting of P2P pairing setup and pairing cache config
authorShivani Baranwal <shivani.baranwal@oss.qualcomm.com>
Wed, 11 Jun 2025 05:35:30 +0000 (11:05 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 24 Jun 2025 08:34:49 +0000 (11:34 +0300)
The P2P_SET control interface command for manual configuration of P2P2
pairing setup and caching has been removed. Remove setting of these
parameters from test cases.

Signed-off-by: Shivani Baranwal <shivani.baranwal@oss.qualcomm.com>
tests/hwsim/test_p2p2.py

index 41d55d8ecc007f9f99775f3d74257655d6de865c..da944e1adb71b11529e593bf2ac98e0bc130244e 100644 (file)
@@ -32,8 +32,6 @@ def check_p2p2_capab(dev):
 def set_p2p2_configs(dev):
     dev.global_request("P2P_SET pasn_type 3")
     dev.global_request("P2P_SET supported_bootstrapmethods 6")
-    dev.global_request("P2P_SET pairing_setup 1")
-    dev.global_request("P2P_SET pairing_cache 1")
 
 def test_p2p_usd_publish_invalid_param(dev):
     """P2P USD Publish with invalid parameters"""