Deleted Added
full compact
ieee80211_xauth.c (138568) ieee80211_xauth.c (139530)
1/*-
2 * Copyright (c) 2004 Video54 Technologies, Inc.
1/*-
2 * Copyright (c) 2004 Video54 Technologies, Inc.
3 * Copyright (c) 2004-2005 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright

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

25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
32#include <sys/cdefs.h>
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 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright

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

26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33#include <sys/cdefs.h>
33__FBSDID("$FreeBSD: head/sys/net80211/ieee80211_xauth.c 138568 2004-12-08 17:26:47Z sam $");
34__FBSDID("$FreeBSD: head/sys/net80211/ieee80211_xauth.c 139530 2004-12-31 22:42:38Z sam $");
34
35/*
36 * External authenticator placeholder module.
37 *
38 * This support is optional; it is only used when the 802.11 layer's
39 * authentication mode is set to use 802.1x or WPA is enabled separately
40 * (for WPA-PSK). If compiled as a module this code does not need
41 * to be present unless 802.1x/WPA is in use.

--- 59 unchanged lines hidden ---
35
36/*
37 * External authenticator placeholder module.
38 *
39 * This support is optional; it is only used when the 802.11 layer's
40 * authentication mode is set to use 802.1x or WPA is enabled separately
41 * (for WPA-PSK). If compiled as a module this code does not need
42 * to be present unless 802.1x/WPA is in use.

--- 59 unchanged lines hidden ---