From owner-svn-src-head@freebsd.org Wed Apr 26 00:07:53 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05D0BD50E31; Wed, 26 Apr 2017 00:07:53 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA0E062D; Wed, 26 Apr 2017 00:07:52 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3Q07pEG053452; Wed, 26 Apr 2017 00:07:51 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3Q07pqp053451; Wed, 26 Apr 2017 00:07:51 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201704260007.v3Q07pqp053451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Wed, 26 Apr 2017 00:07:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317430 - head/tools/tools/net80211/scripts X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 00:07:53 -0000 Author: adrian Date: Wed Apr 26 00:07:51 2017 New Revision: 317430 URL: https://svnweb.freebsd.org/changeset/base/317430 Log: [net80211] document having to enable privacy on the dynamic plumbed VAPs. Modified: head/tools/tools/net80211/scripts/setup.wdsmain Modified: head/tools/tools/net80211/scripts/setup.wdsmain ============================================================================== --- head/tools/tools/net80211/scripts/setup.wdsmain Wed Apr 26 00:03:03 2017 (r317429) +++ head/tools/tools/net80211/scripts/setup.wdsmain Wed Apr 26 00:07:51 2017 (r317430) @@ -8,6 +8,13 @@ # created). The WDSUP script is invoked for each wds vap that # gets created--to add the vap to a bridge. # +# Notes! +# +# * If the main AP VAP is running with encryption, the plumbed up +# WDS VAP needs to have privacy enabled (wepmode mixed, for example) +# otherwise frames transmitted from the WDS AP to the WDS STA +# will not be encrypted. +# # $FreeBSD$ # PATH=.:$PATH