From 8a5e75f60f7a8ae1562e0ab82c6b2a2eb57350f3 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Thu, 21 Jul 2011 15:19:46 -0700 Subject: P2P: Send STA connected/disconnected events to parent ctrl_iface Send the connection events from P2P group to both the group interface and parent interface ctrl_ifaces to make it easier for external monitor programs to see these events without having to listen to all group interfaces when virtual group interfaces are used. Signed-off-by: Dmitry Shmidt --- src/ap/hostapd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ap/hostapd.h') diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index 5401e80..c9bec4f 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -82,6 +82,7 @@ struct hostapd_data { struct sta_info *sta, int reassoc); void *msg_ctx; /* ctx for wpa_msg() calls */ + void *msg_ctx_parent; /* parent interface ctx for wpa_msg() calls */ struct radius_client_data *radius; u32 acct_session_id_hi, acct_session_id_lo; -- cgit v1.1