diff options
author | Avinash Patil <patila@marvell.com> | 2012-06-20 20:59:01 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-21 10:43:28 -0400 |
commit | c2ebea2097f84f0973c58b8467c1a2236bbb307a (patch) | |
tree | 443c740e57bb26ba0911f75c2512b9f40159c6d6 /include | |
parent | 66572cfc30a4b764150c83ee5d842a3ce17991c9 (diff) |
ieee80211: more OUI type definitions for WLAN_OUI_MICROSOFT
WMM and WPS
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')
-rw-r--r-- | include/linux/ieee80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 6e0601189db9..318fc1f705b1 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -1633,6 +1633,8 @@ enum ieee80211_sa_query_action { | |||
1633 | #define WLAN_OUI_TYPE_WFA_P2P 9 | 1633 | #define WLAN_OUI_TYPE_WFA_P2P 9 |
1634 | #define WLAN_OUI_MICROSOFT 0x0050f2 | 1634 | #define WLAN_OUI_MICROSOFT 0x0050f2 |
1635 | #define WLAN_OUI_TYPE_MICROSOFT_WPA 1 | 1635 | #define WLAN_OUI_TYPE_MICROSOFT_WPA 1 |
1636 | #define WLAN_OUI_TYPE_MICROSOFT_WMM 2 | ||
1637 | #define WLAN_OUI_TYPE_MICROSOFT_WPS 4 | ||
1636 | 1638 | ||
1637 | /* | 1639 | /* |
1638 | * WMM/802.11e Tspec Element | 1640 | * WMM/802.11e Tspec Element |