Home
last modified time | relevance | path

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

12

/hostap-latest/src/common/
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 …]
Dptksa_cache.h29 u32 akmp; member
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()
Dsae.h112 int akmp; /* WPA_KEY_MGMT_* used in key derivation */ member
/hostap-latest/src/rsn_supp/
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()
Dpmksa_cache.h23 int akmp; /* WPA_KEY_MGMT_* */ member
Dpreauth.c52 static int rsn_preauth_key_mgmt(int akmp) in rsn_preauth_key_mgmt()
Dwpa_ft.c1370 int wpa_pasn_ft_derive_pmk_r1(struct wpa_sm *sm, int akmp, const u8 *bssid, in wpa_pasn_ft_derive_pmk_r1()
Dwpa.h481 const void *network_ctx, int akmp) in wpa_sm_pmksa_cache_get()
604 wpa_pasn_ft_derive_pmk_r1(struct wpa_sm *sm, int akmp, const u8 *r1kh_id, in wpa_pasn_ft_derive_pmk_r1()
Dwpa.c722 int akmp; in wpa_derive_ptk() local
5560 int akmp) in wpa_sm_pmksa_cache_get()
Dwpa_i.h320 u8 pmk_reauth_threshold, int akmp) in wpa_sm_add_pmkid()
/hostap-latest/wpa_supplicant/
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
Dpreauth_test.c159 int akmp) in wpa_supplicant_add_pmkid()
Dwpas_glue.c616 int akmp) in wpa_supplicant_add_pmkid()
Dctrl_iface.c11176 int akmp = -1, cipher = -1, got_bssid = 0; in wpas_ctrl_iface_pasn_start() local
/hostap-latest/src/pasn/
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()
Dpasn_common.c71 void pasn_set_akmp(struct pasn_data *pasn, int akmp) in pasn_set_akmp()
Dpasn_common.h38 int akmp; member
/hostap-latest/tests/fuzzing/pasn-resp/
Dpasn-resp.c30 struct eapol_state_machine *eapol, int akmp) in pmksa_cache_auth_add()
/hostap-latest/src/ap/
Dpmksa_cache_auth.h25 int akmp; /* WPA_KEY_MGMT_* */ member
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()
Dwpa_auth.c2252 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK,
2869 int akmp; local
6420 int akmp)
6445 int session_timeout, int akmp, const u8 *dpp_pkhash)
6513 size_t pmk_len, int akmp,
Dctrl_iface_ap.c1176 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local
Dieee802_11.c2679 int cipher, int akmp) in pasn_set_keys_from_cache()
2721 int akmp; in hapd_pasn_update_params() local
/hostap-latest/tests/hwsim/
Dtest_pasn.py30 def pasn_ap_params(akmp="PASN", cipher="CCMP", group="19"): argument
96 def check_pasn_akmp_cipher(dev, hapd, akmp="PASN", cipher="CCMP", argument

12