This patch series add initial support for AP operation on 6GHz band and co-located AP configuration. It is based on the Draft IEEE P802.11ax/D4.1 spec. Andrei Otcheretianski (6): AP: Add initial support for 6GHz band driver_nl80211: Support 6Ghz channels AP: Publish only HE capabilities and operation IEs on 6GHz band AP: Simplify "i" definition in hostapd_config_free_bss() AP: Add support for co-located AP configuration AP: Support Short SSID List element hostapd/Makefile | 1 + hostapd/config_file.c | 26 ++++++ hostapd/hostapd.conf | 13 ++- src/ap/ap_config.c | 17 ++-- src/ap/ap_config.h | 6 ++ src/ap/beacon.c | 136 ++++++++++++++++++++++++++---- src/ap/hostapd.c | 7 ++ src/ap/hw_features.c | 3 + src/ap/ieee802_11_he.c | 22 ++++- src/ap/ieee802_11_ht.c | 11 ++- src/ap/ieee802_11_vht.c | 6 +- src/common/defs.h | 1 + src/common/hw_features_common.c | 84 ++++++++++++++++++ src/common/hw_features_common.h | 1 + src/common/ieee802_11_common.c | 27 ++++++ src/common/ieee802_11_common.h | 2 + src/common/ieee802_11_defs.h | 20 +++++ src/drivers/driver_nl80211_capa.c | 5 ++ wlantest/Makefile | 1 + wpa_supplicant/Makefile | 1 + 20 files changed, 358 insertions(+), 32 deletions(-) -- 2.19.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap