Fix WEP examples.
Bump copyright year.
This commit is contained in:
parent
8de96e19cb
commit
8b0d3111dd
@ -1,4 +1,4 @@
|
|||||||
.\" Copyright (c) 2004, 2005
|
.\" Copyright (c) 2004-2006
|
||||||
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
|
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
@ -25,7 +25,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 16, 2005
|
.Dd January 29, 2006
|
||||||
.Os
|
.Os
|
||||||
.Dt IWI 4
|
.Dt IWI 4
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -81,13 +81,13 @@ Join a specific BSS network with network name
|
|||||||
Join a specific BSS network with 64-bit WEP encryption:
|
Join a specific BSS network with 64-bit WEP encryption:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||||
wepmode on wepkey 0x1234567890
|
wepmode on wepkey 0x1234567890 weptxkey 1
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Join a specific BSS network with 128-bit WEP encryption:
|
Join a specific BSS network with 128-bit WEP encryption:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||||
wepmode on wepkey 0x01020304050607080910111213
|
wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
|
||||||
.Ed
|
.Ed
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
.Bl -diag
|
.Bl -diag
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" Copyright (c) 2005
|
.\" Copyright (c) 2005, 2006
|
||||||
.\" Damien Bergamini <damien.bergamini@free.fr>
|
.\" Damien Bergamini <damien.bergamini@free.fr>
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
@ -15,7 +15,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd July 16, 2005
|
.Dd January 29, 2006
|
||||||
.Os
|
.Os
|
||||||
.Dt URAL 4
|
.Dt URAL 4
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -101,13 +101,13 @@ Join a specific BSS network with network name
|
|||||||
Join a specific BSS network with 40-bit WEP encryption:
|
Join a specific BSS network with 40-bit WEP encryption:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||||
wepmode on wepkey 0x1234567890
|
wepmode on wepkey 0x1234567890 weptxkey 1
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
Join a specific BSS network with 104-bit WEP encryption:
|
Join a specific BSS network with 104-bit WEP encryption:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||||
wepmode on wepkey 0x01020304050607080910111213
|
wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
|
||||||
.Ed
|
.Ed
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
.Bl -diag
|
.Bl -diag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user