Searched defs:dpp_connection (Results 1 – 2 of 2) sorted by relevance
22 struct dpp_connection { struct23 struct dl_list list;24 struct dpp_controller *ctrl;25 struct dpp_relay_controller *relay;26 struct dpp_global *global;27 struct dpp_authentication *auth;28 void *msg_ctx;29 void *cb_ctx;30 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);31 int sock;[all …]
76 struct dpp_connection { struct77 struct dl_list list;78 struct dpp_controller *ctrl;79 struct dpp_relay_controller *relay;80 struct dpp_global *global;81 struct dpp_authentication *auth;82 int sock;83 u8 mac_addr[ETH_ALEN];84 unsigned int freq;108 struct dl_list conn; /* struct dpp_connection */ argument