Searched defs:dpp_connection (Results 1 – 1 of 1) sorted by relevance
23 struct dpp_connection { struct24 struct dl_list list;25 struct dpp_controller *ctrl;26 struct dpp_relay_controller *relay;27 struct dpp_global *global;28 struct dpp_pkex *pkex;29 struct dpp_authentication *auth;30 void *msg_ctx;31 void *cb_ctx;32 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);[all …]