firmware/bsp/default/root_file_system/etc/config/wireless.tpl
Steffen Pankratz 4e9d081658 bsp/*/config/wireless: remove hidden parameter
- 'hidden = 1' does not make sense for ad-hoc networks, they need the
  SSID to be visible for cell merging to function properly

Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
Reveiwed-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2015-12-13 11:07:23 +01:00

25 lines
635 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
config wifi-iface
option device radio0
option network mesh
option ifname w2ap
option mode ap
option ssid '${ESSID_AP}'
option encryption none