Ticket #584 (closed defect: fixed)
WPA/WPA2 not working with Marvell Libertas
| Reported by: | marcelo | Owned by: | marcelo |
|---|---|---|---|
| Priority: | high | Milestone: | Trial-2 |
| Component: | distro | Version: | |
| Keywords: | relnote | Cc: | dcbw@… |
| Action Needed: | never set | Verified: | no |
| Deployments affected: | Blocked By: | ||
| Blocking: |
Description
wpa_supplicant fails to authenticate via WAP-PSK with the generic wext driver:
# cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="default"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="1234567890"
}
# strace wpa_supplicant -ieth0 -Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf
...
ioctl(3, 0x8b32, 0xbfc6e2fc) = -1 EOPNOTSUPP (Operation not supported)
write(2, "ioctl[SIOCSIWAUTH]: Operation no"..., 44ioctl[SIOCSIWAUTH]: Operation
not supported
) = 44
write(2, "WEXT auth param 10 value 0x1 - ", 31WEXT auth param 10 value 0x1 - ) =
31
write(1, "wpa_driver_wext_associate: assoc"..., 87) = 87
ioctl(3, 0x8b32, 0xbfc6e2fc) = -1 EOPNOTSUPP (Operation not supported
)
write(2, "ioctl[SIOCSIWAUTH]: Operation no"..., 44ioctl[SIOCSIWAUTH]: Operation
not supported
) = 44
write(2, "WEXT auth param 8 value 0x0 - ", 30WEXT auth param 8 value 0x0 - ) = 3
0
write(1, "wpa_driver_wext_associate: assoc"..., 92) = 92
ioctl(3, SIOCSIWFREQ, 0xbfc6e2fc) = -1 EOPNOTSUPP (Operation not supported
)
B
write(2, "ioctl[SIOCSIWFREQ]: Operation no"..., 44ioctl[SIOCSIWFREQ]: Operation
not supported
pprpplague mentions a marvell wpa_supplicant driver patch at http://svn.gumstix.com/gumstix-buildroot/trunk/package/wpa_supplicant/patch_wpa_supplicant-0.4.7-MSI-2-GUM
Change History
Note: See
TracTickets for help on using
tickets.


