[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

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 01 Dec 2023 01:49:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271979

--- Comment #37 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=643d6dce6c1e39f067f8d0feea8615913b324891

commit 643d6dce6c1e39f067f8d0feea8615913b324891
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-12-01 01:37:25 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-12-01 01:48:34 +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

 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.