]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Improve PSK mismatch detection
authorBeniamino Galvani <bgalvani@redhat.com>
Thu, 26 Jun 2025 08:57:50 +0000 (10:57 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 2 Oct 2025 20:47:19 +0000 (23:47 +0300)
commit5661595e6b9e1d0387dac3b19a493f1076c9d78a
treef8b17b3392e6e17e4c7cc889e133a9e2849869cc
parente19aa2d0a13f8d63a38e917a816e991680311b81
wpa_supplicant: Improve PSK mismatch detection

As the comment in wpa_supplicant_event_disassoc_finish() says,
mac80211-based drivers use the WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY
reason code in locally generated disconnection events for cases where
the AP does not reply anymore. This case does not indicate that the PSK
is wrong.

Signed-off-by: Beniamino Galvani <bgalvani@redhat.com>
wpa_supplicant/events.c