Hello everybody,
After roaming on the wiki and the forum the whole day, I'm trying to change my WEP acces-point to WPA.
I used this howto to be sure that my fields are ok : http://forum.openwrt.org/viewtopic.php?id=12216
In psk2 mode : the clients got an error and cannot determine the network
In psk1 : you can enter the password but the acces point dont answer
I have added :
ipkg install nas
ipkg install hostpad
If i check with ps -aux, nas is running but nothing about hostapd
Should i configure something for hostapd ?
Here my config files :
/etc/config/network
#### VLAN configuration
config switch eth0
option vlan0 "0 1 2 3 5*"
option vlan1 "4 5"
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
option network lan
#### WAN configuration
config interface wan
option ifname "eth0.1"
option proto dhcp
/etc/config/wireless
config wifi-device wl0
option type broadcom
option channel 6
# REMOVE THIS LINE TO ENABLE WIFI:
#option disabled 1
config wifi-iface
option device wl0
option network lan
option mode ap
option ssid 'collocs-test'
option hidden 0
option encryption psk2 #or psk
option key '12345678'
thank you for your help in advance
(Last edited by linky on 21 Sep 2007, 21:37)