OpenWrt Forum Archive

Topic: WPA1 (TKIP/AES) on Dell Truemobile 2300 (broadcom 2.4 kernel) how???

The content of this topic has been archived on 28 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I finally got kamikaze working on my Truemobile. That wasnt easy so im happy it works now.
But now i have a problem getting wpa to work. I have 2 Routers one is still running on whiterussian and the Output looks like this:

                    Quality=98/100  Signal level=-26 dBm 
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Extra: Last beacon: 100ms ago

The output with kamikaze looks like this:
                    IE: WPA Version 1
                        Group Cipher : WEP-40
                        Pairwise Ciphers (1) : WEP-40
                        Authentication Suites (1) : PSK
                    Extra: Last beacon: 244ms ago

my settings in etc/configuration/wireless are:
----------------------------------------------------
config wifi-device  wl0
        option type     broadcom
        option channel  6

config wifi-iface
        option device   wl0
        option network  lan
        option mode     ap
        option ssid     OpenWrt
        option encryption psk
        option key xxxxxx
        option hidden 0
---------------------------------------------------

What the hack is this WEP-40 ??????
If i run it with psk2 wpa2 is activated but that doesnt work but this is reported to be a driver problem as far as i know. wpa1 is ok but with tkip or aes wth is wep-40??

Please help me what is wrong? i only want to use tkip!!

The discussion might have continued from here.