[PATCH v2 0/4] hostapd: probe-resp offloading support
Arik Nemtsov
arik
Sun Jan 23 12:40:05 PST 2011
Allow drivers operating in AP-mode to receive a probe-response template
from hostapd. driver_nl80211 passes the probe-response data to kernel
where low level drivers can use it as a FW template.
The probe-response is updated when BSS paramaters change, as indicated by
the update of the beacon template.
Arik Nemtsov (4):
driver_nl80211: implement hapd_set_ssid callback
hostapd: set driver probe-response template
driver_nl80211: allow setting probe-resp template to kernel drivers
driver_nl80211: sync nl80211_copy.h
src/ap/ap_drv_ops.h | 9 ++
src/ap/ap_list.c | 4 +-
src/ap/beacon.c | 219 +++++++++++++++++++++++++----------------
src/ap/beacon.h | 10 +-
src/ap/hostapd.c | 4 +-
src/ap/ieee802_11.c | 6 +-
src/ap/ieee802_11_ht.c | 2 +-
src/ap/sta_info.c | 2 +-
src/ap/wps_hostapd.c | 2 +-
src/drivers/driver.h | 14 +++
src/drivers/driver_nl80211.c | 49 +++++++++-
src/drivers/nl80211_copy.h | 98 ++++++++++++++++---
wpa_supplicant/ap.c | 2 +-
13 files changed, 303 insertions(+), 118 deletions(-)
More information about the Hostap
mailing list