Deleted Added
full compact
upgt.4 (213573) upgt.4 (233648)
1.\" $OpenBSD: upgt.4,v 1.6 2008/04/17 14:01:22 jmc Exp $
1.\" $OpenBSD: upgt.4,v 1.6 2008/04/17 14:01:22 jmc Exp $
2.\" $FreeBSD: head/share/man/man4/upgt.4 213573 2010-10-08 12:40:16Z uqs $
2.\" $FreeBSD: head/share/man/man4/upgt.4 233648 2012-03-29 05:02:12Z eadler $
3.\"
4.\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
5.\" Copyright (c) 2005-2007
6.\" Damien Bergamini <damien.bergamini@free.fr>
7.\"
8.\" Permission to use, copy, modify, and distribute this software for any
9.\" purpose with or without fee is hereby granted, provided that the above
10.\" copyright notice and this permission notice appear in all copies.

--- 165 unchanged lines hidden (view full) ---

176.It
177Spinnaker Proto Board
178.El
179.Sh EXAMPLES
180Join an existing BSS network (i.e., connect to an access point):
181.Bd -literal -offset indent
182ifconfig wlan create wlandev upgt0 inet 192.168.0.20 \e
183 netmask 0xffffff00
3.\"
4.\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
5.\" Copyright (c) 2005-2007
6.\" Damien Bergamini <damien.bergamini@free.fr>
7.\"
8.\" Permission to use, copy, modify, and distribute this software for any
9.\" purpose with or without fee is hereby granted, provided that the above
10.\" copyright notice and this permission notice appear in all copies.

--- 165 unchanged lines hidden (view full) ---

176.It
177Spinnaker Proto Board
178.El
179.Sh EXAMPLES
180Join an existing BSS network (i.e., connect to an access point):
181.Bd -literal -offset indent
182ifconfig wlan create wlandev upgt0 inet 192.168.0.20 \e
183 netmask 0xffffff00
184.Ed
185.Pp
184.Ed
185.Pp
186Join a specific BSS network with network name
186Join a specific BSS network with network name
187.Dq Li my_net :
188.Pp
187.Dq Li my_net :
188.Pp
189.Dl "ifconfig wlan create wlandev upgt0 ssid my_net up"
189.Dl "ifconfig wlan create wlandev upgt0 ssid my_net up"
190.Pp
190.Pp
191Join a specific BSS network with 64-bit WEP encryption:
192.Bd -literal -offset indent
193ifconfig wlan create wlandev upgt0 ssid my_net \e
194 wepmode on wepkey 0x1234567890 weptxkey 1 up
195.Ed
196.Sh SEE ALSO
197.Xr arp 4 ,
198.Xr netintro 4 ,

--- 24 unchanged lines hidden ---
191Join a specific BSS network with 64-bit WEP encryption:
192.Bd -literal -offset indent
193ifconfig wlan create wlandev upgt0 ssid my_net \e
194 wepmode on wepkey 0x1234567890 weptxkey 1 up
195.Ed
196.Sh SEE ALSO
197.Xr arp 4 ,
198.Xr netintro 4 ,

--- 24 unchanged lines hidden ---