Re: WiFi constantly changes association

Johannes Berg <[email protected]> Mon, 26 Aug 2024 21:19:46 +0200
Newsgroups gmane.linux.kernel.wireless.general,gmane.linux.drivers.hostap
Message-ID <[email protected]>
On Mon, 2024-08-26 at 21:14 +0200, Johannes Berg wrote:
> On Mon, 2024-08-26 at 15:06 -0400, Alan Stern wrote:
> >=20
> > Is there any way to debug those INVALID_TE and PREV_AUTH_NOT_VALID erro=
rs?
> >=20
>=20
> The kernel doesn't use those codes for its own deauth, if that were to
> happen, so you'll want to look at the wpa_supplicant log, perhaps
> increasing the logging verbosity for it (I think how to do that probably
> depends on the distro, and I don't know off the top of my head.)
>=20

Then again, while what I said is still true, reading the log more
carefully shows that wpa_s decided to roam and then got into those bad
situations that caused it to deauth. So you'd want to figure out why it
decides to roam there.

Or perhaps roaming would be OK, if it weren't for the failures during
it.

johannes