summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2008-07-07 02:39:39 +0000
committerweongyo <weongyo@FreeBSD.org>2008-07-07 02:39:39 +0000
commit5a1c985723817db33991c18bb36c353b38218f93 (patch)
treec9c1f1843876cd7ada464a370891fa23a54208da /share
parent3b3c1f459b96c04f4caaaaf6a96ab5e95d4ab1ac (diff)
downloadFreeBSD-src-5a1c985723817db33991c18bb36c353b38218f93.zip
FreeBSD-src-5a1c985723817db33991c18bb36c353b38218f93.tar.gz
correct device name errors and wrong informations that currently malo(4)
don't support ad-hoc mode and there's no a man page like malofw(4).
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/malo.412
1 files changed, 5 insertions, 7 deletions
diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4
index 42b99e1..1e31f44 100644
--- a/share/man/man4/malo.4
+++ b/share/man/man4/malo.4
@@ -61,8 +61,7 @@ driver provides support for Marvell Libertas 88W8335 based PCI
and Cardbus network adapters.
.Nm
supports
-.Cm station ,
-.Cm adhoc ,
+.Cm station
and
.Cm monitor
mode operation.
@@ -95,29 +94,28 @@ U-Khan UW-2054i 88W8335 PCI b/g
Join an existing BSS network (i.e., connect to an access point):
.Pp
.Bd -literal -offset indent
-ifconfig wlan create wlandev iwn0 inet 192.168.0.20 \e
+ifconfig wlan create wlandev malo0 inet 192.168.0.20 \e
netmask 0xffffff00
.Ed
.Pp
Join a specific BSS network with network name
.Dq Li my_net :
.Pp
-.Dl "ifconfig wlan create wlandev iwn0 ssid my_net up"
+.Dl "ifconfig wlan create wlandev malo0 ssid my_net up"
.Pp
Join a specific BSS network with 64-bit WEP encryption:
.Bd -literal -offset indent
-ifconfig wlan create wlandev iwn0 ssid my_net \e
+ifconfig wlan create wlandev malo0 ssid my_net \e
wepmode on wepkey 0x1234567890 weptxkey 1 up
.Ed
.Pp
Join a specific BSS network with 128-bit WEP encryption:
.Bd -literal -offset indent
-ifconfig wlan create wlandev iwn0 wlanmode adhoc ssid my_net \e
+ifconfig wlan create wlandev malo0 wlanmode adhoc ssid my_net \e
wepmode on wepkey 0x01020304050607080910111213 weptxkey 1
.Ed
.Sh SEE ALSO
.Xr cardbus 4 ,
-.Xr malofw 4 ,
.Xr pci 4 ,
.Xr wlan 4 ,
.Xr wlan_ccmp 4 ,
OpenPOWER on IntegriCloud