Hi there,

I have a problem with the Client Mode when I conect to my AP wifi router. The problem consist in that the TL-WR841ND don't get IP form DHCP Server Wifi Router. I tried too to asign static IP to the Client router, but the Client router don't response.

This is my "iwlist wlan0 scan"

          Cell 01 - Address: 64:68:0C:C9:78:9F
                    Channel:3
                    Frequency:2.422 GHz (Channel 3)
                    Quality=38/70  Signal level=-72 dBm  
                    Encryption key:on
                    ESSID:"WLAN_789C"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000001dfb063cae4
                    Extra: Last beacon: 90ms ago
                    IE: Unknown: 0009574C414E5F37383943
                    IE: Unknown: 010482848B96
                    IE: Unknown: 030103
                    IE: Unknown: 2A0100
                    IE: Unknown: 2F0100
                    IE: Unknown: 32080C1218243048606C
                    IE: Unknown: DD760050F204104A00011010440001021041000100103B00010310470010000102030405060708090A0B0C0D0EBB1021000842726F6164636F6D1023000842726F6164636F6D1024000631323334353610420004313233341054000800060050F20400011011000A42726F6164636F6D4150100800020088
                    IE: Unknown: DD090010180201F4000000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK

And, this is my "wireless" file on the router:

root@OpenWrt:~# cat /etc/config/wireless 

config wifi-device 'radio0'
    option type 'mac80211'
    option macaddr 'f8:d1:11:72:70:6e'
    list ht_capab 'SHORT-GI-20'
    list ht_capab 'SHORT-GI-40'
    list ht_capab 'TX-STBC'
    list ht_capab 'RX-STBC1'
    list ht_capab 'DSSS_CCK-40'
    option country 'ES'
    option txpower '20'
    option hwmode '11ng'
    option channel '3'
    option disabled '0'
    option htmode 'HT20'

config wifi-iface
    option ssid 'WLAN_789C'
    option encryption 'psk'
    option device 'radio0'
    option mode 'sta'
    option network 'wan'
    option key '***********************'
    option bssid '64:68:0C:C9:78:9F'

root@OpenWrt:~#

Thank you so much
Regards