On Sat, Dec 03, 2011 at 10:55:40PM +0800, Haohui Liao wrote: > Dear Linux Wifi developers, > > Regarding https://bugs.archlinux.org/task/27406 > > > The following is a portion of my wpa_supplicant.conf > > > > ssid="LINUX-LINK" > > proto=WPA2 > > key_mgmt=WPA-PSK > > pairwise=TKIP > > group=TKIP That's pretty strange configuration.. Do you have any particular reason for using TKIP as the pairwise cipher with WPA2? CCMP would be much more likely configuration for WPA2 in general.. > Just wondering if I am the only one still doing the following from command line > to connect to wifi? I'm sure you are not the only one.. And in this particular case, I don't see how that would make a difference. > wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B > iwconfig wlan0 power off > dhcpd wlan0 > > If I do that, I will get wifi stall on wpa_supplicant when there is a > rekeying with the Linux 3.1.x kernel. It does not happen to Linux > 3.0.x. I have been searching on Internet around with no indicator. > Just trying to ask if I did anything wrong? or everyone just uses > NetworkManager? Would you be able to provide some more details on what exactly you mean with "wifi stall"? Are you sure this is related to rekeying? May I ask why you have configured the station to force PTK rekeying every 10 minutes? While TKIP is not really the most secure design out there, the proper way of addressing this would be to use CCMP instead of frequent rekeying with TKIP.. -- Jouni Malinen PGP id EFC895FA -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html