Searched defs:dpp_relay_controller (Results 1 – 1 of 1) sorted by relevance
58 struct dpp_relay_controller { struct59 struct dl_list list;60 struct dpp_global *global;61 u8 pkhash[SHA256_MAC_LEN];62 struct hostapd_ip_addr ipaddr;63 void *msg_ctx;64 void *cb_ctx;65 void (*tx)(void *ctx, const u8 *addr, unsigned int freq, const u8 *msg,67 void (*gas_resp_tx)(void *ctx, const u8 *addr, u8 dialog_token,69 struct dl_list conn; /* struct dpp_connection */