Hello Everyone,
I am trying to configure TPLINK WR741ND to act as a wireless client(sta).
I have modified the config files to bridge wifi to WAN instead of LAN.
This config doesn't work for WR741ND but the same changes worked on Linksys WR160NL
Please help me to arrive at the right config or spot the error with the below config for Tplink WR741ND
cat /etc/config/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 eth1'
option 'type' 'bridge'
option 'proto' 'dhcp'
config 'switch_vlan'
option 'device' 'eth0'
option 'vlan' '1'
option 'ports' '0 1 2 3 4'
config 'switch' 'eth0'
option 'enable_vlan' '1'
config 'interface' 'wifi'
option 'proto' 'dhcp'
-------------------------------------------
cat /etc/config/wireless
config wifi-device radio0
option type mac80211
#option channel 11
option channel 1-14
option country DE
option macaddr 74:EA:3A:CB:5D:4A
option hwmode 11ng
option htmode HT20
list ht_capab SHORT-GI-40
list ht_capab DSSS_CCK-40
#option disabled 1
config wifi-iface
option device radio0
option network wifi
option mode sta
option ssid SKsd
option encryption psk2
option key xxxxx