[PATCH v3 0/7] multiple_bssid: add support

John Crispin john at phrozen.org
Wed Aug 12 12:52:20 EDT 2020


Changes in V3
* make the patch work with the latest mac80211 series

John Crispin (7):
  multiple_bssid: add the config file
  multiple_bssid: add 2 new helper functions
  multiple_bssid: add support for non/transmitting mode
  multiple_bssid: add nl80211 support
  multiple_bssid: add the new IE
  multiple_bssid: always use the transmitting BSSs when generating the
    beacons
  multiple_bssid: make the AID space shared

 hostapd/config_file.c                |   2 +
 src/ap/ap_config.h                   |   2 +
 src/ap/ap_drv_ops.c                  |   8 +-
 src/ap/ap_drv_ops.h                  |   3 +-
 src/ap/beacon.c                      |  34 +++++++-
 src/ap/hostapd.c                     |  29 ++++++-
 src/ap/hostapd.h                     |   2 +
 src/ap/ieee802_11.c                  | 122 ++++++++++++++++++++++++++-
 src/ap/ieee802_11.h                  |   5 ++
 src/ap/ieee802_11_shared.c           |   2 +
 src/common/ieee802_11_defs.h         |   2 +
 src/drivers/driver.h                 |  40 ++++++++-
 src/drivers/driver_nl80211.c         |  60 +++++++++++--
 src/drivers/driver_nl80211.h         |   4 +-
 src/drivers/driver_nl80211_monitor.c |   2 +-
 wpa_supplicant/driver_i.h            |   2 +-
 16 files changed, 297 insertions(+), 22 deletions(-)

-- 
2.25.1




More information about the Hostap mailing list