Searched defs:dpp_authentication (Results 1 – 1 of 1) sorted by relevance
248 struct dpp_authentication { struct249 struct dpp_global *global;250 void *msg_ctx;251 u8 peer_version;252 const struct dpp_curve_params *curve;253 struct dpp_bootstrap_info *peer_bi;254 struct dpp_bootstrap_info *own_bi;255 struct dpp_bootstrap_info *tmp_own_bi;256 struct dpp_bootstrap_info *tmp_peer_bi;257 u8 waiting_pubkey_hash[SHA256_MAC_LEN];[all …]