summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_aironet_ieee.h
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2001-03-23 17:46:32 +0000
committerarchie <archie@FreeBSD.org>2001-03-23 17:46:32 +0000
commite22250630ad78bc0b2b6b8f7b7eef84c54dcc10a (patch)
tree75387b05898e37c7b414544f362d97b5c48df04b /sys/dev/an/if_aironet_ieee.h
parent6088152946b12c2ce82b70f305fe944677a6cf41 (diff)
downloadFreeBSD-src-e22250630ad78bc0b2b6b8f7b7eef84c54dcc10a.zip
FreeBSD-src-e22250630ad78bc0b2b6b8f7b7eef84c54dcc10a.tar.gz
A few fixes..
1 Make promiscuous mode work 2 A few header additions 3 Allow device config before IFF_UP These were (respectively)... Submitted by: Allan Saddi <asaddi@philosophysw.com> Submitted by: Dave Cornejo <dave@dogwood.com> Submitted by: Doug Ambrisko <ambrisko@ambrisko.com> Tested by: David Wolfskill <dhw@whistle.com>
Diffstat (limited to 'sys/dev/an/if_aironet_ieee.h')
-rw-r--r--sys/dev/an/if_aironet_ieee.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h
index 53c294e..bcbd32f 100644
--- a/sys/dev/an/if_aironet_ieee.h
+++ b/sys/dev/an/if_aironet_ieee.h
@@ -392,6 +392,9 @@ struct an_ltv_genconfig {
#define AN_TXPOWER_100MW 100
#define AN_TXPOWER_250MW 250
+#define AN_HOME_NETWORK 0x0001
+#define AN_HOME_INSTALL_AP 0x0002
+
struct an_ltv_ssidlist {
u_int16_t an_len;
u_int16_t an_type;
@@ -523,7 +526,7 @@ struct an_ltv_status {
u_int16_t an_max_noise_prev_sec; /* 0x7A */
u_int16_t an_avg_noise_prev_min; /* 0x7C */
u_int16_t an_max_noise_prev_min; /* 0x7E */
- u_int16_t an_spare[2];
+ u_int16_t an_spare[3];
};
#define AN_STATUS_OPMODE_CONFIGURED 0x0001
OpenPOWER on IntegriCloud