[Bug 271979] bsdinstall(8): iwlwifi(4): system crash when authenticating for Wi-Fi: panic: lkpi_sta_auth_to_scan: lsta 0x... state not NONE: 0, nstate 1 arg 1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Feb 2024 21:12:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271979
--- Comment #42 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e1d739471efdc6fe32af570e4bd07875a7e502ff
commit e1d739471efdc6fe32af570e4bd07875a7e502ff
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-12-01 01:37:25 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-02-18 18:31:13 +0000
tools/net80211: add mlme_assoc
mlme_assoc is a tool to trigger net80211::ieee80211_sta_join1() calls
which in certain conditions cause problems to the LinuxKPI 802.11 compat
code (but also believed to possibly cause problems in case of race to
other firmware based drivers). This has proven to be a good reproducer
for the problem even on setups which otherwise could run for days without
hitting it.
Sponsored by: The FreeBSD Foundation
PR: 271979
(cherry picked from commit 643d6dce6c1e39f067f8d0feea8615913b324891)
tools/tools/net80211/mlme_assoc/Makefile (new) | 7 +
tools/tools/net80211/mlme_assoc/README (new) | 51 ++++++
tools/tools/net80211/mlme_assoc/mlme_assoc.c (new) | 200 +++++++++++++++++++++
3 files changed, 258 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.