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 --- ConfigureChecks.cmake | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 25e4a888d4..f7b2a7bb4a 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -174,6 +174,13 @@ if (NL_FOUND) }" HAVE_NL80211_SPLIT_WIPHY_DUMP ) + check_c_source_compiles( + "#include + int main() { + enum nl80211_attrs x = NL80211_ATTR_VHT_CAPABILITY; + }" + HAVE_NL80211_VHT_CAPABILITY + ) endif() # -- cgit v1.2.1