From 9f27e5d7d19027ddf8f29c5a6a321912e7c2f9dd Mon Sep 17 00:00:00 2001 From: Mikael Kanstrup Date: Sun, 7 Feb 2016 00:40:51 +0100 Subject: dumpcap: Add support for 802.11ac monitor modes Add dumpcap support for configuring 80MHz, 80+80MHz, 160MHz monitor modes via nl80211. Change-Id: I2ae8955670c2a9b5051e2223d45ce522459f2c5f Reviewed-on: https://code.wireshark.org/review/13964 Petri-Dish: Alexis La Goutte Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 5d0543df96..aa4a2f9492 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -205,6 +205,9 @@ /* SPLIT_WIPHY_DUMP is supported */ #cmakedefine HAVE_NL80211_SPLIT_WIPHY_DUMP 1 +/* VHT_CAPABILITY is supported */ +#cmakedefine HAVE_NL80211_VHT_CAPABILITY 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_NTDDNDIS_H 1 -- cgit v1.2.3