aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/700-wifi-reload.patch
diff options
context:
space:
mode:
authorRaphaël Mélotte <raphael.melotte@mind.be>2020-11-26 15:20:52 +0100
committerPetr Štetiar <ynezz@true.cz>2021-02-12 08:52:41 +0100
commit59fa9c28d60a265f69da046a688feadc4096ee36 (patch)
treea1fe5e830f712da1cdc628ea28a4c2c0a46662ff /package/network/services/hostapd/patches/700-wifi-reload.patch
parent38646938a458d0d9eda7ea3d14e182892470efe8 (diff)
downloadupstream-59fa9c28d60a265f69da046a688feadc4096ee36.tar.gz
upstream-59fa9c28d60a265f69da046a688feadc4096ee36.tar.bz2
upstream-59fa9c28d60a265f69da046a688feadc4096ee36.zip
hostapd: add notifications for management frames
This patch allows other applications to get events management frames (for example: association requests). This is useful in Multi-AP context to be able to save association requests from stations. It has been sent to upstream hostapd in this series: https://patchwork.ozlabs.org/project/hostap/list/?series=217500 '700-wifi-reload.patch' is updated due to the introduction of '110-notify-mgmt-frames.patch'. Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Diffstat (limited to 'package/network/services/hostapd/patches/700-wifi-reload.patch')
-rw-r--r--package/network/services/hostapd/patches/700-wifi-reload.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/700-wifi-reload.patch b/package/network/services/hostapd/patches/700-wifi-reload.patch
index 4acf4aaa06..d5520d0b77 100644
--- a/package/network/services/hostapd/patches/700-wifi-reload.patch
+++ b/package/network/services/hostapd/patches/700-wifi-reload.patch
@@ -51,9 +51,9 @@
#define AIRTIME_MODE_MAX (__AIRTIME_MODE_MAX - 1)
#endif /* CONFIG_AIRTIME_POLICY */
+ char *config_id;
- };
-
+ u8 notify_mgmt_frames;
+ };
--- a/src/ap/hostapd.c
+++ b/src/ap/hostapd.c
@@ -218,6 +218,10 @@ static int hostapd_iface_conf_changed(st