aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-06-02 14:51:00 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-06-02 14:53:50 -0700
commit589d7374dc5c023304f6226cb458d5346bdd3a0b (patch)
tree8ff2a6c64e9f31d965015b4ed05d59338d318953 /doc
parentnet/iw: refactor iw mode setup (diff)
downloadnetifrc-589d7374dc5c023304f6226cb458d5346bdd3a0b.tar.gz
netifrc-589d7374dc5c023304f6226cb458d5346bdd3a0b.tar.bz2
netifrc-589d7374dc5c023304f6226cb458d5346bdd3a0b.zip
net/iw: implement 802.11s mesh
Closes: https://bugs.gentoo.org/469296 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/net.example.Linux.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 4fc603b..d88302b 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -231,7 +231,7 @@
# do require the SSID to be set - do this here
#essid_eth0="any"
-# Set the mode of the interface (managed, ad-hoc, master or auto)
+# Set the mode of the interface (managed, ad-hoc, master, mesh or auto)
# The default is auto
# If it's ad-hoc or master you also may need to specify the channel below
#mode_eth0="auto"
@@ -409,6 +409,11 @@
# NOTE: preferred_aps list ignores blacklisted_aps - so if you have
# the same SSID in both, well, you're a bit silly :p
+# 802.11s mesh support
+# Requires CONFIG_MAC80211_MESH in kernel and hardware support
+#mode_wlan0="mesh"
+#mesh_wlan0="MyMeshNetworkID"
+
############################################################
# wpa_supplicant