diff options
author | 2005-03-09 08:56:18 +0000 | |
---|---|---|
committer | 2005-03-09 08:56:18 +0000 | |
commit | b83eb723da5afeee8064b95a2965afd0d75b56eb (patch) | |
tree | e6943a2112010c9ed152aa4f23c60617504c977b | |
parent | fix the list of supposedly supported adapters. (diff) | |
download | wireguard-openbsd-b83eb723da5afeee8064b95a2965afd0d75b56eb.tar.xz wireguard-openbsd-b83eb723da5afeee8064b95a2965afd0d75b56eb.zip |
we don't support hardware WEP yet.
-rw-r--r-- | share/man/man4/ipw.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ral.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ipw.4 b/share/man/man4/ipw.4 index 720ab8ba676..56167a3afc9 100644 --- a/share/man/man4/ipw.4 +++ b/share/man/man4/ipw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipw.4,v 1.11 2005/03/06 21:49:00 jmc Exp $ +.\" $OpenBSD: ipw.4,v 1.12 2005/03/09 08:56:18 damien Exp $ .\" .\" Copyright (c) 2004 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -69,7 +69,7 @@ or to scan for access points. .El .Pp .Nm -supports hardware WEP. +supports software WEP. Wired Equivalent Privacy (WEP) is the de facto encryption standard for wireless networks. It can be typically configured in one of three modes: diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4 index e2e1755e92c..6d55231e148 100644 --- a/share/man/man4/ral.4 +++ b/share/man/man4/ral.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ral.4,v 1.7 2005/03/09 08:52:16 damien Exp $ +.\" $OpenBSD: ral.4,v 1.8 2005/03/09 08:56:18 damien Exp $ .\" .\" Copyright (c) 2005 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -58,7 +58,7 @@ or to scan for access points. .El .Pp .Nm -supports hardware WEP. +supports software WEP. Wired Equivalent Privacy (WEP) is the de facto encryption standard for wireless networks. It can be typically configured in one of three modes: |