On 09/29/2010 08:44 PM, Paul Fertser wrote:
José Miguel Gonçalves<jose.goncal...@inov.pt> writes:
I am using the ar6k driver from openmoko (retrieved following the
instructions at http://wireless.kernel.org/en/users/Drivers/ar6k),
with kernel 2.6.29 and wpa_supplicant 0.6.10, in a embedded board
based on Samsung's S3C2412 SoC with a AR6001 SDIO card.
The driver and the chip are known to behave strangely sometimes, but
probably some of the magic methods from [1] might help you. I'm not
sure we have seen anything like your group rekeying issue though,
sorry.
[1] http://www.mail-archive.com/commun...@lists.openmoko.org/msg58146.html
Unfortunately, none of that methods helped. My board stops responding as
soon as the group key changes.
Another question. I see some ioctl() errors on the wpa_supplicant
initialization (see bellow).
Is this normal?
$ wpa_supplicant -t -D wext -i wlan0 -c /etc/wpa_supplicant.conf
ioctl[SIOCSIWESSID]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
65.925456: Trying to associate with SSID 'A. Guidance'
AR6000 disconnected
AR6000 connected event on freq 5560 with bssid 68:ef:bd:17:d6:90
listenInterval=100, beaconInterval = 102, beaconIeLen = 26
assocReqLen=72 assocRespLen =42
Network: Infrastructure
67.198350: Associated with 68:ef:bd:17:d6:90
67.217686: WPA: Could not find AP from the scan results
67.221104: WPA: Key negotiation completed with 68:ef:bd:17:d6:90
[PTK=CCMP GTK=TKIP]
67.221751: CTRL-EVENT-CONNECTED - Connection to 68:ef:bd:17:d6:90
completed (auth) [id=0 id_str=]
115.683928: WPA: Group rekeying completed with 68:ef:bd:17:d6:90 [GTK=TKIP]
Regards,
José Gonçalves