Re: [PATCH] d80211: Reset assoc and auth retry counters

2006-11-29 Thread Jiri Benc
On Tue, 28 Nov 2006 20:56:05 +0100, Ivo van Doorn wrote: After a succesfull authentication and association the matching retry counter must be reset to 0. Failure to do so will result in failure to authenticate after the interface has been deauthenticated. This does not always happen after the

Re: [PATCH] d80211: Reset assoc and auth retry counters

2006-11-29 Thread Ivo Van Doorn
On 11/29/06, Jiri Benc [EMAIL PROTECTED] wrote: On Tue, 28 Nov 2006 20:56:05 +0100, Ivo van Doorn wrote: After a succesfull authentication and association the matching retry counter must be reset to 0. Failure to do so will result in failure to authenticate after the interface has been

Re: [PATCH] d80211: Reset assoc and auth retry counters

2006-11-29 Thread Jiri Benc
On Wed, 29 Nov 2006 15:27:06 +0100, Ivo Van Doorn wrote: Shouldn't this last one be: ieee80211_set_disassoc(dev, ifsta, 0) This one is called from the IOCTL request to dissassociate, so the interface should still be authenticated (with a valid auth retry counter). Yes, of course. Thanks

Re: [PATCH] d80211: Reset assoc and auth retry counters

2006-11-29 Thread John W. Linville
On Wed, Nov 29, 2006 at 03:33:07PM +0100, Jiri Benc wrote: On Wed, 29 Nov 2006 15:27:06 +0100, Ivo Van Doorn wrote: Shouldn't this last one be: ieee80211_set_disassoc(dev, ifsta, 0) This one is called from the IOCTL request to dissassociate, so the interface should still be

[PATCH] d80211: Reset assoc and auth retry counters

2006-11-28 Thread Ivo van Doorn
After a succesfull authentication and association the matching retry counter must be reset to 0. Failure to do so will result in failure to authenticate after the interface has been deauthenticated. This does not always happen after the first deauthentication, but after the interface has been