Lines Matching refs:pasn_data
35 struct pasn_data { struct
156 void wpa_pasn_reset(struct pasn_data *pasn); argument
157 int wpas_pasn_start(struct pasn_data *pasn, const u8 *own_addr,
163 int wpa_pasn_verify(struct pasn_data *pasn, const u8 *own_addr,
169 int wpa_pasn_auth_rx(struct pasn_data *pasn, const u8 *data, size_t len,
171 int wpa_pasn_auth_tx_status(struct pasn_data *pasn,
175 int handle_auth_pasn_1(struct pasn_data *pasn,
178 int handle_auth_pasn_3(struct pasn_data *pasn, const u8 *own_addr,
181 int handle_auth_pasn_resp(struct pasn_data *pasn, const u8 *own_addr,
185 struct pasn_data * pasn_data_init(void);
186 void pasn_data_deinit(struct pasn_data *pasn);
187 void pasn_register_callbacks(struct pasn_data *pasn, void *cb_ctx,
195 void pasn_enable_kdk_derivation(struct pasn_data *pasn);
196 void pasn_disable_kdk_derivation(struct pasn_data *pasn);
198 void pasn_set_akmp(struct pasn_data *pasn, int akmp);
199 void pasn_set_cipher(struct pasn_data *pasn, int cipher);
200 void pasn_set_own_addr(struct pasn_data *pasn, const u8 *addr);
201 void pasn_set_peer_addr(struct pasn_data *pasn, const u8 *addr);
202 void pasn_set_bssid(struct pasn_data *pasn, const u8 *addr);
203 void pasn_set_initiator_pmksa(struct pasn_data *pasn,
205 void pasn_set_responder_pmksa(struct pasn_data *pasn,
207 int pasn_set_pt(struct pasn_data *pasn, struct sae_pt *pt);
210 void pasn_set_password(struct pasn_data *pasn, const char *password);
211 void pasn_set_wpa_key_mgmt(struct pasn_data *pasn, int key_mgmt);
212 void pasn_set_rsn_pairwise(struct pasn_data *pasn, int rsn_pairwise);
213 void pasn_set_rsnxe_caps(struct pasn_data *pasn, u16 rsnxe_capab);
214 void pasn_set_rsnxe_ie(struct pasn_data *pasn, const u8 *rsnxe_ie);
215 void pasn_set_custom_pmkid(struct pasn_data *pasn, const u8 *pmkid);
216 int pasn_set_extra_ies(struct pasn_data *pasn, const u8 *extra_ies,
219 int pasn_get_akmp(struct pasn_data *pasn);
220 int pasn_get_cipher(struct pasn_data *pasn);
221 size_t pasn_get_pmk_len(struct pasn_data *pasn);
222 u8 * pasn_get_pmk(struct pasn_data *pasn);
223 struct wpa_ptk * pasn_get_ptk(struct pasn_data *pasn);