Deleted Added
full compact
mwl.4 (213573) mwl.4 (233648)
1.\"-
2.\" Copyright (c) 2009 Sam Leffler, Errno Consulting
3.\" All rights reserved.
4.\""
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

21.\" THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27.\" THE POSSIBILITY OF SUCH DAMAGES.
28.\"
1.\"-
2.\" Copyright (c) 2009 Sam Leffler, Errno Consulting
3.\" All rights reserved.
4.\""
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

21.\" THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27.\" THE POSSIBILITY OF SUCH DAMAGES.
28.\"
29.\" $FreeBSD: head/share/man/man4/mwl.4 213573 2010-10-08 12:40:16Z uqs $
29.\" $FreeBSD: head/share/man/man4/mwl.4 233648 2012-03-29 05:02:12Z eadler $
30.\"/
31.Dd July 8, 2009
32.Dt MWL 4
33.Os
34.Sh NAME
35.Nm mwl
36.Nd "Marvell 88W8363 IEEE 802.11n wireless network driver"
37.Sh SYNOPSIS

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

88.Cm wds
89mode operation.
90Multiple
91.Cm hostap
92virtual interfaces may be configured for simultaneous use.
93When multiple interfaces are configured each may have a separate
94mac address that is formed by setting the U/L bits in the mac
95address assigned to the underlying device.
30.\"/
31.Dd July 8, 2009
32.Dt MWL 4
33.Os
34.Sh NAME
35.Nm mwl
36.Nd "Marvell 88W8363 IEEE 802.11n wireless network driver"
37.Sh SYNOPSIS

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

88.Cm wds
89mode operation.
90Multiple
91.Cm hostap
92virtual interfaces may be configured for simultaneous use.
93When multiple interfaces are configured each may have a separate
94mac address that is formed by setting the U/L bits in the mac
95address assigned to the underlying device.
96Any number of
96Any number of
97.Cm wds
98virtual interfaces may be configured together with
99.Cm hostap
100interfaces.
101Multiple
102.Cm station
97.Cm wds
98virtual interfaces may be configured together with
99.Cm hostap
100interfaces.
101Multiple
102.Cm station
103interfaces may be operated together with
103interfaces may be operated together with
104.Cm hostap
105interfaces to construct a wireless repeater device.
106For more information on configuring this device, see
107.Xr ifconfig 8 .
108.Pp
109Devices supported by the
110.Nm
111driver come in either Cardbus or mini-PCI packages.

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

145.Ed
146.Pp
147Create two virtual 802.11a host-based access points, one with
148with WEP enabled and one with no security, and bridge them to
149the fxp0 (wired) device:
150.Bd -literal -offset indent
151ifconfig wlan0 create wlandev mwl0 wlanmode hostap \e
152 ssid paying-customers wepmode on wepkey 0x1234567890 \e
104.Cm hostap
105interfaces to construct a wireless repeater device.
106For more information on configuring this device, see
107.Xr ifconfig 8 .
108.Pp
109Devices supported by the
110.Nm
111driver come in either Cardbus or mini-PCI packages.

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

145.Ed
146.Pp
147Create two virtual 802.11a host-based access points, one with
148with WEP enabled and one with no security, and bridge them to
149the fxp0 (wired) device:
150.Bd -literal -offset indent
151ifconfig wlan0 create wlandev mwl0 wlanmode hostap \e
152 ssid paying-customers wepmode on wepkey 0x1234567890 \e
153 mode 11a up
153 mode 11a up
154ifconfig wlan1 create wlandev mwl0 wlanmode hostap bssid \e
155 ssid freeloaders up
156ifconfig bridge0 create addm wlan0 addm wlan1 addm fxp0 up
157.Ed
158.Sh DIAGNOSTICS
159.Bl -diag
160.It "mwl%d: unable to setup builtin firmware"
161There was a problem downloading and/or setting up the firmware.

--- 32 unchanged lines hidden ---
154ifconfig wlan1 create wlandev mwl0 wlanmode hostap bssid \e
155 ssid freeloaders up
156ifconfig bridge0 create addm wlan0 addm wlan1 addm fxp0 up
157.Ed
158.Sh DIAGNOSTICS
159.Bl -diag
160.It "mwl%d: unable to setup builtin firmware"
161There was a problem downloading and/or setting up the firmware.

--- 32 unchanged lines hidden ---