Lines Matching defs:dpp_pkex
171 struct dpp_pkex { struct
172 void *msg_ctx;
173 unsigned int initiator:1;
174 unsigned int exchange_done:1;
175 unsigned int failed:1;
176 struct dpp_bootstrap_info *own_bi;
177 u8 own_mac[ETH_ALEN];
178 u8 peer_mac[ETH_ALEN];
179 char *identifier;
180 char *code;
181 struct crypto_key *x;
182 struct crypto_key *y;
183 u8 Mx[DPP_MAX_SHARED_SECRET_LEN];
184 u8 Nx[DPP_MAX_SHARED_SECRET_LEN];
185 u8 z[DPP_MAX_HASH_LEN];
186 struct crypto_key *peer_bootstrap_key;
187 struct wpabuf *exchange_req;
188 struct wpabuf *exchange_resp;
189 unsigned int t; /* number of failures on code use */
190 unsigned int exch_req_wait_time;
191 unsigned int exch_req_tries;
192 unsigned int freq;