Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2016 19:46:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 213621] WIFI connection is lost periodically on ath0
Message-ID:  <bug-213621-21060-IoRcl4vfy7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213621-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213621-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213621

--- Comment #7 from Adrian Chadd <adrian@freebsd.org> ---
God damnit, okay. So it /looks/ like a single bit corruption of the RSC, wh=
ich
causes the AES-CCM code to consider everything afterwards to be a replay
attack.

ie:

Adrians-MacBook-Pro:~ adrian$ perl -e 'printf "%x\n", 3407656;'
33ff28
Adrians-MacBook-Pro:~ adrian$ perl -e 'printf "%x\n", 2150891303;'
8033ff27

Those are from your AES-CCM replay logs.

I would've thought that a single bit error would've been caught by the MAC
CRC/FCS.


-adrian

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213621-21060-IoRcl4vfy7>