From 53862cb08d4b32de94ea3b7a634c09d92853d884 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Wed, 20 Oct 2004 22:21:14 +0000 Subject: CAPINFO_BITS from the current net/if_ieee80211.h header; fixes CHNL_AGILITY printing too. deraadt ok. --- sys/net80211/ieee80211.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys') 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). -- cgit v1.2.3