Fix WEP examples.

Bump copyright year.
This commit is contained in:
Damien Bergamini 2006-01-29 13:09:45 +00:00
parent 8de96e19cb
commit 8b0d3111dd
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
.\" Copyright (c) 2005
.\" Copyright (c) 2005, 2006
.\" Damien Bergamini <damien.bergamini@free.fr>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@ -15,7 +15,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd July 16, 2005
.Dd January 29, 2006
.Os
.Dt URAL 4
.Sh NAME
@ -101,13 +101,13 @@ Join a specific BSS network with network name
Join a specific BSS network with 40-bit WEP encryption:
.Bd -literal -offset indent
ifconfig ural0 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 104-bit WEP encryption:
.Bd -literal -offset indent
ifconfig ural0 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