---------------------------------------------------------------------------------- Networking on WRT160NL for Wifi to function need to flash OpenWRT 10.03.1 , for example rc4. iwlist scanning Scans networks. I receive TRENDnet on ch1 I tried to make a bridge that receives free WLAN internet from neighbours and makes own network in the apartment. It is possible to build this bridge in Luci interface under administration/newtork. No need to do the code below. I just leave it for reference. Not sure it works. http://wiki.openwrt.org/doc/howto/clientmode#bridged.client.mode.brcm-2.4.only /etc/config/wireless config wifi-iface option mode "sta" before was ap http://martybugs.net/wireless/openwrt/client.cgi wlanconfig http://wiki.openwrt.org/doc/howto/wireless.repeater brctl show ----------------------------------- # wireless config 'wifi-device' 'radio0' option 'type' 'mac80211' option 'channel' '11' option 'macaddr' 'c0:c1:c0:43:8f:a6' option 'hwmode' '11ng' option 'htmode' 'HT20' list 'ht_capab' 'SHORT-GI-40' list 'ht_capab' 'DSSS_CCK-40' option 'disabled' '0' config 'wifi-iface' option 'device' 'radio0' option 'network' 'lan' option 'mode' 'ap' option 'ssid' 'OpenWrt' option 'encryption' 'none' #========================================= # network config 'interface' 'loopback' option 'ifname' 'lo' option 'proto' 'static' option 'ipaddr' '127.0.0.1' option 'netmask' '255.0.0.0' config 'interface' 'lan' option 'ifname' 'eth0' option 'type' 'bridge' option 'proto' 'static' option 'netmask' '255.255.255.0' option 'ipaddr' '192.168.1.1' config 'interface' 'wan' option 'ifname' 'eth1' option 'proto' 'dhcp' config 'switch' option 'name' 'eth0' option 'reset' '1' option 'enable_vlan' '1' config 'switch_vlan' option 'device' 'eth0' option 'vlan' '1' option 'ports' '0 1 2 3 4 5' ================================================================== Tried aircrack. Could not get it working . Probably WLAN chip not supported. http://www.hackinfo.nl/wep-hacking/78-cracking-a-wep-using-openwrt-on-your-wrt54g-router.html opkg list_installed opkg update opkg install aircrack-ng okpg install kismet-server opkg install kismet-client wl monitor 1 ifup prism0 airodump-ng --ivs --write wep out 7 prism0