svn commit: r317430 - head/tools/tools/net80211/scripts

Adrian Chadd adrian at FreeBSD.org
Wed Apr 26 00:07:53 UTC 2017


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


More information about the svn-src-all mailing list