Change hostapd default WPA passw to "IPFire-2.x" because 6 chars are to short

Create /var/run/hostapd folder at hostapd initskript
This commit is contained in:
Arne Fitzenreiter
2008-08-05 17:02:23 +02:00
parent 06391e6de4
commit aced02fac6
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ interface=blue0
driver=madwifi
auth_algs=3
wpa=1
wpa_passphrase=IPFire
wpa_passphrase=IPFire-2.x
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
debug=0

View File

@@ -5,6 +5,7 @@
case "${1}" in
start)
boot_mesg -n "Starting hostapd... "
mkdir -p /var/run/hostapd
# enable wlan module of collectd
sed -i -e "s|#LoadPlugin wireless|LoadPlugin wireless|g" /etc/collectd.conf
/usr/bin/wlanconfig ath0 destroy