Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
b8e2978d |
| 13-Nov-2007 |
Christian Brueffer <brueffer@FreeBSD.org> |
Xref wpi(4).
|
#
a30fc854 |
| 10-Sep-2007 |
Christian Brueffer <brueffer@FreeBSD.org> |
Also mention zyd(4) in the DESCRIPTION section.
Approved by: re (blanket)
|
#
6be87061 |
| 06-Sep-2007 |
Christian Brueffer <brueffer@FreeBSD.org> |
Xref zyd(4).
Approved by: re (blanket)
|
#
0d237f2d |
| 06-Jun-2007 |
Kevin Lo <kevlo@FreeBSD.org> |
Update rum driver that needs wlan(4).
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
1ed2ce5c |
| 26-Nov-2005 |
Christian Brueffer <brueffer@FreeBSD.org> |
Sort Xrefs in the SEE ALSO section correctly.
Pointy hat to: brueffer
|
#
f7b51992 |
| 26-Nov-2005 |
Christian Brueffer <brueffer@FreeBSD.org> |
Update the list of drivers that need wlan(4).
MFC after: 3 days
|
Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
407ed7ec |
| 12-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort xrefs.
|
#
da2fa159 |
| 12-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Scheduled mdoc(7) sweep.
|
#
f6832a82 |
| 02-Jan-2005 |
Kirill Ponomarev <krion@FreeBSD.org> |
Remove trailing spaces.
MFC after: 3 days
|
#
014be7fb |
| 08-Dec-2004 |
Sam Leffler <sam@FreeBSD.org> |
Updates for revised ath and net80211 support; the new man pages are placeholders for real material.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
bf7f20c2 |
| 16-Jun-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Assorted markup, spelling, and grammar fixes.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
bffc912d |
| 26-Sep-2003 |
Sam Leffler <sam@FreeBSD.org> |
o add information about the debugging tools o give proper attribution to Atsushi Onoe
|
#
10626fae |
| 18-Jul-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
WLAN related fixes:
- Add some wlan(4) related cross-references. - Add some "device" lines to SYNOPSIS - Correct grammar/sentencing in ath_hal(4) manual page
PR: docs/54114 Submitted by: Lukas
WLAN related fixes:
- Add some wlan(4) related cross-references. - Add some "device" lines to SYNOPSIS - Correct grammar/sentencing in ath_hal(4) manual page
PR: docs/54114 Submitted by: Lukas Ertl <l.ertl@univie.ac.at> Approved by: des (mentor)
show more ...
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
ca6a2c5a |
| 05-Apr-2003 |
Tom Rhodes <trhodes@FreeBSD.org> |
Add a basic manual page for wlan(4).
Reviewed by: imp, ru
|
#
f4f2f2e7 |
| 14-Jan-2010 |
Peter Pentchev <roam@FreeBSD.org> |
Document that the IEEE80211_DEBUG kernel option is needed for using the wlan(4) debugging controls with wording slightly different from that in the PR.
PR: 142367 Submitted by: Matthew Thyer <matt.
Document that the IEEE80211_DEBUG kernel option is needed for using the wlan(4) debugging controls with wording slightly different from that in the PR.
PR: 142367 Submitted by: Matthew Thyer <matt.thyer@gmail.com> MFC after: 2 weeks
show more ...
|
#
11e9b8ba |
| 04-Aug-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC @196061
|
#
59aa14a9 |
| 11-Jul-2009 |
Rui Paulo <rpaulo@FreeBSD.org> |
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the net80211 wireless stack. This work is based on the March 2009 D3.0 draft standard. This standard is expected to become final nex
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the net80211 wireless stack. This work is based on the March 2009 D3.0 draft standard. This standard is expected to become final next year. This includes two main net80211 modules, ieee80211_mesh.c which deals with peer link management, link metric calculation, routing table control and mesh configuration and ieee80211_hwmp.c which deals with the actually routing process on the mesh network. HWMP is the mandatory routing protocol on by the mesh standard, but others, such as RA-OLSR, can be implemented.
Authentication and encryption are not implemented.
There are several scripts under tools/tools/net80211/scripts that can be used to test different mesh network topologies and they also teach you how to setup a mesh vap (for the impatient: ifconfig wlan0 create wlandev ... wlanmode mesh).
A new build option is available: IEEE80211_SUPPORT_MESH and it's enabled by default on GENERIC kernels for i386, amd64, sparc64 and pc98.
Drivers that support mesh networks right now are: ath, ral and mwl.
More information at: http://wiki.freebsd.org/WifiMesh
Please note that this work is experimental. Also, please note that bridging a mesh vap with another network interface is not yet supported.
Many thanks to the FreeBSD Foundation for sponsoring this project and to Sam Leffler for his support. Also, I would like to thank Gateworks Corporation for sending me a Cambria board which was used during the development of this project.
Reviewed by: sam Approved by: re (kensmith) Obtained from: projects/mesh11s
show more ...
|
#
2e370a5c |
| 26-May-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
Merge from HEAD
|
#
7042d357 |
| 15-May-2009 |
Christian Brueffer <brueffer@FreeBSD.org> |
Xref missing wlan drivers.
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
9c797940 |
| 13-Apr-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
cb1d58e2 |
| 26-Mar-2009 |
Weongyo Jeong <weongyo@FreeBSD.org> |
bump date.
Pointed by: yongari
|
#
298ff442 |
| 26-Mar-2009 |
Weongyo Jeong <weongyo@FreeBSD.org> |
adds malo(4).
|
#
bf5dca34 |
| 26-Mar-2009 |
Weongyo Jeong <weongyo@FreeBSD.org> |
bwi(4) and mwl(4) doesn't exist at CURRENT.
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
5ed11a24 |
| 03-May-2008 |
Brooks Davis <brooks@FreeBSD.org> |
Replace a couple mentions of the soon to be removed vaps_<ifn> variable form with wlans_<ifn>.
|
#
b032f27c |
| 20-Apr-2008 |
Sam Leffler <sam@FreeBSD.org> |
Multi-bss (aka vap) support for 802.11 devices.
Note this includes changes to all drivers and moves some device firmware loading to use firmware(9) and a separate module (e.g. ral). Also there no l
Multi-bss (aka vap) support for 802.11 devices.
Note this includes changes to all drivers and moves some device firmware loading to use firmware(9) and a separate module (e.g. ral). Also there no longer are separate wlan_scan* modules; this functionality is now bundled into the wlan module.
Supported by: Hobnob and Marvell Reviewed by: many Obtained from: Atheros (some bits)
show more ...
|