[PATCH 0/6] Add HE BSS color change support via cli
Aditya Kumar Singh
quic_adisi at quicinc.com
Mon Apr 22 05:39:59 PDT 2024
Add support to change HE BSS color via cli. Also, add support to make this
work for a AP MLD. However, like CSA, color change can only be done on
first link for now.
To test this, add two new test cases as well.
Aditya Kumar Singh (6):
ctrl_iface: add support to change BSS color from cli
hostapd: remove double "on" debug print from CCA event callbacks
hostapd: update beacons after color change
hostapd: MLO: send link id during color change
tests: add HE BSS color change test
tests: MLO: add color change test
---
hostapd/ctrl_iface.c | 97 ++++++++++++++++++++++++++++++++++++
hostapd/hostapd_cli.c | 30 +++++++++++
src/ap/drv_callbacks.c | 42 +++++++++++++---
src/ap/hostapd.c | 12 +++--
src/ap/hostapd.h | 3 ++
src/drivers/driver.h | 5 ++
src/drivers/driver_nl80211.c | 14 ++++++
tests/hwsim/test_eht.py | 39 +++++++++++++++
tests/hwsim/test_he.py | 42 ++++++++++++++++
9 files changed, 274 insertions(+), 10 deletions(-)
base-commit: ed78f56dcecb46a36fe0bfffeeb90b78f8b31b9d
--
2.34.1
More information about the Hostap
mailing list