Re: kernel: TKIP: replay detected:

2006-09-28 Thread Jouni Malinen
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

Re: kernel: TKIP: replay detected:

2006-09-28 Thread Larry Finger
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

Re: kernel: TKIP: replay detected:

2006-09-28 Thread Jouni Malinen
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

Re: kernel: TKIP: replay detected:

2006-09-25 Thread Larry Finger
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

Re: kernel: TKIP: replay detected:

2006-09-25 Thread Matthieu CASTET
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

Re: kernel: TKIP: replay detected:

2006-09-25 Thread John W. Linville
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

kernel: TKIP: replay detected:

2006-09-24 Thread Elimar Riesebieter
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