Skip to content

Commit

Permalink
add hacrafu-wireless profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuquetuPlexis committed Jul 25, 2024
1 parent 1965bcc commit 5e8bdb1
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions group_vars/all/wireless_profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,38 @@ all__wireless_profiles__to_merge:
mcast_rate: 12000
mesh_fwding: 0
ifname_hint: mesh

- name: freifunk_hacrafu
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: freifunk.hacrafu.de
encryption: none
network: dhcp
radio: [11a_standard, 11g_standard]
ifname_hint: ff

# - mode: ap
# ssid: freifunk.hacrafu.de 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 5e8bdb1

Please sign in to comment.