Searched defs:dpp_authentication (Results 1 – 1 of 1) sorted by relevance
175 struct dpp_authentication { struct176 void *msg_ctx;177 u8 peer_version;178 const struct dpp_curve_params *curve;179 struct dpp_bootstrap_info *peer_bi;180 struct dpp_bootstrap_info *own_bi;181 struct dpp_bootstrap_info *tmp_own_bi;182 u8 waiting_pubkey_hash[SHA256_MAC_LEN];183 int response_pending;184 enum dpp_status_error auth_resp_status;[all …]