Searched defs:dpp_relay_controller (Results 1 – 1 of 1) sorted by relevance
51 struct dpp_relay_controller { struct52 struct dl_list list;53 struct dpp_global *global;54 u8 pkhash[SHA256_MAC_LEN];55 struct hostapd_ip_addr ipaddr;56 void *msg_ctx;57 void *cb_ctx;58 void (*tx)(void *ctx, const u8 *addr, unsigned int freq, const u8 *msg,60 void (*gas_resp_tx)(void *ctx, const u8 *addr, u8 dialog_token,62 struct dl_list conn; /* struct dpp_connection */