Searched refs:r0kh_id (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/wpa/src/rsn_supp/ |
| D | wpa_ft.c | 36 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr, in wpa_derive_ptk_ft() 87 if (ft.r0kh_id) { in wpa_sm_set_ft_params() 89 ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params() 90 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params() 275 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_gen_req_ies() 439 if (parse.r0kh_id == NULL) { in wpa_ft_process_response() 445 os_memcmp(parse.r0kh_id, sm->r0kh_id, parse.r0kh_id_len) != 0) { in wpa_ft_process_response() 449 parse.r0kh_id, parse.r0kh_id_len); in wpa_ft_process_response() 451 sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_process_response() 717 if (parse.r0kh_id == NULL) { in wpa_ft_validate_reassoc_resp() [all …]
|
| D | wpa_i.h | 121 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member
|
| /freebsd-10-stable/contrib/wpa/src/ap/ |
| D | wpa_auth_ft.c | 88 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, in wpa_write_ftie() argument 119 if (r0kh_id) { in wpa_write_ftie() 122 os_memcpy(pos, r0kh_id, r0kh_id_len); in wpa_write_ftie() 297 const u8 *s1kh_id, const u8 *r0kh_id, in wpa_ft_pull_pmk_r1() argument 306 os_memcmp(r0kh->id, r0kh_id, r0kh_id_len) == 0) in wpa_ft_pull_pmk_r1() 621 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; in wpa_sm_write_assoc_resp_ies() local 665 r0kh_id = sm->r0kh_id; in wpa_sm_write_assoc_resp_ies() 692 r0kh_id = conf->r0_key_holder; in wpa_sm_write_assoc_resp_ies() 697 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos, in wpa_sm_write_assoc_resp_ies() 835 if (parse.r0kh_id == NULL) { in wpa_ft_process_auth_req() [all …]
|
| D | wpa_auth_i.h | 116 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */ member 221 int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
|
| /freebsd-10-stable/contrib/wpa/src/common/ |
| D | wpa_common.h | 334 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, 382 const u8 *r0kh_id; member
|
| D | wpa_common.c | 220 parse->r0kh_id = pos + 2; in wpa_ft_parse_ftie() 707 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, in wpa_derive_pmk_r0() argument 733 os_memcpy(pos, r0kh_id, r0kh_id_len); in wpa_derive_pmk_r0()
|