Home
last modified time | relevance | path

Searched refs:wpa_ptk (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dptksa_cache.h22 struct wpa_ptk ptk;
44 const struct wpa_ptk *ptk,
H A Dwpa_common.h256 struct wpa_ptk { struct
466 struct wpa_ptk *ptk, int akmp, int cipher,
475 size_t dhss_len, struct wpa_ptk *ptk,
510 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher,
753 struct wpa_ptk *ptk, int akmp, int cipher,
763 int wpa_ltf_keyseed(struct wpa_ptk *ptk, int akmp, int cipher);
H A Dptksa_cache.c280 const struct wpa_ptk *ptk, in ptksa_cache_add()
376 u32 cipher, u32 life_time, const struct wpa_ptk *ptk, in ptksa_cache_add()
H A Dcommon_module_tests.c647 struct wpa_ptk ptk; in pasn_test_pasn_auth()
726 struct wpa_ptk ptk; in pasn_test_no_pasn_auth()
H A Dwpa_common.c396 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk()
668 size_t dhss_len, struct wpa_ptk *ptk, in fils_pmk_to_ptk()
1464 struct wpa_ptk *ptk, int akmp, int cipher, in pasn_pmk_to_ptk()
1579 int wpa_ltf_keyseed(struct wpa_ptk *ptk, int akmp, int cipher) in wpa_ltf_keyseed()
2422 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, in wpa_pmk_r1_to_ptk()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h28 struct wpa_ptk ptk, tptk;
494 u32 life_time, struct wpa_ptk *ptk) in wpa_sm_store_ptk()
527 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk,
534 struct wpa_ptk *ptk);
538 struct wpa_ptk *ptk);
541 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
H A Dwpa.h99 u32 life_time, const struct wpa_ptk *ptk);
H A Dwpa.c91 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, in wpa_eapol_key_send()
529 struct wpa_ptk *ptk) in wpa_supplicant_send_2_of_4()
684 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk()
839 static void wpas_swap_tkip_mic_keys(struct wpa_ptk *ptk) in wpas_swap_tkip_mic_keys()
859 struct wpa_ptk *ptk; in wpa_supplicant_process_1_of_4_wpa()
926 struct wpa_ptk *ptk; in wpa_supplicant_process_1_of_4()
2219 struct wpa_ptk *ptk) in wpa_supplicant_send_4_of_4()
3482 struct wpa_ptk *ptk; in wpa_supp_aead_decrypt()
H A Dwpa_ft.c38 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h63 struct wpa_ptk PTK;
325 u32 life_time, const struct wpa_ptk *ptk);
334 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, struct wpa_ptk *ptk,
H A Dwpa_auth.c45 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK,
48 static int wpa_aead_decrypt(struct wpa_state_machine *sm, struct wpa_ptk *ptk,
63 struct wpa_ptk *ptk, int force_sha256,
392 u32 life_time, const struct wpa_ptk *ptk) in wpa_auth_store_ptksa()
1295 struct wpa_ptk PTK;
2250 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK,
2450 SM_ENTRY_MA(WPA_PTK, INITIALIZE, wpa_ptk);
2483 SM_ENTRY_MA(WPA_PTK, DISCONNECT, wpa_ptk);
2494 SM_ENTRY_MA(WPA_PTK, DISCONNECTED, wpa_ptk);
2501 SM_ENTRY_MA(WPA_PTK, AUTHENTICATION, wpa_ptk);
[all …]
H A Dwpa_auth.h368 u32 life_time, const struct wpa_ptk *ptk);
H A Dwpa_auth_glue.c970 u32 life_time, const struct wpa_ptk *ptk) in hostapd_store_ptksa()
H A Dwpa_auth_ft.c2115 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, struct wpa_ptk *ptk, in wpa_auth_derive_ptk_ft()
/freebsd/contrib/wpa/src/pasn/
H A Dpasn_common.h83 struct wpa_ptk ptk;
223 struct wpa_ptk * pasn_get_ptk(struct pasn_data *pasn);
H A Dpasn_common.c227 struct wpa_ptk * pasn_get_ptk(struct pasn_data *pasn) in pasn_get_ptk()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c1384 u32 life_time, const struct wpa_ptk *ptk) in wpa_supplicant_store_ptk()