firmware/bsp/default/root_file_system/etc/config/wireless.tpl
Steffen Pankratz 6977c92f88 - unified formatting (no functional changes, only white space changes)
Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
Reviewed-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
Reviewed-by: Michael Fritscher <michael@fritscher.net>
2015-11-16 15:07:45 +01:00

26 lines
659 B
Smarty

config wifi-device radio0
option type mac80211
option channel ${BATMAN_CHANNEL}
option phy phy0
option hwmode 11g
option htmode HT20
option country DE
config wifi-iface
option device radio0
option network w2mesh
option ifname w2mesh
option mode adhoc
option bssid ${BSSID_MESH}
option ssid '${ESSID_MESH}'
option mcast_rate 6000
option encryption none
option hidden 1
config wifi-iface
option device radio0
option network mesh
option ifname w2ap
option mode ap
option ssid '${ESSID_AP}'
option encryption none