Searched defs:dpp_authentication (Results 1 – 1 of 1) sorted by relevance
232 struct dpp_authentication { struct233 void *msg_ctx;234 u8 peer_version;235 const struct dpp_curve_params *curve;236 struct dpp_bootstrap_info *peer_bi;237 struct dpp_bootstrap_info *own_bi;238 struct dpp_bootstrap_info *tmp_own_bi;239 u8 waiting_pubkey_hash[SHA256_MAC_LEN];240 int response_pending;241 enum dpp_status_error auth_resp_status;[all …]