summaryrefslogtreecommitdiffstats
path: root/share/man/man4/iwi.4
diff options
context:
space:
mode:
authordamien <damien@FreeBSD.org>2006-01-29 13:09:45 +0000
committerdamien <damien@FreeBSD.org>2006-01-29 13:09:45 +0000
commit178d92eed03541ae192ac5b91427fe3c0b3cb4d6 (patch)
tree999c7ff8fa1b9486a872a20f69e411507d97e1ab /share/man/man4/iwi.4
parentcc7e8e2312c5ae6d79542645099531ebf5a25334 (diff)
downloadFreeBSD-src-178d92eed03541ae192ac5b91427fe3c0b3cb4d6.zip
FreeBSD-src-178d92eed03541ae192ac5b91427fe3c0b3cb4d6.tar.gz
Fix WEP examples.
Bump copyright year.
Diffstat (limited to 'share/man/man4/iwi.4')
-rw-r--r--share/man/man4/iwi.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4
index 2348af5..d87b0ec 100644
--- a/share/man/man4/iwi.4
+++ b/share/man/man4/iwi.4
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2004, 2005
+.\" Copyright (c) 2004-2006
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 16, 2005
+.Dd January 29, 2006
.Os
.Dt IWI 4
.Sh NAME
@@ -81,13 +81,13 @@ Join a specific BSS network with network name
Join a specific BSS network with 64-bit WEP encryption:
.Bd -literal -offset indent
ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
- wepmode on wepkey 0x1234567890
+ wepmode on wepkey 0x1234567890 weptxkey 1
.Ed
.Pp
Join a specific BSS network with 128-bit WEP encryption:
.Bd -literal -offset indent
ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
- wepmode on wepkey 0x01020304050607080910111213
+ wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
.Ed
.Sh DIAGNOSTICS
.Bl -diag
OpenPOWER on IntegriCloud