profile-freifunk-80211s-sae-batadv-only
Use 802.11s with SAE for mesh, route with batman-adv only
Makefile
include $(TOPDIR)/rules.mk
PROFILE_DESCRIPTION:=Use 802.11s with SAE for mesh, route with batman-adv only
PROFILE_DEPENDS:=+wpad-mesh-wolfssl +lime-proto-batadv +lime-proto-anygw +shared-state +shared-state-bat_hosts +shared-state-dnsmasq_hosts +shared-state-dnsmasq_leases +wifi-unstuck-wa
include ../../profile.mk
# call BuildPackage - OpenWrt buildroot signaturelime-community
# Beware this file is NOT supposed to be edited by the end user, modify /etc/config/lime instead
# If the same option or list is defined both in /etc/config/lime and lime-defaults file, the former will prevail
# Beware this file is not supposed to store interface specific configuration, like "config net eth0"
# Read the documentation in /etc/config/lime.example file
# and on https://libremesh.org
config lime system
option hostname 'LiMe-%M4%M5%M6'
option domain 'lime'
option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'
config lime network
option primary_interface eth0
option main_ipv4_address '10.%N1.%N2.0/24'
option main_ipv6_address 'fd43:1508:%N1%N2:%N300::/64'
list protocols ieee80211s
list protocols lan
list protocols anygw
list protocols batadv:%N1
list resolvers 4.2.2.2 # b.resolvers.Level3.net
list resolvers 141.1.1.1 # cns1.cw.net
# list resolvers 2001:470:20::2 # ordns.he.net
option bmx7_over_batman false
option bmx7_pref_gw none
option anygw_mac "aa:aa:aa:%N1:%N2:aa"
config lime wifi
option channel_2ghz '1'
option channel_5ghz '40'
option country 'DE'
option distance '2000'
option htmode_5ghz 'HT20'
option htmode_2ghz 'HT20'
list modes 'ap'
list modes 'ieee80211s'
option ap_ssid 'FreifunkLibremesh'
option ieee80211s_mesh_fwding '0'
option ieee80211s_mesh_id 'LiMe'
option ieee80211s_encryption 'sae'
option ieee80211s_key 'freifunk'