Searched refs:pasn_data (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/src/pasn/ |
D | pasn_common.h | 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); [all …]
|
D | pasn_common.c | 21 struct pasn_data * pasn_data_init(void) in pasn_data_init() 23 struct pasn_data *pasn = os_zalloc(sizeof(struct pasn_data)); in pasn_data_init() 29 void pasn_data_deinit(struct pasn_data *pasn) in pasn_data_deinit() 31 bin_clear_free(pasn, sizeof(struct pasn_data)); in pasn_data_deinit() 35 void pasn_register_callbacks(struct pasn_data *pasn, void *cb_ctx, in pasn_register_callbacks() 53 void pasn_enable_kdk_derivation(struct pasn_data *pasn) in pasn_enable_kdk_derivation() 62 void pasn_disable_kdk_derivation(struct pasn_data *pasn) in pasn_disable_kdk_derivation() 71 void pasn_set_akmp(struct pasn_data *pasn, int akmp) in pasn_set_akmp() 79 void pasn_set_cipher(struct pasn_data *pasn, int cipher) in pasn_set_cipher() 87 void pasn_set_own_addr(struct pasn_data *pasn, const u8 *addr) in pasn_set_own_addr() [all …]
|
D | pasn_initiator.c | 29 void pasn_set_initiator_pmksa(struct pasn_data *pasn, in pasn_set_initiator_pmksa() 39 static struct wpabuf * wpas_pasn_wd_sae_commit(struct pasn_data *pasn) in wpas_pasn_wd_sae_commit() 76 static int wpas_pasn_wd_sae_rx(struct pasn_data *pasn, struct wpabuf *wd) in wpas_pasn_wd_sae_rx() 175 static struct wpabuf * wpas_pasn_wd_sae_confirm(struct pasn_data *pasn) in wpas_pasn_wd_sae_confirm() 201 static struct wpabuf * wpas_pasn_fils_build_auth(struct pasn_data *pasn) in wpas_pasn_fils_build_auth() 282 static struct wpabuf * wpas_pasn_wd_fils_auth(struct pasn_data *pasn) in wpas_pasn_wd_fils_auth() 301 static int wpas_pasn_wd_fils_rx(struct pasn_data *pasn, struct wpabuf *wd) in wpas_pasn_wd_fils_rx() 451 static struct wpabuf * wpas_pasn_get_wrapped_data(struct pasn_data *pasn) in wpas_pasn_get_wrapped_data() 493 static u8 wpas_pasn_get_wrapped_data_format(struct pasn_data *pasn) in wpas_pasn_get_wrapped_data_format() 521 static struct wpabuf * wpas_pasn_build_auth_1(struct pasn_data *pasn, in wpas_pasn_build_auth_1() [all …]
|
D | pasn_responder.c | 29 void pasn_set_responder_pmksa(struct pasn_data *pasn, in pasn_set_responder_pmksa() 40 static int pasn_wd_handle_sae_commit(struct pasn_data *pasn, in pasn_wd_handle_sae_commit() 116 static int pasn_wd_handle_sae_confirm(struct pasn_data *pasn, in pasn_wd_handle_sae_confirm() 175 static struct wpabuf * pasn_get_sae_wd(struct pasn_data *pasn) in pasn_get_sae_wd() 218 static struct wpabuf * pasn_get_fils_wd(struct pasn_data *pasn) in pasn_get_fils_wd() 267 static struct wpabuf * pasn_get_wrapped_data(struct pasn_data *pasn) in pasn_get_wrapped_data() 300 pasn_derive_keys(struct pasn_data *pasn, in pasn_derive_keys() 303 struct wpa_pasn_params_data *pasn_data, in pasn_derive_keys() argument 373 static void handle_auth_pasn_comeback(struct pasn_data *pasn, in handle_auth_pasn_comeback() 425 int handle_auth_pasn_resp(struct pasn_data *pasn, const u8 *own_addr, in handle_auth_pasn_resp() [all …]
|
/hostap-latest/tests/fuzzing/pasn-init/ |
D | pasn-init.c | 30 struct pasn_data pasn; in LLVMFuzzerTestOneInput() 31 struct wpa_pasn_params_data pasn_data; in LLVMFuzzerTestOneInput() local 50 wpa_pasn_auth_rx(&pasn, data, size, &pasn_data); in LLVMFuzzerTestOneInput()
|
/hostap-latest/wpa_supplicant/ |
D | pasn_supplicant.c | 430 static void wpas_pasn_initiate_eapol(struct pasn_data *pasn, in wpas_pasn_initiate_eapol() 452 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_reset() 510 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_start_cb() 748 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_stop() 765 struct pasn_data *pasn, in wpas_pasn_immediate_retry() 802 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_rx() 803 struct wpa_pasn_params_data pasn_data; in wpas_pasn_auth_rx() local 810 ret = wpa_pasn_auth_rx(pasn, (const u8 *) mgmt, len, &pasn_data); in wpas_pasn_auth_rx() 832 ret = wpas_pasn_immediate_retry(wpa_s, pasn, &pasn_data); in wpas_pasn_auth_rx() 895 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_tx_status()
|
D | wpa_supplicant_i.h | 1595 struct pasn_data pasn;
|
/hostap-latest/tests/fuzzing/pasn-resp/ |
D | pasn-resp.c | 53 struct pasn_data pasn; in LLVMFuzzerTestOneInput()
|
/hostap-latest/src/ap/ |
D | sta_info.h | 328 struct pasn_data *pasn;
|
D | ieee802_11.c | 2429 struct pasn_data *pasn = sta->pasn; in pasn_fils_auth_resp() 2510 struct pasn_data *pasn = sta->pasn; in pasn_wd_handle_fils() 2643 struct pasn_data *pasn = sta->pasn; in hapd_initialize_pasn() 2714 struct pasn_data *pasn = sta->pasn; in hapd_pasn_update_params()
|