[PATCH 0/9] Some BTM fixes and MLD support

Benjamin Berg benjamin at sipsolutions.net
Fri Jul 18 04:00:56 PDT 2025


From: Benjamin Berg <benjamin.berg at intel.com>

Hi,

this is a bit of a mixed bag, but I hope that all of the changes should
be pretty straight forward. First some small improvements and improved
AP scanning handling, which is needed for one of the tests later. Then
the BTM related changes and finally new tests for these changes.

Adding the MLD handling is also in preparation for further patches that
add support for changing the TID to Link Mapping (TTLM) instead of
reassociating.

Benjamin

Benjamin Berg (7):
  nl80211: log offset and attribute type for nl80211 errors
  WNM: Avoid staying on a BSS if it is being terminated
  WNM: Stop scan handling after BTM failure
  WNM: Implement ML handling of neighbor report entries
  tests: Split out 5 GHz parameter generation
  tests: Add test for matching ML neighbor entries
  tests: Check that BSS termination excludes the current BSS

Ilan Peer (2):
  nl80211: Support scanning as AP
  nl80211: Don't try to scan on AP interface with active links

 src/common/ieee802_11_defs.h      |   1 +
 src/drivers/driver_nl80211.c      |  19 +++-
 src/drivers/driver_nl80211.h      |   1 +
 src/drivers/driver_nl80211_capa.c |   5 +
 src/drivers/driver_nl80211_scan.c |  20 +++-
 tests/hwsim/hostapd.py            |  18 ++++
 tests/hwsim/test_eht.py           | 164 +++++++++++++++++++++++++-----
 tests/hwsim/test_wnm.py           |  21 +++-
 wpa_supplicant/wnm_sta.c          | 139 +++++++++++++++++++++++--
 wpa_supplicant/wnm_sta.h          |   2 +
 wpaspy/wpaspy.py                  |   4 +
 11 files changed, 347 insertions(+), 47 deletions(-)

-- 
2.50.0




More information about the Hostap mailing list