From ef265d934ff8c77232fafbdae2172cf417178919 Mon Sep 17 00:00:00 2001 From: hsuvictor Date: Wed, 9 May 2018 19:21:40 +0800 Subject: [PATCH] p2p: enable VHT mode when operating as GO After disabling vendor driver override, supplicant needs to specify the max channel width and pass it to driver. Bug: 79236591 Test: manually check channel width is HT80 when operating as GO on walleye add p2p_go_vht=1, ch_width should be 80MHz Note: need HIDL wpas_p2p_connect argument fix Change-Id: I14d04556470c5efa66287f2327d7c6324885e822 --- p2p_supplicant_overlay.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/p2p_supplicant_overlay.conf b/p2p_supplicant_overlay.conf index b5e89e03..b8902bf9 100644 --- a/p2p_supplicant_overlay.conf +++ b/p2p_supplicant_overlay.conf @@ -1,2 +1,3 @@ disable_scan_offload=1 p2p_no_group_iface=1 +p2p_go_vht=1