Deleted Added
full compact
if_aironet_ieee.h (74698) if_aironet_ieee.h (77217)
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_aironet_ieee.h 74698 2001-03-23 17:46:32Z archie $
32 * $FreeBSD: head/sys/dev/an/if_aironet_ieee.h 77217 2001-05-26 09:27:08Z phk $
33 */
34
35#ifndef _IF_AIRONET_IEEE_H
36#define _IF_AIRONET_IEEE_H
37
38/*
39 * This header defines a simple command interface to the FreeBSD
40 * Aironet driver (an) driver, which is used to set certain

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

331 u_int16_t an_arl_decay; /* 0x92 */
332 u_int16_t an_arl_delay; /* 0x94 */
333 u_int8_t an_rsvd7; /* 0x96 */
334 u_int8_t an_rsvd8; /* 0x97 */
335 u_int8_t an_magic_packet_action; /* 0x98 */
336 u_int8_t an_magic_packet_ctl; /* 0x99 */
337 u_int16_t an_rsvd9;
338};
33 */
34
35#ifndef _IF_AIRONET_IEEE_H
36#define _IF_AIRONET_IEEE_H
37
38/*
39 * This header defines a simple command interface to the FreeBSD
40 * Aironet driver (an) driver, which is used to set certain

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

331 u_int16_t an_arl_decay; /* 0x92 */
332 u_int16_t an_arl_delay; /* 0x94 */
333 u_int8_t an_rsvd7; /* 0x96 */
334 u_int8_t an_rsvd8; /* 0x97 */
335 u_int8_t an_magic_packet_action; /* 0x98 */
336 u_int8_t an_magic_packet_ctl; /* 0x99 */
337 u_int16_t an_rsvd9;
338};
339#endif
339
340#define AN_OPMODE_IBSS_ADHOC 0x0000
341#define AN_OPMODE_INFRASTRUCTURE_STATION 0x0001
342#define AN_OPMODE_AP 0x0002
343#define AN_OPMODE_AP_REPEATER 0x0003
344#define AN_OPMODE_UNMODIFIED_PAYLOAD 0x0100
345#define AN_OPMODE_AIRONET_EXTENSIONS 0x0200
346#define AN_OPMODE_AP_EXTENSIONS 0x0400

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

390#define AN_TXPOWER_FACTORY_DEFAULT 0x0000
391#define AN_TXPOWER_50MW 50
392#define AN_TXPOWER_100MW 100
393#define AN_TXPOWER_250MW 250
394
395#define AN_HOME_NETWORK 0x0001
396#define AN_HOME_INSTALL_AP 0x0002
397
340
341#define AN_OPMODE_IBSS_ADHOC 0x0000
342#define AN_OPMODE_INFRASTRUCTURE_STATION 0x0001
343#define AN_OPMODE_AP 0x0002
344#define AN_OPMODE_AP_REPEATER 0x0003
345#define AN_OPMODE_UNMODIFIED_PAYLOAD 0x0100
346#define AN_OPMODE_AIRONET_EXTENSIONS 0x0200
347#define AN_OPMODE_AP_EXTENSIONS 0x0400

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

391#define AN_TXPOWER_FACTORY_DEFAULT 0x0000
392#define AN_TXPOWER_50MW 50
393#define AN_TXPOWER_100MW 100
394#define AN_TXPOWER_250MW 250
395
396#define AN_HOME_NETWORK 0x0001
397#define AN_HOME_INSTALL_AP 0x0002
398
399#ifndef _KERNEL
398struct an_ltv_ssidlist {
399 u_int16_t an_len;
400 u_int16_t an_type;
401 u_int16_t an_ssid1_len;
402 char an_ssid1[32];
403 u_int16_t an_ssid2_len;
404 char an_ssid2[32];
405 u_int16_t an_ssid3_len;

--- 183 unchanged lines hidden ---
400struct an_ltv_ssidlist {
401 u_int16_t an_len;
402 u_int16_t an_type;
403 u_int16_t an_ssid1_len;
404 char an_ssid1[32];
405 u_int16_t an_ssid2_len;
406 char an_ssid2[32];
407 u_int16_t an_ssid3_len;

--- 183 unchanged lines hidden ---