mesh: Add support for PMKSA caching
[mech_eap.git] / src / ap / hostapd.h
index 60516ae..75a7c04 100644 (file)
@@ -262,6 +262,7 @@ struct hostapd_data {
                                 struct sta_info *sta);
        struct wpabuf *mesh_pending_auth;
        struct os_reltime mesh_pending_auth_time;
+       u8 mesh_required_peer[ETH_ALEN];
 #endif /* CONFIG_MESH */
 
 #ifdef CONFIG_SQLITE