summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-01-01 02:53:41 +0000
committerWarner Losh <imp@FreeBSD.org>2003-01-01 02:53:41 +0000
commit4d6f28e6326982616ea4b07befc375d10200fb2e (patch)
tree42c9984ffaa9f2f01e9df100c27de94131910641
parent13438f6823e991fe0c5616bc3a6f766a0a86c210 (diff)
Notes
-rw-r--r--share/man/man4/wi.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/wi.4 b/share/man/man4/wi.4
index b24d1ac617e4..da56a98828f7 100644
--- a/share/man/man4/wi.4
+++ b/share/man/man4/wi.4
@@ -242,7 +242,7 @@ Join a specific BSS network with network name
Join a specific BSS network with WEP encryption:
.Bd -literal -offset indent
ifconfig wi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
- wepkey 0x8736639624
+ wepmode on wepkey 0x8736639624
.Ed
.Pp
Join a Lucent legacy demo ad-hoc network with network name
@@ -285,7 +285,7 @@ ifconfig wi0 inet 192.168.0.10 netmask 0xffffff00 ssid my_ap \e
Create a host-based access point with WEP enabled (Prism only):
.Bd -literal -offset indent
ifconfig wi0 inet 192.168.0.10 netmask 0xffffff00 ssid my_ap \e
- wepkey 0x1234567890 mediaopt hostap
+ wepmode on wepkey 0x1234567890 mediaopt hostap
.Ed
.Pp
Create a host-based wireless bridge to fxp0 (Prism only):