From owner-svn-src-projects@FreeBSD.ORG Wed Jul 8 23:58:13 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAC8E106564A; Wed, 8 Jul 2009 23:58:13 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A2E628FC19; Wed, 8 Jul 2009 23:58:13 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n68NwD2D065926; Wed, 8 Jul 2009 23:58:13 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n68NwDwM065924; Wed, 8 Jul 2009 23:58:13 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200907082358.n68NwDwM065924@svn.freebsd.org> From: Sam Leffler Date: Wed, 8 Jul 2009 23:58:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195481 - projects/mesh11s/share/man/man4 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 23:58:14 -0000 Author: sam Date: Wed Jul 8 23:58:13 2009 New Revision: 195481 URL: http://svn.freebsd.org/changeset/base/195481 Log: add mesh Modified: projects/mesh11s/share/man/man4/wlan.4 Modified: projects/mesh11s/share/man/man4/wlan.4 ============================================================================== --- projects/mesh11s/share/man/man4/wlan.4 Wed Jul 8 23:41:11 2009 (r195480) +++ projects/mesh11s/share/man/man4/wlan.4 Wed Jul 8 23:58:13 2009 (r195481) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 15, 2009 +.Dd July 8, 2009 .Dt WLAN 4 .Os .Sh NAME @@ -48,7 +48,7 @@ support. .Nm supports multi-mode devices capable of operating in both 2.4GHz and 5GHz bands and supports numerous -802.11 standards: 802.11a, 802.11b, 802.11g, and 802.11n. +802.11 standards: 802.11a, 802.11b, 802.11g, 802.11n, and 802.11s (Draft 3.0). The WPA, 802.11i, and 802.1x security protocols are supported through a combination of in-kernel code and user-mode applications. The WME/WMM multi-media protocols are supported entirely within @@ -83,6 +83,8 @@ A client station in an infrastructure bs (i.e. one that associates to an access point). .It Cm hostap An access point in an infrastructure bss. +.It Cm mesh +A mesh station in an MBSS network. .It Cm adhoc A station in an IBSS network. .It Cm ahdemo @@ -115,8 +117,6 @@ interface that does not send beacon fram interfaces may be created. .El .Pp -More types are planned to support -802.11s mesh nodes (station and ap). Note that an interface's type cannot be changed once it is created. .Pp .Nm @@ -161,6 +161,12 @@ The module name of .Nm was used to be compatible with .Nx . +.Pp +Mesh stations follow the 802.11s Draft 3.0 specification which is +not ratified and subject to change. +Beware that this specification is incompatible with earlier drafts; +and stations implementing earlier drafts (e.g. Linux) +may not interoperate. .Sh SEE ALSO .Xr an 4 , .Xr ath 4 ,