Skip to content

Commit

Permalink
radbahn: wifi channels, SSID, map location
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Apr 27, 2024
1 parent 38f2a16 commit 8777406
Showing 1 changed file with 55 additions and 2 deletions.
57 changes: 55 additions & 2 deletions locations/radbahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

location: radbahn
location_nice: Radbahn Testfeld
latitude: 52.49928
longitude: 13.42902
latitude: 52.49917
longitude: 13.42431
contact_nickname: Stadtfunk gGmbH
contacts:
- noc@stadtfunk.net
Expand All @@ -18,11 +18,13 @@ hosts:
role: ap
model: zyxel_nwa55axe
openwrt_version: snapshot
wireless_profile: radbahn

- hostname: radbahn-w-nf
role: ap
model: zyxel_nwa55axe
openwrt_version: snapshot
wireless_profile: radbahn

snmp_devices:

Expand Down Expand Up @@ -101,3 +103,54 @@ networks:
radbahn-emma: 2
radbahn-o-nf: 3
radbahn-w-nf: 4

location__channel_assignments_11a_standard__to_merge:
radbahn-o-nf: 36-40
radbahn-w-nf: 44-40

location__channel_assignments_11b_standard__to_merge:
radbahn-o-nf: 9-20
radbahn-w-nf: 13-20

location__wireless_profiles__to_merge:
- name: radbahn
devices:
- radio: 11a_standard
legacy_rates: false
country: DE
- radio: 11g_standard
legacy_rates: false
country: DE
- radio: 11a_mesh
legacy_rates: false
country: DE

ifaces:
- mode: ap
ssid: berlin.freifunk.net
encryption: none
network: dhcp
radio: [11a_standard, 11g_standard]
ifname_hint: ff

- mode: ap
ssid: radbahn.freifunk.berlin
encryption: none
network: dhcp
radio: [11a_standard, 11g_standard]
ifname_hint: ffcust

- mode: ap
ssid: berlin.freifunk.net Encrypted
encryption: owe
network: dhcp
radio: [11a_standard, 11g_standard]
ifname_hint: ffowe
ieee80211w: 1

- mode: mesh
mesh_id: Mesh-Freifunk-Berlin
radio: [11a_standard, 11g_standard, 11a_mesh]
mcast_rate: 12000
mesh_fwding: 0
ifname_hint: mesh

0 comments on commit 8777406

Please sign in to comment.