Searched defs:pasn (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/pasn/ |
H A D | pasn_common.c | 23 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 …]
|
H A 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 …]
|
H A 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() 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 …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A 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() 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
|
H A D | wpa_supplicant_i.h | 1584 struct pasn_data pasn; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | ftm-initiator.c | 47 struct iwl_mvm_ftm_pasn_entry *pasn = kzalloc(sizeof(*pasn), iwl_mvm_ftm_add_pasn_sta() local [all...] |
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 2427 struct pasn_data *pasn = sta->pasn; in pasn_fils_auth_resp() local 2641 struct pasn_data *pasn = sta->pasn; in hapd_initialize_pasn() local 2712 struct pasn_data *pasn = sta->pasn; in hapd_pasn_update_params() local
|
H A D | sta_info.h | 328 struct pasn_data *pasn; member
|