Home
last modified time | relevance | path

Searched refs:r0kh_id_len (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
83 if (r0kh_id_len > FT_R0KH_ID_MAX_LEN) 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()
87 sm->r0kh_id_len = r0kh_id_len; in wpa_sm_set_ft_params()
133 2 + sm->r0kh_id_len + 100; in wpa_ft_gen_req_ies()
239 *pos++ = sm->r0kh_id_len; in wpa_ft_gen_req_ies()
240 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_gen_req_ies()
241 pos += sm->r0kh_id_len; in wpa_ft_gen_req_ies()
[all …]
Dwpa.h275 const u8 *r0kh_id, size_t r0kh_id_len,
Dwpa_i.h103 size_t r0kh_id_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
432 if (ssid_len > WPA_MAX_SSID_LEN || r0kh_id_len > FT_R0KH_ID_MAX_LEN) in wpa_derive_pmk_r0()
440 *pos++ = r0kh_id_len; in wpa_derive_pmk_r0()
441 os_memcpy(pos, r0kh_id, r0kh_id_len); in wpa_derive_pmk_r0()
442 pos += 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.c996 size_t r0kh_id_len = 0; in ieee80211_ft_assoc_resp() local
1016 r0kh_id_len = pos[1]; in ieee80211_ft_assoc_resp()
1022 r0kh_id_len, r1kh_id); in ieee80211_ft_assoc_resp()