On Thu, Sep 28, 2006 at 04:42:10PM -0500, Larry Finger wrote:
> @@ -544,6 +548,14 @@ int bcm43xx_rx(struct bcm43xx_private *b
> }
>
> frame_ctl = le16_to_cpu(wlhdr->frame_ctl);
> + seq_ctl = le16_to_cpu(wlhdr->seq_ctl);
> +
> + if ((frame_ctl == prev_frame) && (seq_ctl == prev
Jouni Malinen wrote:
TKIP/CCMP are required to use incrementing TSC/PN for each frame. When a
directed IEEE 802.11 frame is not acknowledged, it will be retransmitted
(up to a certain limit). This retransmitted frame will use the same
TSC/PN. However, the duplicate detection routine in the recei
On Mon, Sep 25, 2006 at 10:50:00AM -0400, John W. Linville wrote:
> On Sun, Sep 24, 2006 at 12:40:53PM +0200, Elimar Riesebieter wrote:
> > My sylog is filled up with thousands of:
> > Sep 21 18:18:00 aragorn kernel: TKIP: replay detected: \
> > STA=XX:XX:BB:LL:KK:00 prev
Matthieu CASTET wrote:
Hi,
On Mon, 25 Sep 2006 10:50:00 -0400, John W. Linville wrote:
On Sun, Sep 24, 2006 at 12:40:53PM +0200, Elimar Riesebieter wrote:
My sylog is filled up with thousands of:
Sep 21 18:18:00 aragorn kernel: TKIP: replay detected: \
STA=XX:XX:BB:LL:KK:00 previous TSC
Hi,
On Mon, 25 Sep 2006 10:50:00 -0400, John W. Linville wrote:
> On Sun, Sep 24, 2006 at 12:40:53PM +0200, Elimar Riesebieter wrote:
>
>> My sylog is filled up with thousands of:
>> Sep 21 18:18:00 aragorn kernel: TKIP: replay detected: \
>> STA=XX:XX:BB:LL:KK:00 p
On Sun, Sep 24, 2006 at 12:40:53PM +0200, Elimar Riesebieter wrote:
> My sylog is filled up with thousands of:
> Sep 21 18:18:00 aragorn kernel: TKIP: replay detected: \
> STA=XX:XX:BB:LL:KK:00 previous TSC BLAa received TSC BLAa
> Sep 21 18:18:29 aragorn kernel
Link Quality=98/100 Signal level=91/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
in wpa/tkip mode.
My sylog is filled up with thousands of:
Sep 21 18:18:00 aragorn kernel: TKIP: replay detected: \
STA=XX:XX:BB:LL:KK:00 previ