[PATCH v3 2/3] DPP2: Presence Announcement notification in AP
Andrew Beltrano
anbeltra at microsoft.com
Mon Sep 21 09:49:37 EDT 2020
Generate a control event upon receipt of DPP presence announcement
frames. This allows external programs to instrument hostapd with
bootstrapping information on-demand.
Signed-off-by: Andrew Beltrano <anbeltra at microsoft.com>
---
src/ap/dpp_hostapd.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/ap/dpp_hostapd.c b/src/ap/dpp_hostapd.c
index 15aa82b85..a15e188b3 100644
--- a/src/ap/dpp_hostapd.c
+++ b/src/ap/dpp_hostapd.c
@@ -1228,6 +1228,8 @@ hostapd_dpp_rx_presence_announcement(struct hostapd_data *hapd, const u8 *src,
r_bootstrap, r_bootstrap_len);
peer_bi = dpp_bootstrap_find_chirp(hapd->iface->interfaces->dpp,
r_bootstrap);
+ dpp_notify_chirp_received(hapd->msg_ctx, peer_bi ? peer_bi->id : -1, src,
+ freq, r_bootstrap);
if (!peer_bi) {
if (dpp_relay_rx_action(hapd->iface->interfaces->dpp,
src, hdr, buf, len, freq, NULL,
--
2.25.1
More information about the Hostap
mailing list