]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/hostapd.h
DPP: Common configurator/bootstrapping data management
[thirdparty/hostap.git] / src / ap / hostapd.h
index b8637c46a2d92a5c5f7558ceead9a036c4890f8f..790d3775487020f96ceee3241fdf9e525ce7a77d 100644 (file)
@@ -66,9 +66,7 @@ struct hapd_interfaces {
        int eloop_initialized;
 
 #ifdef CONFIG_DPP
-       int dpp_init_done;
-       struct dl_list dpp_bootstrap; /* struct dpp_bootstrap_info */
-       struct dl_list dpp_configurator; /* struct dpp_configurator */
+       struct dpp_global *dpp;
 #endif /* CONFIG_DPP */
 };