Home
last modified time | relevance | path

Searched refs:r1kh_id (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c40 wpa_derive_pmk_r1(sm->pmk_r0, sm->pmk_r0_name, sm->r1kh_id, in wpa_derive_ptk_ft()
96 if (ft.r1kh_id) { in wpa_sm_set_ft_params()
98 ft.r1kh_id, FT_R1KH_ID_LEN); in wpa_sm_set_ft_params()
99 os_memcpy(sm->r1kh_id, ft.r1kh_id, FT_R1KH_ID_LEN); in wpa_sm_set_ft_params()
101 os_memset(sm->r1kh_id, 0, FT_R1KH_ID_LEN); in wpa_sm_set_ft_params()
265 os_memcpy(pos, sm->r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_gen_req_ies()
451 if (parse.r1kh_id == NULL) { in wpa_ft_process_response()
464 os_memcpy(sm->r1kh_id, parse.r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_process_response()
465 wpa_hexdump(MSG_DEBUG, "FT: R1KH-ID", sm->r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_process_response()
469 wpa_derive_pmk_r1(sm->pmk_r0, sm->pmk_r0_name, sm->r1kh_id, in wpa_ft_process_response()
[all …]
Dwpa_i.h124 u8 r1kh_id[FT_R1KH_ID_LEN]; member
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c344 os_memcpy(f.r1kh_id, sm->wpa_auth->conf.r1_key_holder, FT_R1KH_ID_LEN); in wpa_ft_pull_pmk_r1()
1074 if (parse.r1kh_id == NULL) { in wpa_ft_validate_reassoc()
1079 if (os_memcmp_const(parse.r1kh_id, sm->wpa_auth->conf.r1_key_holder, in wpa_ft_validate_reassoc()
1084 parse.r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_validate_reassoc()
1357 MACSTR, MAC2STR(f.r1kh_id), MAC2STR(f.s1kh_id)); in wpa_ft_rrb_rx_pull()
1368 os_memcpy(r.r1kh_id, f.r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull()
1377 wpa_derive_pmk_r1(pmk_r0, f.pmk_r0_name, f.r1kh_id, f.s1kh_id, in wpa_ft_rrb_rx_pull()
1486 if (os_memcmp_const(f.r1kh_id, wpa_auth->conf.r1_key_holder, in wpa_ft_rrb_rx_resp()
1498 MAC2STR(f.r1kh_id), MAC2STR(f.s1kh_id), pairwise); in wpa_ft_rrb_rx_resp()
1568 if (os_memcmp_const(f.r1kh_id, wpa_auth->conf.r1_key_holder, in wpa_ft_rrb_rx_push()
[all …]
Dwpa_auth.h59 u8 r1kh_id[FT_R1KH_ID_LEN]; member
76 u8 r1kh_id[FT_R1KH_ID_LEN]; /* copied from pull */ member
98 u8 r1kh_id[FT_R1KH_ID_LEN]; member
/external/wpa_supplicant_8/src/common/
Dwpa_common.h355 void wpa_derive_pmk_r1_name(const u8 *pmk_r0_name, const u8 *r1kh_id,
358 const u8 *r1kh_id, const u8 *s1kh_id,
419 const u8 *r1kh_id; member
Dwpa_common.c311 parse->r1kh_id = pos; in wpa_ft_parse_ftie()
907 void wpa_derive_pmk_r1_name(const u8 *pmk_r0_name, const u8 *r1kh_id, in wpa_derive_pmk_r1_name() argument
922 addr[2] = r1kh_id; in wpa_derive_pmk_r1_name()
938 const u8 *r1kh_id, const u8 *s1kh_id, in wpa_derive_pmk_r1() argument
946 os_memcpy(pos, r1kh_id, FT_R1KH_ID_LEN); in wpa_derive_pmk_r1()
953 wpa_derive_pmk_r1_name(pmk_r0_name, r1kh_id, s1kh_id, pmk_r1_name); in wpa_derive_pmk_r1()