Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
44011457
Commit
44011457
authored
10 years ago
by
Daniel Golle
Browse files
Options
Downloads
Patches
Plain Diff
docs: add docs and example for mesh_vlan site parameter
Signed-off-by:
Daniel Golle
<
daniel@makrotopia.org
>
parent
8e41ff61
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/site-example/site.conf
+4
-0
4 additions, 0 deletions
docs/site-example/site.conf
docs/user/site.rst
+2
-0
2 additions, 0 deletions
docs/user/site.rst
with
6 additions
and
0 deletions
docs/site-example/site.conf
+
4
−
0
View file @
44011457
...
...
@@ -51,6 +51,9 @@
--
Bitrate
used
for
multicast
/
broadcast
packets
.
mesh_mcast_rate
=
12000
,
-- (
optional
)
mesh
VLAN
on
802
.
11
ad
-
hoc
interface
(
1
-
4095
)
--
mesh_vlan
=
14
,
},
--
Wireless
configuration
for
5
GHz
interfaces
.
...
...
@@ -63,6 +66,7 @@
mesh_ssid
=
'XX:XX:XX:XX:XX:XX'
,
mesh_bssid
=
'XX:XX:XX:XX:XX:XX'
,
mesh_mcast_rate
=
12000
,
--
mesh_vlan
=
14
,
},
--
The
next
node
feature
allows
clients
to
always
reach
the
node
it
is
...
...
This diff is collapsed.
Click to expand it.
docs/user/site.rst
+
2
−
0
View file @
44011457
...
...
@@ -66,6 +66,8 @@ wifi24
of ``ssid`` of your client network, the ``channel`` your community is using,
``htmode``, the adhoc ssid ``mesh_ssid`` used between devices, the adhoc
bssid ``mesh_bssid`` and the adhoc multicast rate ``mesh_mcast_rate``.
Optionally ``mesh_vlan`` can be used to setup VLAN on top of the 802.11
ad-hoc interface.
Combined in an dictionary, e.g.:
::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment