Package: rt2x00-source Version: 0cvs20060928-1 Driver is run in WPA-PSK mode (wpa_supplicant). Driver is not able to reconnect after AP's (Zyxel Prestige P660HW-T7C) period for re-authentication has timed out (factory default is 1800 secs.). In the Access Point's configuration this can be set to 9999 secs. but not switched off, so the healthy connection is limited to 9999 secs. Problem can be fixed only by linux reboot ("wpa_action wlan0 reload" / "ifconfig wlan0 stop/start" did not help.
Everything else (automatic reconnect after AP power-off, WPA group rekeying etc.) works fine. Problem occurs with Asus WL-107g (PCMCIA) as well as with Asus WL-167g (USB). System is Etch (updated 2006-12-23). In case of error wpa_cli reports the following (repeatedly): ========================== wpa_cli v0.5.5 Copyright (c) 2004-2006, Jouni Malinen <[EMAIL PROTECTED]> and contributors This program is free software. You can distribute it and/or modify it under the terms of the GNU General Public License version 2. Alternatively, this software may be distributed under the terms of the BSD license. See README and COPYING for more details. Selected interface 'wlan0' Interactive mode > <2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys <2>Trying to associate with 00:13:49:7f:94:85 (SSID='Schoger-Online' freq=2432 MHz) <2>Association request to the driver failed <2>Associated with 00:13:49:7f:94:85 <2>WPA: 4-Way Handshake failed - pre-shared key may be incorrect <2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys <2>Trying to associate with 00:13:49:7f:94:85 (SSID='Schoger-Online' freq=2432 MHz) <2>Association request to the driver failed <2>Associated with 00:13:49:7f:94:85 <2>WPA: 4-Way Handshake failed - pre-shared key may be incorrect <2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys <2>Trying to associate with 00:13:49:7f:94:85 (SSID='Schoger-Online' freq=2432 MHz) <2>Association request to the driver failed <2>Associated with 00:13:49:7f:94:85 <2>WPA: 4-Way Handshake failed - pre-shared key may be incorrect <2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys <2>Trying to associate with 00:13:49:7f:94:85 (SSID='Schoger-Online' freq=2432 MHz) ========================== wpa_supplicant.conf contains the following settings: ========================== # WPA-PSK/TKIP ctrl_interface=/var/run/wpa_supplicant # @home network={ ssid="Schoger-Online" # key_mgmt=WPA-PSK # proto=WPA # pairwise=TKIP # group=TKIP psk=...blah... priority=20 } # open networks network={ ssid="" key_mgmt=NONE } ========================== Kernel is: Linux 2.6.18-3-686 #1 SMP Mon Dec 4 16:41:14 UTC 2006 i686 GNU/Linux