Deleted Added
full compact
ieee80211_var.h (178354) ieee80211_var.h (178954)
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 9 unchanged lines hidden (view full) ---

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 9 unchanged lines hidden (view full) ---

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/net80211/ieee80211_var.h 178354 2008-04-20 20:35:46Z sam $
26 * $FreeBSD: head/sys/net80211/ieee80211_var.h 178954 2008-05-11 23:32:07Z sam $
27 */
28#ifndef _NET80211_IEEE80211_VAR_H_
29#define _NET80211_IEEE80211_VAR_H_
30
31/*
32 * Definitions for IEEE 802.11 drivers.
33 */
34/* NB: portability glue must go first */

--- 464 unchanged lines hidden (view full) ---

499#define IEEE80211_C_PMGT 0x00000200 /* CAPABILITY: Power mgmt */
500#define IEEE80211_C_HOSTAP 0x00000400 /* CAPABILITY: HOSTAP avail */
501#define IEEE80211_C_AHDEMO 0x00000800 /* CAPABILITY: Old Adhoc Demo */
502#define IEEE80211_C_SWRETRY 0x00001000 /* CAPABILITY: sw tx retry */
503#define IEEE80211_C_TXPMGT 0x00002000 /* CAPABILITY: tx power mgmt */
504#define IEEE80211_C_SHSLOT 0x00004000 /* CAPABILITY: short slottime */
505#define IEEE80211_C_SHPREAMBLE 0x00008000 /* CAPABILITY: short preamble */
506#define IEEE80211_C_MONITOR 0x00010000 /* CAPABILITY: monitor mode */
27 */
28#ifndef _NET80211_IEEE80211_VAR_H_
29#define _NET80211_IEEE80211_VAR_H_
30
31/*
32 * Definitions for IEEE 802.11 drivers.
33 */
34/* NB: portability glue must go first */

--- 464 unchanged lines hidden (view full) ---

499#define IEEE80211_C_PMGT 0x00000200 /* CAPABILITY: Power mgmt */
500#define IEEE80211_C_HOSTAP 0x00000400 /* CAPABILITY: HOSTAP avail */
501#define IEEE80211_C_AHDEMO 0x00000800 /* CAPABILITY: Old Adhoc Demo */
502#define IEEE80211_C_SWRETRY 0x00001000 /* CAPABILITY: sw tx retry */
503#define IEEE80211_C_TXPMGT 0x00002000 /* CAPABILITY: tx power mgmt */
504#define IEEE80211_C_SHSLOT 0x00004000 /* CAPABILITY: short slottime */
505#define IEEE80211_C_SHPREAMBLE 0x00008000 /* CAPABILITY: short preamble */
506#define IEEE80211_C_MONITOR 0x00010000 /* CAPABILITY: monitor mode */
507#define IEEE80211_C_DFS 0x00020000 /* CAPABILITY: DFS/radar avail*/
507/* 0x20000 available */
508#define IEEE80211_C_WPA1 0x00800000 /* CAPABILITY: WPA1 avail */
509#define IEEE80211_C_WPA2 0x01000000 /* CAPABILITY: WPA2 avail */
510#define IEEE80211_C_WPA 0x01800000 /* CAPABILITY: WPA1+WPA2 avail*/
511#define IEEE80211_C_BURST 0x02000000 /* CAPABILITY: frame bursting */
512#define IEEE80211_C_WME 0x04000000 /* CAPABILITY: WME avail */
513#define IEEE80211_C_WDS 0x08000000 /* CAPABILITY: 4-addr support */
514/* 0x10000000 reserved */

--- 237 unchanged lines hidden ---
508/* 0x20000 available */
509#define IEEE80211_C_WPA1 0x00800000 /* CAPABILITY: WPA1 avail */
510#define IEEE80211_C_WPA2 0x01000000 /* CAPABILITY: WPA2 avail */
511#define IEEE80211_C_WPA 0x01800000 /* CAPABILITY: WPA1+WPA2 avail*/
512#define IEEE80211_C_BURST 0x02000000 /* CAPABILITY: frame bursting */
513#define IEEE80211_C_WME 0x04000000 /* CAPABILITY: WME avail */
514#define IEEE80211_C_WDS 0x08000000 /* CAPABILITY: 4-addr support */
515/* 0x10000000 reserved */

--- 237 unchanged lines hidden ---