summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsuvictor <hsuvictor@google.com>2018-05-09 19:21:40 +0800
committerhsuvictor <hsuvictor@google.com>2018-05-09 19:21:40 +0800
commitef265d934ff8c77232fafbdae2172cf417178919 (patch)
treec61b57fb40f3d76685b2190fd62c32e3d62f7458
parent5ed087b0e1bf7563b23c6976a70b7768e4f6121a (diff)
downloaddevice_google_wahoo-ef265d934ff8c77232fafbdae2172cf417178919.tar.gz
device_google_wahoo-ef265d934ff8c77232fafbdae2172cf417178919.tar.bz2
device_google_wahoo-ef265d934ff8c77232fafbdae2172cf417178919.zip
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
-rw-r--r--p2p_supplicant_overlay.conf1
1 files changed, 1 insertions, 0 deletions
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