Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/pasn/
Dpasn_initiator.c31 static struct wpabuf * wpas_pasn_wd_sae_commit(struct pasn_data *pasn) in wpas_pasn_wd_sae_commit()
68 static int wpas_pasn_wd_sae_rx(struct pasn_data *pasn, struct wpabuf *wd) in wpas_pasn_wd_sae_rx()
167 static struct wpabuf * wpas_pasn_wd_sae_confirm(struct pasn_data *pasn) in wpas_pasn_wd_sae_confirm()
193 static struct wpabuf * wpas_pasn_fils_build_auth(struct pasn_data *pasn) in wpas_pasn_fils_build_auth()
274 static struct wpabuf * wpas_pasn_wd_fils_auth(struct pasn_data *pasn) in wpas_pasn_wd_fils_auth()
293 static int wpas_pasn_wd_fils_rx(struct pasn_data *pasn, struct wpabuf *wd) in wpas_pasn_wd_fils_rx()
443 static struct wpabuf * wpas_pasn_get_wrapped_data(struct pasn_data *pasn) in wpas_pasn_get_wrapped_data()
485 static u8 wpas_pasn_get_wrapped_data_format(struct pasn_data *pasn) in wpas_pasn_get_wrapped_data_format()
513 static struct wpabuf * wpas_pasn_build_auth_1(struct pasn_data *pasn, in wpas_pasn_build_auth_1()
611 static struct wpabuf * wpas_pasn_build_auth_3(struct pasn_data *pasn) in wpas_pasn_build_auth_3()
[all …]
Dpasn_responder.c31 static int pasn_wd_handle_sae_commit(struct pasn_data *pasn, in pasn_wd_handle_sae_commit()
107 static int pasn_wd_handle_sae_confirm(struct pasn_data *pasn, in pasn_wd_handle_sae_confirm()
166 static struct wpabuf * pasn_get_sae_wd(struct pasn_data *pasn) in pasn_get_sae_wd()
209 static struct wpabuf * pasn_get_fils_wd(struct pasn_data *pasn) in pasn_get_fils_wd()
258 static struct wpabuf * pasn_get_wrapped_data(struct pasn_data *pasn) in pasn_get_wrapped_data()
291 pasn_derive_keys(struct pasn_data *pasn, in pasn_derive_keys()
362 static void handle_auth_pasn_comeback(struct pasn_data *pasn, in handle_auth_pasn_comeback()
414 int handle_auth_pasn_resp(struct pasn_data *pasn, const u8 *own_addr, in handle_auth_pasn_resp()
587 int handle_auth_pasn_1(struct pasn_data *pasn, in handle_auth_pasn_1()
904 int handle_auth_pasn_3(struct pasn_data *pasn, const u8 *own_addr, in handle_auth_pasn_3()
/external/wpa_supplicant_8/wpa_supplicant/
Dpasn_supplicant.c429 static void wpas_pasn_initiate_eapol(struct pasn_data *pasn, in wpas_pasn_initiate_eapol()
450 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_reset() local
508 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_start_cb() local
745 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_stop() local
761 struct pasn_data *pasn, in wpas_pasn_immediate_retry()
798 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_rx() local
889 struct pasn_data *pasn = &wpa_s->pasn; in wpas_pasn_auth_tx_status() local
Dwpa_supplicant_i.h1538 struct pasn_data pasn; member
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c2313 struct pasn_data *pasn = sta->pasn; in pasn_fils_auth_resp() local
2525 struct pasn_data *pasn = sta->pasn; in hapd_initialize_pasn() local
2593 struct pasn_data *pasn = sta->pasn; in hapd_pasn_update_params() local
Dsta_info.h300 struct pasn_data *pasn; member