WPA-PSK problem on Marvell 8686...Help Plz

Dan Williams dcbw
Fri Nov 30 06:49:35 PST 2007


On Fri, 2007-11-30 at 11:48 +0000, RAGHAVENDRA SADARAMACHANDRA wrote:
> Hi All, 
> 
>    I have to configure WPA-PSK on Marvell 8686. They have given ported
> version of wpa supplicant 0.5.7 with the driver. Compiled it and
> enabled....But no success. I am using Linksys WAP54G Access Point. I
> tried for over 3 days...but cudn't find out the problem.
> 
>  
> 
> I have following doubts
> 
>  
> 
> 1. ioctl[SIOCSIWFREQ]: Operation not supported, does this
> indicate marvell driver's problem?

This doesn't actually matter at all; but it indicates that the driver
does not support the request that wpa_supplicant is issuing.  It should
not have any real effect on your problem though.

> 2. WPA: 4-Way Handshake failed - pre-shared key may be incorrect, here
> i entered psk="data1234" which is same as that entered in linksys  AP.
> But still getting this junk error?

Please run wpa_supplicant with -ddd to output all debugging.  The logs
you've posted below do not contain enough information to help debug the
issue.

Dan

>  
> 
> MY AP configuration is
> 
>  
> 
> # iwlist eth0 scanning
> 
> eth0      Scan completed :
> 
>           Cell 01 - Address: 00:0F:CB:FE:2F:5F
> 
>                    ESSID:"3Com"
> 
>                    Mode:Managed
> 
>                    Frequency:2.412 GHz (Channel 1)
> 
>                     Quality:0/100  Signal level=-45 dBm  Noise
> level=-96 dBm
> 
>                    Encryption key:on
> 
>                    Bit Rates:54 Mb/s
> 
>                    IE: WPA Version 1
> 
>                        Group Cipher : TKIP
> 
>                        Pairwise Ciphers (1) : TKIP
> 
>                        Authentication Suites (1) : 802.1x
> 
>           Cell 02 - Address: 00:90:4C:91:00:01
> 
>                     ESSID:"linksys" [2]
> 
>                     Mode:Managed
> 
>                     Frequency:2.462 GHz (Channel 11)
> 
>                     Quality:0/100  Signal level=-29 dBm  Noise
> level=-96 dBm
> 
>                     Encryption key:on
> 
>                     Bit Rates:48 Mb/s
> 
>                     IE: WPA Version 1
> 
>                         Group Cipher : TKIP
> 
>                         Pairwise Ciphers (1) : TKIP
> 
>                         Authentication Suites (1) : PSK
> 
>    
> 
> MY wpa_supplicant.conf configuration is
> 
>  
> 
> network={
> 
>                ssid="linksys"
> 
>                scan_ssid=1
> 
>                 proto=WPA
> 
>                key_mgmt=WPA-PSK
> 
>                pairwise=TKIP
> 
>                group=TKIP
> 
>                psk="data1234"
> 
> }
> 
> I enable wpa_supplicant using below command
> 
>  
> 
> # ./wpa_supplicant -c./wpa_supplicant.conf -ieth0
> 
> ioctl[SIOCSIWPMKSA]: Invalid argument
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> Association request to the driver failed
> 
> Associated with 00:90:4c:91:00:01
> 
> WPA: Key negotiation completed with 00:90:4c:91:00:01 [PTK=TKIP
> GTK=TKIP]
> 
> CTRL-EVENT-CONNECTED - Connection to 00:90:4c:91:00:01 completed
> (auth) [id=0 id_str=]
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> Association request to the driver failed
> 
> Associated with 00:90:4c:91:00:01
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> ioctl[SIOCSIWESSID]: Network is down
> 
> ioctl[SIOCSIWAP]: Network is unreachable
> 
> Association request to the driver failed
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> Associated with 00:00:00:00:00:00
> 
> Authentication with 00:00:00:00:00:00 timed out.
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> Association request to the driver failed
> 
> Associated with 00:90:4c:91:00:01
> 
> WPA: Key negotiation completed with 00:90:4c:91:00:01 [PTK=TKIP
> GTK=TKIP]
> 
> CTRL-EVENT-CONNECTED - Connection to 00:90:4c:91:00:01 completed
> (reauth) [id=0 id_str=]
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> ioctl[SIOCSIWAP]: Network is unreachable
> 
> Association request to the driver failed
> 
> Associated with 00:00:00:00:00:00
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> WPA: No SSID info found (msg 1 of 4).
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> Association request to the driver failed
> 
> Associated with 00:90:4c:91:00:01
> 
> WPA: Key negotiation completed with 00:90:4c:91:00:01 [PTK=TKIP
> GTK=TKIP]
> 
> CTRL-EVENT-CONNECTED - Connection to 00:90:4c:91:00:01 completed
> (reauth) [id=0 id_str=]
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> Association request to the driver failed
> 
> Associated with 00:90:4c:91:00:01
> 
> WPA: Key negotiation completed with 00:90:4c:91:00:01 [PTK=TKIP
> GTK=TKIP]
> 
> CTRL-EVENT-CONNECTED - Connection to 00:90:4c:91:00:01 completed
> (reauth) [id=0 id_str=]
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> Association request to the driver failed
> 
> Associated with 00:90:4c:91:00:01
> 
> WPA: 4-Way Handshake failed - pre-shared key may be incorrect
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> Association request to the driver failed
> 
> Associated with 00:90:4c:91:00:01
> 
> WPA: Key negotiation completed with 00:90:4c:91:00:01 [PTK=TKIP
> GTK=TKIP]
> 
> CTRL-EVENT-CONNECTED - Connection to 00:90:4c:91:00:01 completed
> (reauth) [id=0 id_str=]
> 
> CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
> 
> Trying to associate with 00:90:4c:91:00:01 (SSID='linksys' freq=2462
> MHz)
> 
> ioctl[SIOCSIWFREQ]: Operation not supported
> 
> Association request to the driver failed
> 
> Associated with 00:90:4c:91:00:01
> 
>  
> 
>  
> 
> Thanx in Advance.
> 
> Raghu. 
> 
> _______________________________________________
> HostAP mailing list
> HostAP at shmoo.com
> http://lists.shmoo.com/mailman/listinfo/hostap





More information about the Hostap mailing list