Hey all.
I have installed the latest kamikaze on my linksys WRT54G v3.1 and configured my wireless network the follwing way:
/etc/config/network:
#### Wireless LAN configuration
config interface wireless
option ifname "wl0"
option proto "static"
option ipaddr 192.168.4.1
option netmask 255.255.255.0
/etc/config/wireless:
config wifi-device wl0
option type "broadcom"
option channel "5"
option mode "bg"
option hidden "0"
option disabled "0"
config wifi-iface
option device "wl0"
option mode "ap"
option ssid "localdomain"
option encryption "wep"
option key1 "key removed"
The interface wl0 is pingable from the router and I want to separate the LAN from the Wireless, that's why I did not configure bridging.
Anyone has a clue why I don't see the ssid in my wireless networks on my laptop?