Introduce Automated Frequency Coordination (AFC) support for UNII-5 and UNII-7 6GHz bands. Update Transmit Power Envelope (TPE) IE according to the reply from AFC coordinator on UNII-5 or UNII-7 6GHz bands. Changes since rfc: - move curl connection to a dedicated afc daemon Lorenzo Bianconi (3): hostapd: afcd: add AFC daemon support hostapd: ap: add AFC client support hostapd: update TPE IE according to AFC afc/.gitignore | 1 + afc/Makefile | 31 ++ afc/afcd.c | 254 +++++++++++++ hostapd/Makefile | 6 + hostapd/config_file.c | 275 ++++++++++++++ hostapd/defconfig | 3 + hostapd/hostapd.conf | 42 +++ src/ap/afc.c | 815 ++++++++++++++++++++++++++++++++++++++++++ src/ap/ap_config.c | 15 + src/ap/ap_config.h | 47 +++ src/ap/hostapd.c | 92 +++++ src/ap/hostapd.h | 30 ++ src/ap/hw_features.c | 2 + src/ap/ieee802_11.c | 47 ++- 14 files changed, 1642 insertions(+), 18 deletions(-) create mode 100644 afc/.gitignore create mode 100644 afc/Makefile create mode 100644 afc/afcd.c create mode 100644 src/ap/afc.c -- 2.43.2 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap