From 46ec7e26698666ca55d3917baadfefe584b50bfc Mon Sep 17 00:00:00 2001 From: Ahmad Kholaif Date: Wed, 28 Oct 2015 21:14:10 +0000 Subject: 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 Git-commit: c27f4c9006ccfdadffe9455ea887502e8ba989eb Git-repo : git://w1.fi/srv/git/hostap.git Change-Id: Ie7020e68f3442f2d20493488fde3f6f043de7fde CRs-Fixed: 944221 --- src/p2p/p2p.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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 */ -- cgit v1.2.3