From 989a796c078f377f1640e42e6c7957effc3c24e2 Mon Sep 17 00:00:00 2001 From: Rajkumar Manoharan Date: Wed, 15 Aug 2012 22:53:01 +0300 Subject: P2P: Enable 40 MHz support for autonomous P2P group addition Add optional "ht40" argument for p2p_group_add command to enable 40 MHz in 5GHz band. This configures the secondary channel, when HT support is enabled and if the HW supports 40 MHz channel width. Signed-hostap: Rajkumar Manoharan --- src/p2p/p2p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/p2p/p2p.h b/src/p2p/p2p.h index 70ea654..6c4b666 100644 --- a/src/p2p/p2p.h +++ b/src/p2p/p2p.h @@ -75,6 +75,8 @@ struct p2p_go_neg_results { */ int freq; + int ht40; + /** * ssid - SSID of the group */ -- cgit v1.1