[RFC 0/2 RESEND] Introduce Automated Frequency Coordination (AFC) support

Lorenzo Bianconi lorenzo at kernel.org
Tue Feb 13 03:15:00 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.

Resending since the previous attempt did not go through the mailing list

Lorenzo Bianconi (2):
  hostapd: add AFC client support
  hostapd: update TPE IE according to AFC

 hostapd/Makefile      |   6 +
 hostapd/config_file.c | 274 ++++++++++++++
 hostapd/defconfig     |   3 +
 hostapd/hostapd.conf  |  43 +++
 src/ap/afc.c          | 859 ++++++++++++++++++++++++++++++++++++++++++
 src/ap/ap_config.c    |  17 +
 src/ap/ap_config.h    |  47 +++
 src/ap/hostapd.c      |  43 +++
 src/ap/hostapd.h      |   8 +
 src/ap/ieee802_11.c   |  47 ++-
 src/drivers/driver.h  |  13 +
 11 files changed, 1342 insertions(+), 18 deletions(-)
 create mode 100644 src/ap/afc.c

-- 
2.43.0




More information about the Hostap mailing list