Skip to content

Commit

Permalink
move to top
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Sep 16, 2020
1 parent 4746a14 commit f121ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/network/templates/hostapd/hostapd.conf.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Basic configuration

interface={{ iiab_wireless_lan_iface }}
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0

ssid={{ host_ssid }}
channel={{ host_channel }}
Expand Down Expand Up @@ -30,5 +32,3 @@ wpa_passphrase={{ hostapd_password }}
# Use AES, instead of TKIP
rsn_pairwise=CCMP
{% endif %}
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0

0 comments on commit f121ae1

Please sign in to comment.