On Thu, May 2, 2013 at 12:32 AM, Felix Fietkau <nbd@xxxxxxxxxxx> wrote: > > In the long run, I'd like to sort out this mess by passing EAP frames to > userspace via nl80211 - but since that will require userspace changes, > what do we do about this issue in the mean time? One quick solution i can think of is: Temporarily we can make the interface UP as soon as we are associated and then drop the data packets except for EAPOL-KEY (ETH_H_PAE) frames in the mac80211. ieee80211_frame_allowed has a rule to drops the unencrypted data frames we just need to add a rule to drop encrypted data frames. -- 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