Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c65 sm->r1kh_id, sm->own_addr, sm->pmk_r1, in wpa_derive_ptk_ft()
107 os_memset(sm->r1kh_id, 0, FT_R1KH_ID_LEN); in wpa_sm_set_ft_params()
139 if (ft.r1kh_id) { in wpa_sm_set_ft_params()
141 ft.r1kh_id, FT_R1KH_ID_LEN); in wpa_sm_set_ft_params()
142 os_memcpy(sm->r1kh_id, ft.r1kh_id, FT_R1KH_ID_LEN); in wpa_sm_set_ft_params()
144 os_memset(sm->r1kh_id, 0, FT_R1KH_ID_LEN); in wpa_sm_set_ft_params()
357 os_memcpy(pos, sm->r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_gen_req_ies()
640 if (parse.r1kh_id == NULL) { in wpa_ft_process_response()
659 os_memcpy(sm->r1kh_id, parse.r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_process_response()
660 wpa_hexdump(MSG_DEBUG, "FT: R1KH-ID", sm->r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_process_response()
[all …]
Dwpa_i.h19 u8 r1kh_id[FT_R1KH_ID_LEN]; member
154 u8 r1kh_id[FT_R1KH_ID_LEN]; member
Dwpa.h443 int wpa_pasn_ft_derive_pmk_r1(struct wpa_sm *sm, int akmp, const u8 *r1kh_id,
504 int wpa_pasn_ft_derive_pmk_r1(struct wpa_sm *sm, int akmp, const u8 *r1kh_id, in wpa_pasn_ft_derive_pmk_r1() argument
Dwpa.c4290 if (!parse.r1kh_id) { in fils_process_auth()
4295 os_memcpy(sm->r1kh_id, parse.r1kh_id, FT_R1KH_ID_LEN); in fils_process_auth()
4297 sm->r1kh_id, FT_R1KH_ID_LEN); in fils_process_auth()
4561 MAC2STR(sm->r1kh_id)); in fils_ft_build_assoc_req_rsne()
4563 if (wpa_derive_pmk_r1_name(sm->pmk_r0_name, sm->r1kh_id, sm->own_addr, in fils_ft_build_assoc_req_rsne()
/external/autotest/server/site_tests/network_WiFi_RoamFT/
Dnetwork_WiFi_RoamFT.py110 r1kh_id=id0,
127 r1kh_id=id1,
/external/wpa_supplicant_8/src/common/
Dwpa_common.h424 int wpa_derive_pmk_r1_name(const u8 *pmk_r0_name, const u8 *r1kh_id,
428 const u8 *r1kh_id, const u8 *s1kh_id,
493 const u8 *r1kh_id; member
Dwpa_common.c952 parse->r1kh_id = pos; in wpa_ft_parse_ftie()
1953 int wpa_derive_pmk_r1_name(const u8 *pmk_r0_name, const u8 *r1kh_id, in wpa_derive_pmk_r1_name() argument
1968 addr[2] = r1kh_id; in wpa_derive_pmk_r1_name()
1992 const u8 *r1kh_id, const u8 *s1kh_id, in wpa_derive_pmk_r1() argument
2002 wpa_hexdump(MSG_DEBUG, "FT: R1KH-ID", r1kh_id, FT_R1KH_ID_LEN); in wpa_derive_pmk_r1()
2005 os_memcpy(pos, r1kh_id, FT_R1KH_ID_LEN); in wpa_derive_pmk_r1()
2027 return wpa_derive_pmk_r1_name(pmk_r0_name, r1kh_id, s1kh_id, in wpa_derive_pmk_r1()
/external/autotest/server/cros/network/
Dhostap_config.py536 r1kh_id=None, argument
660 self._r1kh_id = r1kh_id
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1766 const u8 *src_addr, const u8 *r1kh_id, int timeout) in wpa_ft_rrb_add_r1kh() argument
1778 os_memcpy(r1kh->id, r1kh_id, sizeof(r1kh->id)); in wpa_ft_rrb_add_r1kh()
3431 if (parse.r1kh_id == NULL) { in wpa_ft_validate_reassoc()
3436 if (os_memcmp_const(parse.r1kh_id, conf->r1_key_holder, in wpa_ft_validate_reassoc()
3441 parse.r1kh_id, FT_R1KH_ID_LEN); in wpa_ft_validate_reassoc()
3734 const u8 *r1kh_id, const u8 *s1kh_id, in wpa_ft_rrb_build_r0() argument
3770 pmk_r0->pmk_r0_name, r1kh_id, in wpa_ft_rrb_build_r0()
3834 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_pull()
3996 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, msgtype, FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_r1()
4283 RRB_GET_AUTH(FT_RRB_R1KH_ID, r1kh_id, "seq", FT_R1KH_ID_LEN); in wpa_ft_rrb_rx_seq()
[all …]