diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-01 17:59:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-01 17:59:10 +0000 |
commit | 52da4afb3746d02b6560863496394117d0824005 (patch) | |
tree | 07c52069f4091858f636883b5ac5404ff731511e /share/man/man4/ral.4 | |
parent | 47d251cb9431fa04a99336625026e839ab00fdcb (diff) |
- switch from wpapsk to wpakey
- remove the "return device to default settings" example, which theo says
is rubbish
ok deraadt
Diffstat (limited to 'share/man/man4/ral.4')
-rw-r--r-- | share/man/man4/ral.4 | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4 index 0c336f8227e..77533e9ebfb 100644 --- a/share/man/man4/ral.4 +++ b/share/man/man4/ral.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ral.4,v 1.96 2010/10/23 14:28:33 damien Exp $ +.\" $OpenBSD: ral.4,v 1.97 2010/11/01 17:59:09 jmc Exp $ .\" .\" Copyright (c) 2005-2010 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,7 +14,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: October 23 2010 $ +.Dd $Mdocdate: November 1 2010 $ .Dt RAL 4 .Os .Sh NAME @@ -286,17 +286,10 @@ inet 192.168.1.1 255.255.255.0 NONE media autoselect \e .Pp Configure ral0 to join network .Dq my_net -using WPA-PSK with passphrase +using WPA with passphrase .Dq my_passphrase : .Bd -literal -offset indent -# ifconfig ral0 nwid my_net wpa wpapsk \e - `wpa-psk my_net my_passphrase` -.Ed -.Pp -Return ral0 to its default settings: -.Bd -literal -offset indent -# ifconfig ral0 -bssid -chan media autoselect \e - nwid "" -nwkey -wpa -wpapsk +# ifconfig ral0 nwid my_net wpakey my_passphrase .Ed .Pp Join an existing BSS network, @@ -329,8 +322,7 @@ This should not happen. .Xr pci 4 , .Xr hostname.if 5 , .Xr hostapd 8 , -.Xr ifconfig 8 , -.Xr wpa-psk 8 +.Xr ifconfig 8 .Pp Ralink Technology: .Pa http://www.ralinktech.com/ |