/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ft.c | 28 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_derive_ptk_ft() local 65 ptk_name, sm->key_mgmt, sm->pairwise_cipher); in wpa_derive_ptk_ft() 493 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_ft_process_response() local 618 sm->pmk_r1_name, &sm->ptk, ptk_name, sm->key_mgmt, in wpa_ft_process_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_ft.c | 39 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_derive_ptk_ft() local 84 ptk_name, sm->key_mgmt, sm->pairwise_cipher, in wpa_derive_ptk_ft() 553 u8 ptk_name[WPA_PMK_NAME_LEN]; 691 sm->pmk_r1_name, &sm->ptk, ptk_name, sm->key_mgmt,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_common.h | 390 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher);
|
H A D | wpa_common.c | 1700 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) in wpa_pmk_r1_to_ptk() 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() 1696 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher) wpa_pmk_r1_to_ptk() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.h | 486 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher,
|
H A D | wpa_common.c | 2110 struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, in wpa_pmk_r1_to_ptk() 2205 os_memcpy(ptk_name, hash, WPA_PMK_NAME_LEN); in wpa_pmk_r1_to_ptk() 2231 wpa_hexdump(MSG_DEBUG, "FT: PTKName", ptk_name, WPA_PMK_NAME_LEN); in wpa_pmk_r1_to_ptk() 2106 wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, const u8 *snonce, const u8 *anonce, const u8 *sta_addr, const u8 *bssid, const u8 *pmk_r1_name, struct wpa_ptk *ptk, u8 *ptk_name, int akmp, int cipher, size_t kdk_len) wpa_pmk_r1_to_ptk() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_ft.c | 2088 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_auth_derive_ptk_ft() local 2150 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise, in wpa_auth_derive_ptk_ft() 3058 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_ft_process_auth_req() local 3208 &sm->PTK, ptk_name, sm->wpa_key_mgmt, in wpa_ft_process_auth_req()
|
H A D | wpa_auth.c | 2341 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_derive_ptk() local 2347 ptk, ptk_name, in wpa_derive_ptk()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 2085 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_auth_derive_ptk_ft() local 2152 ptk, ptk_name, sm->wpa_key_mgmt, sm->pairwise); in wpa_auth_derive_ptk_ft() 2867 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_ft_process_auth_req() local 3012 &sm->PTK, ptk_name, sm->wpa_key_mgmt, in wpa_ft_process_auth_req()
|
H A D | wpa_auth.c | 2228 u8 ptk_name[WPA_PMK_NAME_LEN]; in wpa_derive_ptk() local 2234 ptk, ptk_name, in wpa_derive_ptk()
|