/hostap-3.7.0/src/common/ |
D | ptksa_cache.h | 22 struct wpa_ptk ptk; 40 const struct wpa_ptk *ptk); 68 u32 life_time, const struct wpa_ptk *ptk) in ptksa_cache_add()
|
D | wpa_common.h | 230 struct wpa_ptk { struct 391 struct wpa_ptk *ptk, int akmp, int cipher, 400 size_t dhss_len, struct wpa_ptk *ptk, 433 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, 644 struct wpa_ptk *ptk, int akmp, int cipher,
|
D | common_module_tests.c | 647 struct wpa_ptk ptk; in pasn_test_pasn_auth() 726 struct wpa_ptk ptk; in pasn_test_no_pasn_auth()
|
D | ptksa_cache.c | 270 const struct wpa_ptk *ptk) in ptksa_cache_add()
|
D | wpa_common.c | 351 struct wpa_ptk *ptk, int akmp, int cipher, in wpa_pmk_to_ptk() 593 size_t dhss_len, struct wpa_ptk *ptk, in fils_pmk_to_ptk() 1212 struct wpa_ptk *ptk, int akmp, int cipher, in pasn_pmk_to_ptk() 2042 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, in wpa_pmk_r1_to_ptk()
|
/hostap-3.7.0/src/rsn_supp/ |
D | wpa_i.h | 28 struct wpa_ptk ptk, tptk; 477 u32 life_time, struct wpa_ptk *ptk) in wpa_sm_store_ptk() 484 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, 491 struct wpa_ptk *ptk); 495 struct wpa_ptk *ptk); 498 const struct wpa_eapol_key *key, struct wpa_ptk *ptk);
|
D | wpa.h | 94 u32 life_time, const struct wpa_ptk *ptk);
|
D | wpa.c | 52 int wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, in wpa_eapol_key_send() 487 struct wpa_ptk *ptk) in wpa_supplicant_send_2_of_4() 583 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk() 678 struct wpa_ptk *ptk; in wpa_supplicant_process_1_of_4() 1618 struct wpa_ptk *ptk) in wpa_supplicant_send_4_of_4() 2399 struct wpa_ptk *ptk; in wpa_supp_aead_decrypt()
|
D | wpa_ft.c | 37 const struct wpa_eapol_key *key, struct wpa_ptk *ptk) in wpa_derive_ptk_ft()
|
/hostap-3.7.0/wlantest/ |
D | wlantest.h | 44 struct wpa_ptk ptk; 83 struct wpa_ptk ptk; /* Derived PTK */ 85 struct wpa_ptk tptk; /* Derived PTK during rekeying */
|
D | rx_data.c | 154 struct wpa_ptk *ptk, const struct ieee80211_hdr *hdr, in try_ptk() 649 struct wpa_ptk zero_ptk; in rx_data_bss_prot()
|
D | rx_mgmt.c | 237 struct wpa_ptk ptk; in process_ft_auth() 483 struct wpa_ptk ptk; in try_rmsk() 1730 struct wpa_ptk ptk; in rx_mgmt_action_ft_response() 2269 static u8 * try_tk(struct wpa_ptk *ptk, const u8 *data, size_t len, in try_tk()
|
D | rx_eapol.c | 100 struct wpa_ptk ptk; in try_pmk()
|
/hostap-3.7.0/src/ap/ |
D | wpa_auth_i.h | 63 struct wpa_ptk PTK; 302 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, struct wpa_ptk *ptk);
|
D | wpa_auth.c | 43 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK, 46 static int wpa_aead_decrypt(struct wpa_state_machine *sm, struct wpa_ptk *ptk, 61 struct wpa_ptk *ptk, int force_sha256); 229 u32 life_time, const struct wpa_ptk *ptk) in wpa_auth_store_ptksa() 936 struct wpa_ptk PTK; in wpa_try_alt_snonce() 1742 static int wpa_verify_key_mic(int akmp, size_t pmk_len, struct wpa_ptk *PTK, in wpa_verify_key_mic() 1935 SM_ENTRY_MA(WPA_PTK, INITIALIZE, wpa_ptk); in SM_STATE() 1969 SM_ENTRY_MA(WPA_PTK, DISCONNECT, wpa_ptk); in SM_STATE() 1980 SM_ENTRY_MA(WPA_PTK, DISCONNECTED, wpa_ptk); in SM_STATE() 1987 SM_ENTRY_MA(WPA_PTK, AUTHENTICATION, wpa_ptk); in SM_STATE() [all …]
|
D | sta_info.h | 94 struct wpa_ptk ptk;
|
D | wpa_auth.h | 321 u32 life_time, const struct wpa_ptk *ptk);
|
D | wpa_auth_glue.c | 924 u32 life_time, const struct wpa_ptk *ptk) in hostapd_store_ptksa()
|
D | wpa_auth_ft.c | 2081 int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, struct wpa_ptk *ptk) in wpa_auth_derive_ptk_ft()
|
/hostap-3.7.0/wpa_supplicant/ |
D | wpa_supplicant_i.h | 570 struct wpa_ptk ptk;
|
D | wpas_glue.c | 1353 u32 life_time, const struct wpa_ptk *ptk) in wpa_supplicant_store_ptk()
|