summaryrefslogtreecommitdiffstats
path: root/share/man/man4/wi.4
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-01-01 02:53:41 +0000
committerimp <imp@FreeBSD.org>2003-01-01 02:53:41 +0000
commit72b5b1d27faa8e38478b2fd1b0339bbc08b586cb (patch)
tree42c9984ffaa9f2f01e9df100c27de94131910641 /share/man/man4/wi.4
parent927595101c90970b6249e81f3f50d19902192a7d (diff)
downloadFreeBSD-src-72b5b1d27faa8e38478b2fd1b0339bbc08b586cb.zip
FreeBSD-src-72b5b1d27faa8e38478b2fd1b0339bbc08b586cb.tar.gz
'wepmode on' is needed to turn on wep.
Submitted by: blackend
Diffstat (limited to 'share/man/man4/wi.4')
-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 b24d1ac..da56a98 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):
OpenPOWER on IntegriCloud