Hi everyone,
i've got the following situation:
Linksys WRT54GL (running Kamikaze 7.07) connected as wireless (routed) client to my university. WEP-Encrytion. Everything is working - so far.
Actually there are 3 outdoor-accesspoints I can "see" (channels 1, 6, 11), all having the same SSID.
But, one of them (usually the one with the best signal) has turned mad and sometimes doesn't assign an IP-Adress and doesn't "let me in".
Is there any way to filter MAC-adresses or channels in sta-mode?
I've tried to set the channel in etc/config/wireless:
config wifi-device wl0
option type broadcom
option channel 11
(...)
I've also tried to enable MAC-Filtering as described here http://wiki.openwrt.org/OpenWrtDocs/Kam … figuration
config wifi-device wl0
option macfilter '2'
option maclist '00:12:01:XX:XX:XX'
(...)
..but after restarting the network nothing happens - all my settings are ignored and I'm still connected to the AP with the best signal.
Any ideas?