diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-27 16:20:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-10-27 16:20:49 +0000 |
commit | e91cb80664555fdef39ea54b8dc681c10c47d544 (patch) | |
tree | a5657ccb4503949461ab7c31fb534349de7d9cb1 /sbin/wicontrol/wicontrol.8 | |
parent | 08c7476bd7d6da9c4b04d2eb087340ebba4f3fc9 (diff) |
Add an option to use software WEP now that we have a software decrypt
function. Can be useful for cards that only support 40-bit WEP or
where the card firmware lacks weak IVs avoidance. Prism/Symbol only.
In the future this will be expanded to support proposed WEP replacements.
Based on code from Jamison Adcock.
Diffstat (limited to 'sbin/wicontrol/wicontrol.8')
-rw-r--r-- | sbin/wicontrol/wicontrol.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8 index 29ea743e637..74f61595437 100644 --- a/sbin/wicontrol/wicontrol.8 +++ b/sbin/wicontrol/wicontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wicontrol.8,v 1.40 2002/06/09 08:13:09 todd Exp $ +.\" $OpenBSD: wicontrol.8,v 1.41 2002/10/27 16:20:48 millert Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved. @@ -44,6 +44,7 @@ .Op Fl olL .Op Fl e Ar 0|1 .Op Fl k Ar key "[ -v 1|2|3|4 ]" +.Op Fl x Ar 0|1 .Op Fl t Ar tx rate .Op Fl n Ar network name .Op Fl s Ar station name @@ -145,6 +146,10 @@ keys, in which case WEP encryption will simply fail to work. .It Fl T Ar 1|2|3|4 Specify which of the four WEP encryption keys will be used to encrypt transmitted packets. +.It Fl x Ar 0|1 +[Prism2/Symbol only] +Select between firmware-based (0) and software-based (1) WEP. +Firmware-based WEP is the default. .It Fl t Ar tx rate Set the transmit rate of the specified interface. The legal values |