[PATCH v2 0/3] Introduce Automated Frequency Coordination (AFC) support
Lorenzo Bianconi
lorenzo at kernel.org
Fri Feb 23 07:14:20 PST 2024
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 v1:
- use unix socket instead of a tcp one
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 | 275 ++++++++++++++
hostapd/Makefile | 6 +
hostapd/config_file.c | 262 +++++++++++++
hostapd/defconfig | 3 +
hostapd/hostapd.conf | 42 +++
src/ap/afc.c | 850 ++++++++++++++++++++++++++++++++++++++++++
src/ap/ap_config.c | 16 +
src/ap/ap_config.h | 47 +++
src/ap/hostapd.c | 92 +++++
src/ap/hostapd.h | 31 ++
src/ap/hw_features.c | 2 +
src/ap/ieee802_11.c | 47 ++-
14 files changed, 1687 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
More information about the Hostap
mailing list