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