Fixes to the Aironet driver to clear up some WEP issues.

PR:		23097
Submitted by:	Doug Ambrisko <ambrisko@whistle.com>
This commit is contained in:
Archie Cobbs 2000-12-08 19:00:10 +00:00
parent 31ae9b450a
commit 1725b22ad2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69771
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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