/freebsd/contrib/wpa/src/common/ |
H A D | wpa_common.c | 25 static unsigned int wpa_kck_len(int akmp, size_t pmk_len) in wpa_kck_len() 51 static unsigned int wpa_kck2_len(int akmp) in wpa_kck2_len() 65 static unsigned int wpa_kek_len(int akmp, size_t pmk_len) in wpa_kek_len() 91 static unsigned int wpa_kek2_len(int akmp) in wpa_kek2_len() 105 unsigned int wpa_mic_len(int akmp, size_t pmk_len) in wpa_mic_len() 135 int wpa_use_akm_defined(int akmp) in wpa_use_akm_defined() 153 int wpa_use_cmac(int akmp) in wpa_use_cmac() 175 int wpa_use_aes_key_wrap(int akmp) in wpa_use_aes_key_wrap() 208 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver, in wpa_eapol_key_mic() 396 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk() [all …]
|
H A D | ptksa_cache.h | 29 u32 akmp; member
|
H A D | ptksa_cache.c | 283 void *ctx, u32 akmp) in ptksa_cache_add() 377 void (*cb)(struct ptksa_cache_entry *e), void *ctx, u32 akmp) in ptksa_cache_add()
|
H A D | sae.h | 112 int akmp; /* WPA_KEY_MGMT_* used in key derivation */ member
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | pmksa_cache.c | 234 const u8 *aa, const u8 *spa, void *network_ctx, int akmp, in pmksa_cache_add() 483 int akmp) in pmksa_cache_get() 548 const u8 *aa, int akmp) in pmksa_cache_get_opportunistic() 646 int akmp, bool associated) in pmksa_cache_set_current() 877 const u8 *pmkid, const void *network_ctx, int akmp) in pmksa_cache_get() 914 const u8 *aa, const u8 *spa, void *network_ctx, int akmp, in pmksa_cache_add() 928 const u8 *fils_cache_id, int akmp, bool associated) in pmksa_cache_set_current()
|
H A D | pmksa_cache.h | 23 int akmp; /* WPA_KEY_MGMT_* */ member
|
H A D | preauth.c | 52 static int rsn_preauth_key_mgmt(int akmp) in rsn_preauth_key_mgmt()
|
H A D | wpa.h | 433 const void *network_ctx, int akmp) in wpa_sm_pmksa_cache_get() 556 wpa_pasn_ft_derive_pmk_r1(struct wpa_sm *sm, int akmp, const u8 *r1kh_id, in wpa_pasn_ft_derive_pmk_r1()
|
H A D | wpa_ft.c | 1367 int wpa_pasn_ft_derive_pmk_r1(struct wpa_sm *sm, int akmp, const u8 *bssid, in wpa_pasn_ft_derive_pmk_r1()
|
H A D | wpa.c | 689 int akmp; in wpa_derive_ptk() local 5191 int akmp) in wpa_sm_pmksa_cache_get()
|
H A D | wpa_i.h | 314 u8 pmk_reauth_threshold, int akmp) in wpa_sm_add_pmkid()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | pasn_supplicant.c | 34 int akmp; member 82 int akmp, int cipher, u8 status, in wpas_pasn_auth_status() 312 int cipher, int akmp) in wpas_pasn_set_keys_from_cache() 463 const u8 *peer_addr, int akmp, in wpas_pasn_allowed() 679 int akmp, int cipher, u16 group, int network_id, in wpas_pasn_auth_start() 768 int akmp = pasn_get_akmp(pasn); in wpas_pasn_immediate_retry() local
|
H A D | preauth_test.c | 159 int akmp) in wpa_supplicant_add_pmkid()
|
H A D | wpas_glue.c | 600 int akmp) in wpa_supplicant_add_pmkid()
|
H A D | ctrl_iface.c | 11171 int akmp = -1, cipher = -1, got_bssid = 0; in wpas_ctrl_iface_pasn_start() local
|
/freebsd/contrib/wpa/src/pasn/ |
H A D | pasn_initiator.c | 875 const u8 *peer_addr, const u8 *bssid, int akmp, in wpas_pasn_send_auth_1() 946 int akmp, int cipher, u16 group, in wpas_pasn_start() 1012 int akmp, int cipher, u16 group, in wpa_pasn_verify()
|
H A D | pasn_common.c | 71 void pasn_set_akmp(struct pasn_data *pasn, int akmp) in pasn_set_akmp()
|
H A D | pasn_common.h | 38 int akmp; member
|
/freebsd/contrib/wpa/src/ap/ |
H A D | pmksa_cache_auth.h | 25 int akmp; /* WPA_KEY_MGMT_* */ member
|
H A D | pmksa_cache_auth.c | 286 struct eapol_state_machine *eapol, int akmp) in pmksa_cache_auth_add() 321 struct eapol_state_machine *eapol, int akmp) in pmksa_cache_auth_create_entry()
|
H A D | wpa_auth.c | 2250 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK, 2867 int akmp; local 6272 int akmp) 6297 int session_timeout, int akmp, const u8 *dpp_pkhash) 6365 size_t pmk_len, int akmp,
|
H A D | ctrl_iface_ap.c | 1176 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local
|
H A D | ieee802_11.c | 2677 int cipher, int akmp) in pasn_set_keys_from_cache() 2719 int akmp; in hapd_pasn_update_params() local
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 2956 int akmp; member
|