]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tools/net80211: add mlme_assoc
authorBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 1 Dec 2023 01:37:25 +0000 (01:37 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 1 Dec 2023 01:48:34 +0000 (01:48 +0000)
commit643d6dce6c1e39f067f8d0feea8615913b324891
tree7391f6d171db6b7db1bc96f52ec9e318d9a81ef6
parent682b069c5c5643d26199cc1b65717f99c98bce9d
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 file with mode: 0644]
tools/tools/net80211/mlme_assoc/README [new file with mode: 0644]
tools/tools/net80211/mlme_assoc/mlme_assoc.c [new file with mode: 0644]