From 65645374f2f98001504dddb45e4ed326d14239d0 Mon Sep 17 00:00:00 2001 From: andr3 Date: Sat, 4 Jun 2022 17:30:59 +0200 Subject: [PATCH] bb-aale-dieter-kern funkmesh aus, client auf kanal 13 --- .../bb-aale-dieter-kern/etc/config/wireless | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Richtfunk/bb-aale-dieter-kern/etc/config/wireless diff --git a/Richtfunk/bb-aale-dieter-kern/etc/config/wireless b/Richtfunk/bb-aale-dieter-kern/etc/config/wireless new file mode 100644 index 0000000..1997bff --- /dev/null +++ b/Richtfunk/bb-aale-dieter-kern/etc/config/wireless @@ -0,0 +1,30 @@ + +config wifi-device 'radio0' + option type 'mac80211' + option hwmode '11g' + option path 'platform/qca955x_wmac' + option htmode 'HT20' + option channel '13' + option country 'DE' + option legacy_rates '0' + +config wifi-iface 'mesh_radio0' + option ifname 'mesh0' + option network 'mesh_radio0' + option device 'radio0' + option mesh_fwding '0' + option mesh_id '6668682D77657374' + option mcast_rate '12000' + option mode 'mesh' + option disabled '1' + option macaddr 'd2:e5:0c:ca:2d:b1' + +config wifi-iface 'client_radio0' + option ifname 'client0' + option network 'client' + option disabled '0' + option device 'radio0' + option mode 'ap' + option macaddr 'd2:e5:0c:ca:2d:b0' + option ssid 'hamburg.freifunk.net' +