Deleted Added
full compact
ieee80211.h (178952) ieee80211.h (181347)
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.h 178952 2008-05-11 23:20:26Z sam $
26 * $FreeBSD: head/sys/net80211/ieee80211.h 181347 2008-08-06 15:54:59Z sam $
27 */
28#ifndef _NET80211_IEEE80211_H_
29#define _NET80211_IEEE80211_H_
30
31/*
32 * 802.11 protocol definitions.
33 */
34

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

768#define WPA_CSE_TKIP 0x02
769#define WPA_CSE_CCMP 0x04
770#define WPA_CSE_WEP104 0x05
771
772#define WPA_ASE_NONE 0x00
773#define WPA_ASE_8021X_UNSPEC 0x01
774#define WPA_ASE_8021X_PSK 0x02
775
27 */
28#ifndef _NET80211_IEEE80211_H_
29#define _NET80211_IEEE80211_H_
30
31/*
32 * 802.11 protocol definitions.
33 */
34

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

768#define WPA_CSE_TKIP 0x02
769#define WPA_CSE_CCMP 0x04
770#define WPA_CSE_WEP104 0x05
771
772#define WPA_ASE_NONE 0x00
773#define WPA_ASE_8021X_UNSPEC 0x01
774#define WPA_ASE_8021X_PSK 0x02
775
776#define WPS_OUI_TYPE 0x04
777
776#define RSN_OUI 0xac0f00
777#define RSN_VERSION 1 /* current supported version */
778
779#define RSN_CSE_NULL 0x00
780#define RSN_CSE_WEP40 0x01
781#define RSN_CSE_TKIP 0x02
782#define RSN_CSE_WRAP 0x03
783#define RSN_CSE_CCMP 0x04

--- 270 unchanged lines hidden ---
778#define RSN_OUI 0xac0f00
779#define RSN_VERSION 1 /* current supported version */
780
781#define RSN_CSE_NULL 0x00
782#define RSN_CSE_WEP40 0x01
783#define RSN_CSE_TKIP 0x02
784#define RSN_CSE_WRAP 0x03
785#define RSN_CSE_CCMP 0x04

--- 270 unchanged lines hidden ---