Home
last modified time | relevance | path

Searched defs:akmp (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dwpa_common.c25 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 Dptksa_cache.h29 u32 akmp; member
H A Dptksa_cache.c283 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 Dsae.h112 int akmp; /* WPA_KEY_MGMT_* used in key derivation */ member
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c234 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 Dpmksa_cache.h23 int akmp; /* WPA_KEY_MGMT_* */ member
H A Dpreauth.c52 static int rsn_preauth_key_mgmt(int akmp) in rsn_preauth_key_mgmt()
H A Dwpa.h433 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 Dwpa_ft.c1367 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 Dwpa.c689 int akmp; in wpa_derive_ptk() local
5191 int akmp) in wpa_sm_pmksa_cache_get()
H A Dwpa_i.h314 u8 pmk_reauth_threshold, int akmp) in wpa_sm_add_pmkid()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c34 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 Dpreauth_test.c159 int akmp) in wpa_supplicant_add_pmkid()
H A Dwpas_glue.c600 int akmp) in wpa_supplicant_add_pmkid()
H A Dctrl_iface.c11171 int akmp = -1, cipher = -1, got_bssid = 0; in wpas_ctrl_iface_pasn_start() local
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_initiator.c875 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 Dpasn_common.c71 void pasn_set_akmp(struct pasn_data *pasn, int akmp) in pasn_set_akmp()
H A Dpasn_common.h38 int akmp; member
/freebsd/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.h25 int akmp; /* WPA_KEY_MGMT_* */ member
H A Dpmksa_cache_auth.c286 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 Dwpa_auth.c2250 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 Dctrl_iface_ap.c1176 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local
H A Dieee802_11.c2677 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 Ddriver.h2956 int akmp; member