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:
parent
4746a142af
commit
f121ae1e52
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue