Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-17,master
commit d43991cecb34aa24440ce59a26882e876ef8520a Author: Sven Eckelmann sven@narfation.org Date: Tue Sep 17 10:20:38 2019 +0000
doc: batman-adv/Batman-adv-openwrt-config
d43991cecb34aa24440ce59a26882e876ef8520a batman-adv/Batman-adv-openwrt-config.textile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/batman-adv/Batman-adv-openwrt-config.textile b/batman-adv/Batman-adv-openwrt-config.textile index c5fd735..9e935b5 100644 --- a/batman-adv/Batman-adv-openwrt-config.textile +++ b/batman-adv/Batman-adv-openwrt-config.textile @@ -145,12 +145,12 @@ config wifi-iface 'wmesh'
It is assumed you configured the 'wifi-device' depending on your requirements and your hardware. The interesting part is the 'wifi-iface' stanza with its options:
- * 'device' points back to your radio (wifi-device) interface - * 'ifname' allows you to specify an arbitrary name for your adhoc interface (which we are going to re-use later) - * 'network' points to the corresponding stanza in '/etc/config/network' - * 'mode' defines the wifi mode (adhoc in our case) - * 'mcast_rate' helps to avoid low bandwidth routes (routes with a lower throughput rate than the mcast rate will not be visible to batman-adv) - * 'ssid' and 'bssid' are basic wireless settings you might want to set to your liking +* 'device' points back to your radio (wifi-device) interface +* 'ifname' allows you to specify an arbitrary name for your adhoc interface (which we are going to re-use later) +* 'network' points to the corresponding stanza in '/etc/config/network' +* 'mode' defines the wifi mode (adhoc in our case) +* 'mcast_rate' helps to avoid low bandwidth routes (routes with a lower throughput rate than the mcast rate will not be visible to batman-adv) +* 'ssid' and 'bssid' are basic wireless settings you might want to set to your liking
More information can be found in the "OpenWrt wireless configuration":https://wiki.openwrt.org/doc/uci/wireless
@@ -219,12 +219,12 @@ config wifi-iface 'wmesh'
It is assumed you configured the 'wifi-device' depending on your requirements and your hardware. The interesting part is the 'wifi-iface' stanza with its options:
- * 'device' points back to your radio (wifi-device) interface - * 'ifname' allows you to specify an arbitrary name for your adhoc interface (which we are going to re-use later) - * 'network' points to the corresponding stanza in '/etc/config/network' - * 'mode' defines the wifi mode (adhoc in our case) - * 'mcast_rate' helps to avoid low bandwidth routes (routes with a lower throughput rate than the mcast rate will not be visible to batman-adv) - * 'ssid' and 'bssid' are basic wireless settings you might want to set to your liking +* 'device' points back to your radio (wifi-device) interface +* 'ifname' allows you to specify an arbitrary name for your adhoc interface (which we are going to re-use later) +* 'network' points to the corresponding stanza in '/etc/config/network' +* 'mode' defines the wifi mode (adhoc in our case) +* 'mcast_rate' helps to avoid low bandwidth routes (routes with a lower throughput rate than the mcast rate will not be visible to batman-adv) +* 'ssid' and 'bssid' are basic wireless settings you might want to set to your liking
More information can be found in the "OpenWrt wireless configuration":https://wiki.openwrt.org/doc/uci/wireless