[PATCH V2 0/7] multiple_bssid: add support
John Crispin
john at phrozen.org
Mon Jul 6 08:50:24 EDT 2020
Changes in V2
* RSN IE was missing
* split the new IE over several IEs if it is > 255 bytes
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 | 18 ++++-
src/ap/hostapd.c | 29 ++++++-
src/ap/hostapd.h | 2 +
src/ap/ieee802_11.c | 109 ++++++++++++++++++++++++++-
src/ap/ieee802_11.h | 3 +
src/ap/ieee802_11_shared.c | 2 +
src/common/defs.h | 7 ++
src/common/ieee802_11_defs.h | 2 +
src/drivers/driver.h | 10 ++-
src/drivers/driver_nl80211.c | 50 +++++++++---
src/drivers/driver_nl80211.h | 4 +-
src/drivers/driver_nl80211_monitor.c | 2 +-
wpa_supplicant/driver_i.h | 2 +-
17 files changed, 232 insertions(+), 23 deletions(-)
--
2.25.1
More information about the Hostap
mailing list