Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c42 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr, in wpa_derive_ptk_ft()
71 const u8 *r0kh_id, size_t r0kh_id_len, in wpa_sm_set_ft_params() argument
82 if (sm && r0kh_id) { in wpa_sm_set_ft_params()
85 wpa_hexdump(MSG_DEBUG, "FT: R0KH-ID", r0kh_id, r0kh_id_len); in wpa_sm_set_ft_params()
86 os_memcpy(sm->r0kh_id, r0kh_id, r0kh_id_len); in wpa_sm_set_ft_params()
240 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_gen_req_ies()
282 const u8 *r0kh_id; member
325 parse->r0kh_id = pos + 2; in wpa_ft_parse_ftie()
509 if (parse.r0kh_id == NULL) { in wpa_ft_process_response()
515 os_memcmp(parse.r0kh_id, sm->r0kh_id, parse.r0kh_id_len) != 0) { in wpa_ft_process_response()
[all …]
Dwpa.h275 const u8 *r0kh_id, size_t r0kh_id_len,
289 const u8 *r0kh_id, const u8 *r1kh_id) in wpa_sm_set_ft_params() argument
Dwpa_i.h102 u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; member
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dwpa_common.c415 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, in wpa_derive_pmk_r0() argument
441 os_memcpy(pos, r0kh_id, r0kh_id_len); in wpa_derive_pmk_r0()
Dwpa_common.h307 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c995 const u8 *r0kh_id = NULL; in ieee80211_ft_assoc_resp() local
1015 r0kh_id = pos + 2; in ieee80211_ft_assoc_resp()
1021 return wpa_sm_set_ft_params(wpa_s->wpa, mobility_domain, r0kh_id, in ieee80211_ft_assoc_resp()