diff options
Diffstat (limited to 'share/man/man4/iwn.4')
-rw-r--r-- | share/man/man4/iwn.4 | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4 index 27ac25a2e82..438d748dc18 100644 --- a/share/man/man4/iwn.4 +++ b/share/man/man4/iwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwn.4,v 1.29 2010/06/19 08:05:23 damien Exp $ +.\" $OpenBSD: iwn.4,v 1.30 2010/11/01 17:59:09 jmc Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 19 2010 $ +.Dd $Mdocdate: November 1 2010 $ .Dt IWN 4 .Os .Sh NAME @@ -149,17 +149,10 @@ dhcp NONE NONE NONE nwkey 0x1deadbeef1 chan 11 .Pp Configure iwn0 to join network .Dq my_net -using WPA-PSK with passphrase +using WPA with passphrase .Dq my_passphrase : .Bd -literal -offset indent -# ifconfig iwn0 nwid my_net wpa wpapsk \e - `wpa-psk my_net my_passphrase` -.Ed -.Pp -Return iwn0 to its default settings: -.Bd -literal -offset indent -# ifconfig iwn0 -bssid -chan media autoselect \e - nwid "" -nwkey -wpa -wpapsk +# ifconfig iwn0 nwid my_net wpakey my_passphrase .Ed .Pp Join an existing BSS network, @@ -199,8 +192,7 @@ The driver will reset the hardware. .Xr netintro 4 , .Xr pci 4 , .Xr hostname.if 5 , -.Xr ifconfig 8 , -.Xr wpa-psk 8 +.Xr ifconfig 8 .Sh AUTHORS The .Nm |