1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

move to top

This commit is contained in:
Jerry Vonau 2020-09-16 11:52:17 -05:00
parent 4746a142af
commit f121ae1e52

View file

@ -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 }}
@ -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