From: Benjamin Berg <benjamin.berg@xxxxxxxxx> there are three parts to this patchset: 1. Add a SET_BW to support channel switches without doing a full announcement. 2. Some fixes to better align the GO channel switch with the normal AP channel switch 3. A fix to prevent HT/VHT/HE/EHT from being disabled during CSA I am submitting them together as the changes depend on each other. Benjamin Benjamin Berg (4): ap: create hostapd_chan_width_from_freq_params AP: Always verify and fix channel switch configuration AP: Configure channel switch in ap_switch_channel tests: Ensure chan_switch tests receive a beacon after switch Ilan Peer (1): AP: Avoid disabling HT/VHT/HE/EHT during CSA Johannes Berg (2): ap: create hostapd_parse_freq_params() ap: support BW changes via CLI hostapd/ctrl_iface.c | 337 ++++++---------------------- hostapd/hostapd_cli.c | 36 +++ src/ap/ap_config.h | 21 +- src/ap/ctrl_iface_ap.c | 357 ++++++++++++++++++++++++++++-- src/ap/ctrl_iface_ap.h | 6 +- src/ap/dfs.c | 9 + src/ap/drv_callbacks.c | 57 ++--- src/ap/hostapd.c | 56 ++--- src/ap/hostapd.h | 22 ++ src/drivers/driver.h | 3 + src/drivers/driver_nl80211_capa.c | 4 +- tests/hwsim/test_ap_ht.py | 41 ++++ tests/hwsim/test_ap_vht.py | 46 +++- tests/hwsim/test_p2p_autogo.py | 4 + wpa_supplicant/ap.c | 17 +- 15 files changed, 616 insertions(+), 400 deletions(-) -- 2.50.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap