[PATCH 0/6] multiple_bssid: add AP support
John Crispin <[email protected]> Thu, 4 Jun 2020 11:15:19 +0200
| Newsgroups | gmane.linux.drivers.hostap |
|---|---|
| Message-ID | <[email protected]> |
This series adds the hostapd part to give with the kernel series
--> https://patchwork.kernel.org/project/linux-wireless/list/?series=298075
A new config file option "multiple_bssid" is added that enables the feature.
The series depends on an update nl80211.h
John Crispin (6):
multiple_bssid: add the config file
multiple_bssid: add support for non/transmitting mode
multiple_bssid: add nl80211 support
multiple_bssid: add the new IEs
multiple_bssid: add 2 new helper functions
multiple_bssid: always use the transmitting BSSs when generating the
beacons
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 | 14 ++++++--
src/ap/hostapd.c | 29 +++++++++++++++-
src/ap/hostapd.h | 2 ++
src/ap/ieee802_11.h | 1 +
src/ap/ieee802_11_shared.c | 47 ++++++++++++++++++++++++++
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 +-
16 files changed, 165 insertions(+), 20 deletions(-)
--
2.20.1