Searched defs:dpp_global (Results 1 – 1 of 1) sorted by relevance
16 struct dpp_global { struct17 void *msg_ctx;18 struct dl_list bootstrap; /* struct dpp_bootstrap_info */19 struct dl_list configurator; /* struct dpp_configurator */43 unsigned int dpp_next_id(struct dpp_global *dpp); argument