mbox series

[0/6] AP: Support for 6GHz band

Message ID 20190619124916.14150-1-andrei.otcheretianski@intel.com
Headers show
Series AP: Support for 6GHz band | expand

Message

Andrei Otcheretianski June 19, 2019, 12:49 p.m. UTC
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(-)