Searched refs:wpa_pmk_r1_to_ptk (Results 1 – 7 of 7) sorted by relevance
| /hostap-latest/src/rsn_supp/ |
| D | wpa_ft.c | 83 ret = wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->pmk_r1_len, sm->snonce, in wpa_derive_ptk_ft() 711 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->pmk_r1_len, sm->snonce, in wpa_ft_process_response()
|
| /hostap-latest/src/common/ |
| D | wpa_common.h | 508 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, const u8 *snonce,
|
| D | wpa_common.c | 2426 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, size_t pmk_r1_len, in wpa_pmk_r1_to_ptk() function
|
| /hostap-latest/wlantest/ |
| D | rx_mgmt.c | 814 wpa_pmk_r1_to_ptk(sta->pmk_r1, sta->pmk_r1_len, parse.fte_snonce, in process_ft_auth() 2740 wpa_pmk_r1_to_ptk(sta->pmk_r1, sta->pmk_r1_len, parse.fte_snonce, in rx_mgmt_action_ft_response()
|
| D | rx_eapol.c | 232 if (wpa_pmk_r1_to_ptk(sta->pmk_r1, sta->pmk_r1_len, in try_pmk()
|
| /hostap-latest/src/ap/ |
| D | wpa_auth_ft.c | 2161 return wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_auth_derive_ptk_ft() 3372 if (wpa_pmk_r1_to_ptk(pmk_r1, pmk_r1_len, sm->SNonce, sm->ANonce, in wpa_ft_process_auth_req()
|
| D | wpa_auth.c | 2884 ret = wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->pmk_r1_len,
|