https://bugzilla.novell.com/show_bug.cgi?id=207944 jbenc@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|jbenc@novell.com | ------- Comment #19 from jbenc@novell.com 2007-02-09 11:12 MST ------- Now, regarding the fixes: 1. The first one is not important as wpa_ie_len is < MAX_WPA_IE_LEN (i.e. 64). 2. I agree that IW_AUTH_WPA_ENABLED should be a noop. 3. Not sure about the mlmelevel change - I don't know how these MLME modes work. 4. IW_AUTH_RX_UNENCRYPTED_EAPOL: if I understand the driver correctly, setting DOT11_OID_EXUNENCRYPTED causes unencrypted received frames to be dropped and DOT11_OID_DOT1XENABLE handles the exception for EAPOL frames (if set to 1, unencrypted EAPOL frames are not dropped even when DOT11_OID_EXUNENCRYPTED is set). Or at least it is used in this way in prism54_set_wpa; don't know if it really works, though. In any case, not setting handling of EAPOL frames should lead to WPA malfunction (unless it is handled magically in the firmware, which is quite possible). 5. Two missing break are clear bugfixes and should be submitted upstream as well. Any comments, especially on 3 and 4? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.