summaryrefslogtreecommitdiffstats
path: root/sys/dev/an
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-12-08 19:00:10 +0000
committerarchie <archie@FreeBSD.org>2000-12-08 19:00:10 +0000
commitd8dc54d7fc911cdb4651c9f774d033ea5546674b (patch)
tree5b3fd68490784165218f00e6a8068b59b1fcecc3 /sys/dev/an
parentb9e04ff83c5be4de38c4890777436eb7a59ff026 (diff)
downloadFreeBSD-src-d8dc54d7fc911cdb4651c9f774d033ea5546674b.zip
FreeBSD-src-d8dc54d7fc911cdb4651c9f774d033ea5546674b.tar.gz
Fixes to the Aironet driver to clear up some WEP issues.
PR: 23097 Submitted by: Doug Ambrisko <ambrisko@whistle.com>
Diffstat (limited to 'sys/dev/an')
-rw-r--r--sys/dev/an/if_aironet_ieee.h3
-rw-r--r--sys/dev/an/if_anreg.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h
index 680a676..53c294e 100644
--- a/sys/dev/an/if_aironet_ieee.h
+++ b/sys/dev/an/if_aironet_ieee.h
@@ -368,9 +368,10 @@ struct an_ltv_genconfig {
#define AN_AUTHTYPE_NONE 0x0000
#define AN_AUTHTYPE_OPEN 0x0001
#define AN_AUTHTYPE_SHAREDKEY 0x0002
-#define AN_AUTHTYPE_EXCLUDE_UNENCRYPTED 0x0004
#define AN_AUTHTYPE_MASK 0x00ff
#define AN_AUTHTYPE_ENABLE 0x0100
+#define AN_AUTHTYPE_PRIVACY_IN_USE 0x0100
+#define AN_AUTHTYPE_ALLOW_UNENCRYPTED 0x0200
#define AN_PSAVE_NONE 0x0000
#define AN_PSAVE_CAM 0x0001
diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h
index 1bfc284..9d67a3a 100644
--- a/sys/dev/an/if_anreg.h
+++ b/sys/dev/an/if_anreg.h
@@ -320,7 +320,9 @@ struct an_ltv_genconfig {
#define AN_AUTHTYPE_NONE 0x0000
#define AN_AUTHTYPE_OPEN 0x0001
#define AN_AUTHTYPE_SHAREDKEY 0x0002
-#define AN_AUTHTYPE_EXCLUDE_UNENCRYPTED 0x0004
+#define AN_AUTHTYPE_PRIVACY_IN_USE 0x0100
+#define AN_AUTHTYPE_ALLOW_UNENCRYPTED 0x0200
+
#define AN_PSAVE_NONE 0x0000
#define AN_PSAVE_CAM 0x0001
OpenPOWER on IntegriCloud