diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-10-20 22:21:14 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-10-20 22:21:14 +0000 |
commit | 53862cb08d4b32de94ea3b7a634c09d92853d884 (patch) | |
tree | 4ff852e212b9ac67784ba3ba7bd573a40a7f0e65 /sys/net80211 | |
parent | 82f3dc58b6967eaa25e01dc3eda44d514959f6a5 (diff) |
CAPINFO_BITS from the current net/if_ieee80211.h header; fixes
CHNL_AGILITY printing too. deraadt ok.
Diffstat (limited to 'sys/net80211')
-rw-r--r-- | sys/net80211/ieee80211.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h index f845845d2b6..5f1de1589a7 100644 --- a/sys/net80211/ieee80211.h +++ b/sys/net80211/ieee80211.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211.h,v 1.1 2004/06/22 22:53:51 millert Exp $ */ +/* $OpenBSD: ieee80211.h,v 1.2 2004/10/20 22:21:13 fgsch Exp $ */ /* $NetBSD: ieee80211.h,v 1.6 2004/04/30 23:51:53 dyoung Exp $ */ /*- @@ -299,6 +299,9 @@ typedef uint8_t *ieee80211_mgt_beacon_t; /* bit 12 is reserved */ #define IEEE80211_CAPINFO_DSSSOFDM 0x2000 /* bits 14-15 are reserved */ +#define IEEE80211_CAPINFO_BITS "\20\01ESS\02IBSS\03POLLABLE\04POLLREQ\05PRIVACY\06SHORT_PREAMBLE\07PBCC\10CHNL_AGILITY\13SHORT_SLOTTIME\14RSN\16DSSSOFDM" + + /* * 802.11i/WPA information element (maximally sized). |