aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAhmad Kholaif <akholaif@qca.qualcomm.com>2015-10-28 21:14:10 +0000
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2016-04-01 16:53:06 +0530
commit46ec7e26698666ca55d3917baadfefe584b50bfc (patch)
tree0095f1460a5628873ed7a25ae92c3f946cd42e24 /src
parent43d40481b5c752f56009c3bfd100e19606dd0a6a (diff)
downloadandroid_external_wpa_supplicant_8-46ec7e26698666ca55d3917baadfefe584b50bfc.tar.gz
android_external_wpa_supplicant_8-46ec7e26698666ca55d3917baadfefe584b50bfc.tar.bz2
android_external_wpa_supplicant_8-46ec7e26698666ca55d3917baadfefe584b50bfc.zip
P2P: Add support for VHT 80+80 MHz and 160 MHz
The new max_oper_chwidth and freq2 arguments to P2P_CONNECT, P2P_INVITE, and P2P_GROUP_ADD control interface commands can be used to request larger VHT operating channel bandwidth to be used than the previously used maximum 80 MHz. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Git-commit: c27f4c9006ccfdadffe9455ea887502e8ba989eb Git-repo : git://w1.fi/srv/git/hostap.git Change-Id: Ie7020e68f3442f2d20493488fde3f6f043de7fde CRs-Fixed: 944221
Diffstat (limited to 'src')
-rw-r--r--src/p2p/p2p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/p2p/p2p.h b/src/p2p/p2p.h
index 4add69ac..9fa4aabf 100644
--- a/src/p2p/p2p.h
+++ b/src/p2p/p2p.h
@@ -98,6 +98,10 @@ struct p2p_go_neg_results {
int vht;
+ u8 max_oper_chwidth;
+
+ unsigned int vht_center_freq2;
+
/**
* ssid - SSID of the group
*/