Searched refs:ptk_name (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 27 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_derive_ptk_ft() local 56 ptk_name, sm->key_mgmt, sm->pairwise_cipher); in wpa_derive_ptk_ft() 484 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_ft_process_response() local 609 sm->pmk_r1_name, &sm->ptk, ptk_name, sm->key_mgmt, in wpa_ft_process_response()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.h | 390 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher);
|
D | wpa_common.c | 1700 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) in wpa_pmk_r1_to_ptk() argument 1785 os_memcpy(ptk_name, hash, WPA_PMK_NAME_LEN); in wpa_pmk_r1_to_ptk() 1806 wpa_hexdump(MSG_DEBUG, "FT: PTKName", ptk_name, WPA_PMK_NAME_LEN); in wpa_pmk_r1_to_ptk()
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 2085 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_auth_derive_ptk_ft() local 2144 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise); in wpa_auth_derive_ptk_ft() 2858 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_ft_process_auth_req() local 3001 &sm->PTK, ptk_name, sm->wpa_key_mgmt, in wpa_ft_process_auth_req()
|