From 493396dfb76fad81987c18f724f9968e8fddc474 Mon Sep 17 00:00:00 2001 From: Andre Schmidt Date: Sun, 29 May 2022 18:43:32 +0200 Subject: [PATCH] bb-bierhahn hinzugefuegt --- Richtfunk/bb-bierhahn/etc/config/wireless | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Richtfunk/bb-bierhahn/etc/config/wireless diff --git a/Richtfunk/bb-bierhahn/etc/config/wireless b/Richtfunk/bb-bierhahn/etc/config/wireless new file mode 100644 index 0000000..05143f5 --- /dev/null +++ b/Richtfunk/bb-bierhahn/etc/config/wireless @@ -0,0 +1,31 @@ + +config wifi-device 'radio0' + option type 'mac80211' + option hwmode '11g' + option path 'pci0000:00/0000:00:00.0' + option htmode 'HT20' + option channel '5' + option country 'DE' + option legacy_rates '0' + option txpower '6' + +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 '0' + option macaddr 'ca:bb:fb:cf:e1:e1' + +config wifi-iface 'client_radio0' + option ifname 'client0' + option network 'client' + option disabled '0' + option device 'radio0' + option mode 'ap' + option macaddr 'ca:bb:fb:cf:e1:e0' + option ssid 'hamburg.freifunk.net' +