From 515cdd1fb8bd5eac86a6be4377c82d858adad712 Mon Sep 17 00:00:00 2001 From: Shuibing Dai Date: Fri, 12 May 2023 16:56:25 -0700 Subject: [PATCH] Disable p2p 6ghz channels It has an effect on following case: If STA firstly connected with 6ghz channel AP and Application create p2p group without config, wpa_supplicant also tried to select STA-associated channel(in this case, i.e. 6ghz ch). Bug: 281733591 Test: atest android.net.wifi.cts.ConcurrencyTest#testPersistentGroupOperation Change-Id: I0015fb9ad602f585a6b1572cf13967b0a895f0f2 --- wifi/p2p_supplicant_overlay.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/wifi/p2p_supplicant_overlay.conf b/wifi/p2p_supplicant_overlay.conf index 4ec8453..74d24d8 100644 --- a/wifi/p2p_supplicant_overlay.conf +++ b/wifi/p2p_supplicant_overlay.conf @@ -8,3 +8,4 @@ p2p_add_cli_chan=1 disable_scan_offload=1 p2p_go_vht=1 p2p_pref_chan=124:149, 115:36 +p2p_6ghz_disable=1