Deleted Added
full compact
ieee80211_var.h (190532) ieee80211_var.h (190577)
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2009 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-2009 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 190532 2009-03-29 21:17:08Z sam $
26 * $FreeBSD: head/sys/net80211/ieee80211_var.h 190577 2009-03-30 21:41:06Z rpaulo $
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 */

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

699#define IEEE80211_MSG_SCAN 0x00200000 /* scanning */
700#define IEEE80211_MSG_OUTPUT 0x00100000 /* output handling */
701#define IEEE80211_MSG_STATE 0x00080000 /* state machine */
702#define IEEE80211_MSG_POWER 0x00040000 /* power save handling */
703#define IEEE80211_MSG_DOT1X 0x00020000 /* 802.1x authenticator */
704#define IEEE80211_MSG_DOT1XSM 0x00010000 /* 802.1x state machine */
705#define IEEE80211_MSG_RADIUS 0x00008000 /* 802.1x radius client */
706#define IEEE80211_MSG_RADDUMP 0x00004000 /* dump 802.1x radius packets */
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 */

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

699#define IEEE80211_MSG_SCAN 0x00200000 /* scanning */
700#define IEEE80211_MSG_OUTPUT 0x00100000 /* output handling */
701#define IEEE80211_MSG_STATE 0x00080000 /* state machine */
702#define IEEE80211_MSG_POWER 0x00040000 /* power save handling */
703#define IEEE80211_MSG_DOT1X 0x00020000 /* 802.1x authenticator */
704#define IEEE80211_MSG_DOT1XSM 0x00010000 /* 802.1x state machine */
705#define IEEE80211_MSG_RADIUS 0x00008000 /* 802.1x radius client */
706#define IEEE80211_MSG_RADDUMP 0x00004000 /* dump 802.1x radius packets */
707#define IEEE80211_MSG_RADKEYS 0x00002000 /* dump 802.1x keys */
707#define IEEE80211_MSG_MESH 0x00002000 /* mesh networking */
708#define IEEE80211_MSG_WPA 0x00001000 /* WPA/RSN protocol */
709#define IEEE80211_MSG_ACL 0x00000800 /* ACL handling */
710#define IEEE80211_MSG_WME 0x00000400 /* WME protocol */
711#define IEEE80211_MSG_SUPERG 0x00000200 /* Atheros SuperG protocol */
712#define IEEE80211_MSG_DOTH 0x00000100 /* 802.11h support */
713#define IEEE80211_MSG_INACT 0x00000080 /* inactivity handling */
714#define IEEE80211_MSG_ROAM 0x00000040 /* sta-mode roaming */
715#define IEEE80211_MSG_RATECTL 0x00000020 /* tx rate control */

--- 93 unchanged lines hidden ---
708#define IEEE80211_MSG_WPA 0x00001000 /* WPA/RSN protocol */
709#define IEEE80211_MSG_ACL 0x00000800 /* ACL handling */
710#define IEEE80211_MSG_WME 0x00000400 /* WME protocol */
711#define IEEE80211_MSG_SUPERG 0x00000200 /* Atheros SuperG protocol */
712#define IEEE80211_MSG_DOTH 0x00000100 /* 802.11h support */
713#define IEEE80211_MSG_INACT 0x00000080 /* inactivity handling */
714#define IEEE80211_MSG_ROAM 0x00000040 /* sta-mode roaming */
715#define IEEE80211_MSG_RATECTL 0x00000020 /* tx rate control */

--- 93 unchanged lines hidden ---