mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 10:09:30 +00:00
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:
parent
31ae9b450a
commit
1725b22ad2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69771
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user