diff options
Diffstat (limited to 'share/man/man4/malo.4')
-rw-r--r-- | share/man/man4/malo.4 | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4 index ae169eecf99..4b445c7bb1b 100644 --- a/share/man/man4/malo.4 +++ b/share/man/man4/malo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malo.4,v 1.34 2010/04/29 09:20:17 jmc Exp $ +.\" $OpenBSD: malo.4,v 1.35 2010/11/01 17:59:09 jmc Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 29 2010 $ +.Dd $Mdocdate: November 1 2010 $ .Dt MALO 4 .Os .Sh NAME @@ -155,17 +155,10 @@ dhcp NONE NONE NONE nwkey 0x1deadbeef1 chan 11 .\".Pp Configure malo0 to join network .Dq my_net -using WPA-PSK with passphrase +using WPA with passphrase .Dq my_passphrase : .Bd -literal -offset indent -# ifconfig malo0 nwid my_net wpa wpapsk \e - `wpa-psk my_net my_passphrase` -.Ed -.Pp -Return malo0 to its default settings: -.Bd -literal -offset indent -# ifconfig malo0 -bssid -chan media autoselect \e - nwid "" -nwkey -wpa -wpapsk +# ifconfig malo0 nwid my_net wpakey my_passphrase .Ed .Pp Join an existing BSS network, @@ -182,8 +175,7 @@ Join an existing BSS network, .Xr pci 4 , .Xr hostname.if 5 , .Xr hostapd 8 , -.Xr ifconfig 8 , -.Xr wpa-psk 8 +.Xr ifconfig 8 .Sh HISTORY The .Nm |