On 10/11/2012 07:24 PM, Arend van Spriel wrote:
On 10/11/2012 06:42 PM, Johannes Berg wrote:
On Thu, 2012-10-11 at 16:18 +0200, Arend van Spriel wrote:
+++ b/include/linux/ieee80211.h
@@ -168,6 +168,9 @@
#define IEEE80211_WMM_IE_STA_QOSINFO_SP_MASK 0x03
#define IEEE80211_WMM_IE_STA_QOSINFO_SP_SHIFT 5
+/* Vendor-specific IE */
+#define IEEE80211_VENDOR_SPEC_IE 0xDD
actually this already exists, as ..._EID_VENDOR or so?
johannes
Thanks, Johannes
I probably overlooked it. Let me re-check.
Found it. I can even choose:
/* Information Element IDs */
enum ieee80211_eid {
:
WLAN_EID_WPA = 221,
WLAN_EID_GENERIC = 221,
WLAN_EID_VENDOR_SPECIFIC = 221,
:
};
Gr. AvS
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html