Home
last modified time | relevance | path

Searched defs:dpp_authentication (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp.h281 struct dpp_authentication { struct
282 struct dpp_global *global;
283 void *msg_ctx;
284 u8 peer_version;
285 const struct dpp_curve_params *curve;
286 const struct dpp_curve_params *new_curve;
287 struct dpp_bootstrap_info *peer_bi;
288 struct dpp_bootstrap_info *own_bi;
289 struct dpp_bootstrap_info *tmp_own_bi;
290 struct dpp_bootstrap_info *tmp_peer_bi;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h177 struct dpp_authentication { struct
178 void *msg_ctx;
179 u8 peer_version;
180 const struct dpp_curve_params *curve;
181 struct dpp_bootstrap_info *peer_bi;
182 struct dpp_bootstrap_info *own_bi;
183 struct dpp_bootstrap_info *tmp_own_bi;
184 u8 waiting_pubkey_hash[SHA256_MAC_LEN];
185 int response_pending;
186 enum dpp_status_error auth_resp_status;
[all …]