Deleted Added
full compact
if_anreg.h (68692) if_anreg.h (69771)
1/*
2 * Copyright (c) 1997, 1998, 1999
3 * Bill Paul <wpaul@ctr.columbia.edu>. 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

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

24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 *
1/*
2 * Copyright (c) 1997, 1998, 1999
3 * Bill Paul <wpaul@ctr.columbia.edu>. 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

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

24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/dev/an/if_anreg.h 68692 2000-11-13 23:04:16Z wpaul $
32 * $FreeBSD: head/sys/dev/an/if_anreg.h 69771 2000-12-08 19:00:10Z archie $
33 */
34
35#define AN_TIMEOUT 65536
36
37/* Default network name: ANY */
38#define AN_DEFAULT_NETNAME "ANY"
39
40/* The nodename must be less than 16 bytes */

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

315
316#define AN_SCANMODE_ACTIVE 0x0000
317#define AN_SCANMODE_PASSIVE 0x0001
318#define AN_SCANMODE_AIRONET_ACTIVE 0x0002
319
320#define AN_AUTHTYPE_NONE 0x0000
321#define AN_AUTHTYPE_OPEN 0x0001
322#define AN_AUTHTYPE_SHAREDKEY 0x0002
33 */
34
35#define AN_TIMEOUT 65536
36
37/* Default network name: ANY */
38#define AN_DEFAULT_NETNAME "ANY"
39
40/* The nodename must be less than 16 bytes */

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

315
316#define AN_SCANMODE_ACTIVE 0x0000
317#define AN_SCANMODE_PASSIVE 0x0001
318#define AN_SCANMODE_AIRONET_ACTIVE 0x0002
319
320#define AN_AUTHTYPE_NONE 0x0000
321#define AN_AUTHTYPE_OPEN 0x0001
322#define AN_AUTHTYPE_SHAREDKEY 0x0002
323#define AN_AUTHTYPE_EXCLUDE_UNENCRYPTED 0x0004
323#define AN_AUTHTYPE_PRIVACY_IN_USE 0x0100
324#define AN_AUTHTYPE_ALLOW_UNENCRYPTED 0x0200
324
325
326
325#define AN_PSAVE_NONE 0x0000
326#define AN_PSAVE_CAM 0x0001
327#define AN_PSAVE_PSP 0x0002
328#define AN_PSAVE_PSP_CAM 0x0003
329
330#define AN_RADIOTYPE_80211_FH 0x0001
331#define AN_RADIOTYPE_80211_DS 0x0002
332#define AN_RADIOTYPE_LM2000_DS 0x0004

--- 563 unchanged lines hidden ---
327#define AN_PSAVE_NONE 0x0000
328#define AN_PSAVE_CAM 0x0001
329#define AN_PSAVE_PSP 0x0002
330#define AN_PSAVE_PSP_CAM 0x0003
331
332#define AN_RADIOTYPE_80211_FH 0x0001
333#define AN_RADIOTYPE_80211_DS 0x0002
334#define AN_RADIOTYPE_LM2000_DS 0x0004

--- 563 unchanged lines hidden ---