On Wed, Jan 26, 2011 at 23:33, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > On Sun, 2011-01-16 at 07:42 +0200, Arik Nemtsov wrote: >> If a sta starts transmitting immediately after authentication, sometimes >> the FW deauthenticates it. Fix this by marking the sta "in-connection" >> in FW before sending the autentication response. > > Starts transmitting what? If it starts transmitting data frames, it's > supposed to be deauthenticated ... it mustn't do that before it has > associated?! > Well no it doesn't do that. But the FW takes some time to know its authenticated. The flow is this: 1. hostapd sends auth complete (the FW doesn't know anything about this) 2. The STA transmits something 3. The AP FW deauths the STA 4. hostapd adds the station, causing mac80211 to call add_sta(), which causes the FW to add the sta Then we have an endless loop of sta add/remove.. Regards, Arik -- 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