]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/hostapd/hostapd.conf
Merge remote-tracking branch 'origin/next' into thirteen
[people/pmueller/ipfire-2.x.git] / config / hostapd / hostapd.conf
1 driver=nl80211
2 ######################### basic hostapd configuration ##########################
3 #
4 interface=blue0
5 hw_mode=g
6 channel=05
7 logger_syslog=-1
8 logger_syslog_level=3
9 logger_stdout=-1
10 logger_stdout_level=4
11 dump_file=/tmp/hostapd.dump
12 auth_algs=3
13 ctrl_interface=/var/run/hostapd
14 ctrl_interface_group=0
15 macaddr_acl=0
16 ssid=IPFire
17 ignore_broadcast_ssid=0
18 ######################### wpa hostapd configuration ############################
19 #
20 wpa=2
21 wpa_passphrase=IPFire-2.x
22 wpa_key_mgmt=WPA-PSK
23 wpa_pairwise=CCMP TKIP