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