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
b7ac32ef
Commit
b7ac32ef
authored
5 years ago
by
David Bauer
Committed by
Martin Weinelt
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: include OWE documentation
parent
9720be51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/site-example/site.conf
+6
-2
6 additions, 2 deletions
docs/site-example/site.conf
docs/user/site.rst
+11
-2
11 additions, 2 deletions
docs/user/site.rst
with
17 additions
and
4 deletions
docs/site-example/site.conf
+
6
−
2
View file @
b7ac32ef
...
...
@@ -42,10 +42,14 @@
--
Wireless
channel
.
channel
=
1
,
--
ESSID
used
for
client
network
.
--
ESSID
s
used
for
client
network
.
ap
= {
ssid
=
'alpha-centauri.freifunk.net'
,
--
ssid
=
'alpha-centauri.freifunk.net'
,
(
optional
-
SSID
for
open
client
network
)
--
disabled
=
true
, -- (
optional
)
--
Configuration
for
a
non
-
backward
compatible
OWE
network
below
.
--
owe_ssid
=
'owe.alpha-centauri.freifunk.net'
, -- (
optional
-
SSID
for
OWE
client
network
)
--
owe_transition_mode
=
true
, -- (
optional
-
enables
transition
-
mode
-
requires
ssid
as
well
as
owe_ssid
)
},
mesh
= {
...
...
This diff is collapsed.
Click to expand it.
docs/user/site.rst
+
11
−
2
View file @
b7ac32ef
...
...
@@ -130,8 +130,15 @@ wifi24 \: optional
This will only affect new installations.
Upgrades will not change the disabled state.
``ap`` requires a single parameter, a string, named ``ssid`` which sets the
interface's ESSID. This is the WiFi the clients connect to.
``ap`` holds the client network configuration.
To create an unencrypted client network, a string named ``ssid`` which sets the
interface's ESSID is required. This is the wireless network clients connect to.
For an OWE secured network, the ``owe_ssid`` string has to be set. It sets the
SSID for the opportunistically encrypted wireless network, to which compatible
clients can connect to.
To utilize the OWE transition mode, ``owe_transition_mode`` has to be set to true.
Note that for the transition mode to work, both ``ssid`` as well as ``owe_ssid``
have to be enabled.
``mesh`` requires a single parameter, a string, named ``id`` which sets the
mesh id, also visible as an open WiFi in some network managers. Usually you
...
...
@@ -147,6 +154,8 @@ wifi24 \: optional
channel = 11,
ap = {
ssid = 'alpha-centauri.freifunk.net',
owe_ssid = 'owe.alpha-centauri.freifunk.net',
owe_transition_mode = true,
},
mesh = {
id = 'ueH3uXjdp',
...
...
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