Home
last modified time | relevance | path

Searched defs:pasn (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/src/pasn/
Dpasn_common.c23 struct pasn_data *pasn = os_zalloc(sizeof(struct pasn_data)); in pasn_data_init() local
29 void pasn_data_deinit(struct pasn_data *pasn) 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()
95 void pasn_set_peer_addr(struct pasn_data *pasn, const u8 *addr) in pasn_set_peer_addr()
103 void pasn_set_bssid(struct pasn_data *pasn, const u8 *addr) in pasn_set_bssid()
[all …]
Dpasn_initiator.c29 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 …]
Dpasn_responder.c29 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()
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()
598 int handle_auth_pasn_1(struct pasn_data *pasn, in handle_auth_pasn_1()
[all …]
/hostap-latest/wpa_supplicant/
Dpasn_supplicant.c430 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() local
510 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_start_cb() local
748 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_stop() local
765 struct pasn_data *pasn, in wpas_pasn_immediate_retry()
802 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_rx() local
895 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_tx_status() local
Dwpa_supplicant_i.h1595 struct pasn_data pasn; member
/hostap-latest/tests/fuzzing/pasn-init/
Dpasn-init.c30 struct pasn_data pasn; in LLVMFuzzerTestOneInput() local
/hostap-latest/tests/fuzzing/pasn-resp/
Dpasn-resp.c53 struct pasn_data pasn; in LLVMFuzzerTestOneInput() local
/hostap-latest/src/ap/
Dieee802_11.c2429 struct pasn_data *pasn = sta->pasn; in pasn_fils_auth_resp() local
2643 struct pasn_data *pasn = sta->pasn; in hapd_initialize_pasn() local
2714 struct pasn_data *pasn = sta->pasn; in hapd_pasn_update_params() local
Dsta_info.h328 struct pasn_data *pasn; member