aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2012-08-15 22:53:01 +0300
committerArik Nemtsov <arik@wizery.com>2012-09-04 16:00:29 +0300
commit989a796c078f377f1640e42e6c7957effc3c24e2 (patch)
tree3ad9089e318b81c53f209823e500fcc2970a9699 /src
parent6fe0d966c3d1f388e897ebd62c7c94c770890b4f (diff)
downloadexternal_wpa_supplicant_8_ti-989a796c078f377f1640e42e6c7957effc3c24e2.zip
external_wpa_supplicant_8_ti-989a796c078f377f1640e42e6c7957effc3c24e2.tar.gz
external_wpa_supplicant_8_ti-989a796c078f377f1640e42e6c7957effc3c24e2.tar.bz2
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 <rmanohar@qca.qualcomm.com>
Diffstat (limited to 'src')
-rw-r--r--src/p2p/p2p.h2
1 files changed, 2 insertions, 0 deletions
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
*/