Searched refs:ptk_name (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 24 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_derive_ptk_ft() local 46 sm->bssid, sm->pmk_r1_name, ptk, ptk_name, in wpa_derive_ptk_ft() 378 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_ft_process_response() local 478 ptk_name, sm->key_mgmt, sm->pairwise_cipher) < 0) in wpa_ft_process_response()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 965 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) in wpa_pmk_r1_to_ptk() argument 1013 os_memcpy(ptk_name, hash, WPA_PMK_NAME_LEN); in wpa_pmk_r1_to_ptk() 1022 wpa_hexdump(MSG_DEBUG, "FT: PTKName", ptk_name, WPA_PMK_NAME_LEN); in wpa_pmk_r1_to_ptk()
|
D | wpa_common.h | 363 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher);
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ft.c | 369 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_auth_derive_ptk_ft() local 400 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise); in wpa_auth_derive_ptk_ft() 805 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_ft_process_auth_req() local 895 &sm->PTK, ptk_name, sm->wpa_key_mgmt, in wpa_ft_process_auth_req()
|