Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 06:19:54 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66519 for review
Message-ID:  <200412060619.iB66Js5K052592@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=66519

Change 66519 by sam@sam_ebb on 2004/12/06 06:18:54

	fix parsing of RSN ie's

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#24 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#24 (text+ko) ====

@@ -1487,6 +1487,7 @@
 		    wh, "RSN", "too short, len %u", len);
 		return IEEE80211_REASON_IE_INVALID;
 	}
+	frm += 2;
 	w = LE_READ_2(frm);
 	if (w != RSN_VERSION) {
 		IEEE80211_DISCARD_IE(ic,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412060619.iB66Js5K052592>