diff options
author | Avinash Patil <patila@marvell.com> | 2012-06-11 18:14:16 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-12 13:55:33 +0200 |
commit | 535588e61a007416f46cf08b4ccb6cc73b3f6fb0 (patch) | |
tree | 467c7e827d9735e8bff4371f5be091eac5c762fb /include/linux/ieee80211.h | |
parent | cef28271be62e672637f1ba2a019a5a9a981eb2d (diff) |
ieee80211: definitions for Microsoft Vendor OUI and WPA OUI type
Reference: http://standards.ieee.org/develop/regauth/oui/oui.txt
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index f831078182de..98c86ff657bb 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1589,6 +1589,8 @@ enum ieee80211_sa_query_action { #define WLAN_OUI_WFA 0x506f9a #define WLAN_OUI_TYPE_WFA_P2P 9 +#define WLAN_OUI_MICROSOFT 0x0050f2 +#define WLAN_OUI_TYPE_MICROSOFT_WPA 1 /* * WMM/802.11e Tspec Element |