aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ieee80211.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index b0dc87a2a376..22c909413d32 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -1860,6 +1860,11 @@ enum ieee80211_tdls_actioncode {
1860 WLAN_TDLS_DISCOVERY_REQUEST = 10, 1860 WLAN_TDLS_DISCOVERY_REQUEST = 10,
1861}; 1861};
1862 1862
1863/* Interworking capabilities are set in 7th bit of 4th byte of the
1864 * @WLAN_EID_EXT_CAPABILITY information element
1865 */
1866#define WLAN_EXT_CAPA4_INTERWORKING_ENABLED BIT(7)
1867
1863/* 1868/*
1864 * TDLS capabililites to be enabled in the 5th byte of the 1869 * TDLS capabililites to be enabled in the 5th byte of the
1865 * @WLAN_EID_EXT_CAPABILITY information element 1870 * @WLAN_EID_EXT_CAPABILITY information element