diff options
author | Avinash Patil <patila@marvell.com> | 2013-07-26 20:02:29 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-08-01 04:49:03 -0400 |
commit | dcb7a6ce0a08012a17cca34711a02017abed554b (patch) | |
tree | 47d80a91b24b8ead15536d930c17506766c6eab8 /include/linux/ieee80211.h | |
parent | dad9defd28912dc408763d461b9a6b1a762c07ea (diff) |
ieee80211: add definition for interworking support
IEEE802.11u interworking support is advertised via extended
capabilities IE bit 31. This is 7th bit of 4th byte of extended
capabilities.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 5 |
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 |