summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuibing Dai <shuibing@google.com>2023-05-12 16:52:28 -0700
committerShuibing Dai <shuibing@google.com>2023-05-13 04:12:18 +0000
commit64a0bfaf9f69582a6c4173bacd05d844348973c9 (patch)
tree5661c7854571b4ad497979fd18c36733f2866104
parentc75cbeedce88de4b5ec14859041d9fe7ba08eb66 (diff)
downloadgs101-64a0bfaf9f69582a6c4173bacd05d844348973c9.tar.gz
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: I6b65624649f7b5fff320ec1c70979b450afce1aa
-rw-r--r--wifi/p2p_supplicant_overlay.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/p2p_supplicant_overlay.conf b/wifi/p2p_supplicant_overlay.conf
index 4ec8453e..74d24d8f 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