Searched defs:dpp_authentication (Results 1 – 1 of 1) sorted by relevance
286 struct dpp_authentication { struct287 struct dpp_global *global;288 void *msg_ctx;289 u8 peer_version;290 const struct dpp_curve_params *curve;291 const struct dpp_curve_params *new_curve;292 struct dpp_bootstrap_info *peer_bi;293 struct dpp_bootstrap_info *own_bi;294 struct dpp_bootstrap_info *tmp_own_bi;295 struct dpp_bootstrap_info *tmp_peer_bi;[all …]