]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/hostapd/hostapd.conf
start hostapd with wpa2 instead of wpa
[people/pmueller/ipfire-2.x.git] / config / hostapd / hostapd.conf
1 ######################### basic hostapd configuration ##########################
2 #
3 interface=blue0
4 driver=madwifi
5 logger_syslog=-1
6 logger_syslog_level=3
7 logger_stdout=-1
8 logger_stdout_level=4
9 dump_file=/tmp/hostapd.dump
10 auth_algs=3
11 ctrl_interface=/var/run/hostapd
12 ctrl_interface_group=0
13 macaddr_acl=0
14 ssid=IPFire
15 ignore_broadcast_ssid=0
16 ######################### wpa hostapd configuration ############################
17 #
18 wpa=2
19 wpa_passphrase=IPFire-2.x
20 wpa_key_mgmt=WPA-PSK
21 wpa_pairwise=CCMP TKIP