.
This commit is contained in:
16
salt/states/hostapd/files/hostapd.conf.jinja
Normal file
16
salt/states/hostapd/files/hostapd.conf.jinja
Normal file
@@ -0,0 +1,16 @@
|
||||
country_code={{ pillar['hostapd']['country_code'] }}
|
||||
interface={{ pillar['network']['interface']['wireless'] }}
|
||||
bridge={{ pillar['network']['interface']['bridge'] }}
|
||||
ssid={{ pillar['hostapd']['ssid'] }}
|
||||
hw_mode=g
|
||||
channel={{ pillar['hostapd']['channel'] }}
|
||||
macaddr_acl=0
|
||||
auth_algs=1
|
||||
ignore_broadcast_ssid=0
|
||||
wpa=2
|
||||
wpa_passphrase={{ pillar['hostapd']['wpa_passphrase'] }}
|
||||
wpa_key_mgmt=WPA-PSK
|
||||
wpa_pairwise=TKIP
|
||||
rsn_pairwise=CCMP
|
||||
own_ip_addr={{ pillar['network']['ip'] }}
|
||||
wpa_group_rekey=86400
|
Reference in New Issue
Block a user