Home
last modified time | relevance | path

Searched refs:r0kh_id_len (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ft.c49 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr, in wpa_derive_ptk_ft()
104 ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params()
105 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params()
106 sm->r0kh_id_len = ft.r0kh_id_len; in wpa_sm_set_ft_params()
112 * sm->r0kh_id_len = 0; in wpa_sm_set_ft_params()
180 2 + sm->r0kh_id_len + ric_ies_len + 100; in wpa_ft_gen_req_ies()
336 *pos++ = sm->r0kh_id_len; in wpa_ft_gen_req_ies()
337 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_gen_req_ies()
338 pos += sm->r0kh_id_len; in wpa_ft_gen_req_ies()
[all...]
H A Dwpa_i.h127 size_t r0kh_id_len; member
H A Dwpa.c3784 os_memcpy(sm->r0kh_id, parse.r0kh_id, parse.r0kh_id_len); in fils_process_auth()
3785 sm->r0kh_id_len = parse.r0kh_id_len; in fils_process_auth()
3787 sm->r0kh_id, sm->r0kh_id_len); in fils_process_auth()
4040 sm->r0kh_id, sm->r0kh_id_len); in fils_ft_build_assoc_req_rsne()
4043 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr, in fils_ft_build_assoc_req_rsne()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_ft.c60 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr, in wpa_derive_ptk_ft()
110 sm->r0kh_id_len = 0; in wpa_sm_set_ft_params()
131 ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params()
132 os_memcpy(sm->r0kh_id, ft.r0kh_id, ft.r0kh_id_len); in wpa_sm_set_ft_params()
133 sm->r0kh_id_len = ft.r0kh_id_len; in wpa_sm_set_ft_params()
139 * sm->r0kh_id_len = 0; in wpa_sm_set_ft_params()
211 2 + sm->r0kh_id_len + ric_ies_len + 100; in wpa_ft_gen_req_ies()
366 *pos++ = sm->r0kh_id_len; in wpa_ft_gen_req_ies()
367 os_memcpy(pos, sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_gen_req_ies()
[all...]
H A Dwpa_i.h156 size_t r0kh_id_len; member
H A Dwpa.c5486 os_memcpy(sm->r0kh_id, parse.r0kh_id, parse.r0kh_id_len);
5487 sm->r0kh_id_len = parse.r0kh_id_len;
5489 sm->r0kh_id, sm->r0kh_id_len);
5757 sm->r0kh_id, sm->r0kh_id_len);
5760 sm->r0kh_id, sm->r0kh_id_len, sm->own_addr,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c809 const u8 *r0kh_id, size_t r0kh_id_len, in wpa_write_ftie()
818 if (len < 2 + hdrlen + 2 + FT_R1KH_ID_LEN + 2 + r0kh_id_len + in wpa_write_ftie()
855 *pos++ = r0kh_id_len; in wpa_write_ftie()
856 os_memcpy(pos, r0kh_id, r0kh_id_len); in wpa_write_ftie()
857 pos += r0kh_id_len; in wpa_write_ftie()
1922 wpa_ft_block_r0kh(sm->wpa_auth, sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_expire_pull()
1954 { .type = FT_RRB_R0KH_ID, .len = sm->r0kh_id_len, in wpa_ft_pull_pmk_r1()
1967 wpa_ft_rrb_lookup_r0kh(sm->wpa_auth, sm->r0kh_id, sm->r0kh_id_len, in wpa_ft_pull_pmk_r1()
1980 sm->r0kh_id, sm->r0kh_id_len, in wpa_ft_pull_pmk_r1()
1985 sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_pull_pmk_r1()
808 wpa_write_ftie(struct wpa_auth_config *conf, int use_sha384, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *anonce, const u8 *snonce, u8 *buf, size_t len, const u8 *subelem, size_t subelem_len, int rsnxe_used) wpa_write_ftie() argument
2512 size_t mdie_len, ftie_len, rsnie_len = 0, r0kh_id_len, subelem_len = 0; wpa_sm_write_assoc_resp_ies() local
2979 wpa_ft_local_derive_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *req_pmk_r0_name, const u8 *req_pmk_r1_name, u8 *out_pmk_r1, int *out_pairwise, struct vlan_description *vlan, const u8 **identity, size_t *identity_len, const u8 **radius_cui, size_t *radius_cui_len, int *out_session_timeout) wpa_ft_local_derive_pmk_r1() argument
[all...]
H A Dwpa_auth_i.h132 size_t r0kh_id_len; member
298 const u8 *r0kh_id, size_t r0kh_id_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c808 const u8 *r0kh_id, size_t r0kh_id_len, in wpa_write_ftie()
817 if (len < 2 + hdrlen + 2 + FT_R1KH_ID_LEN + 2 + r0kh_id_len + in wpa_write_ftie()
854 *pos++ = r0kh_id_len; in wpa_write_ftie()
855 os_memcpy(pos, r0kh_id, r0kh_id_len); in wpa_write_ftie()
856 pos += r0kh_id_len; in wpa_write_ftie()
1920 wpa_ft_block_r0kh(sm->wpa_auth, sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_expire_pull()
1952 { .type = FT_RRB_R0KH_ID, .len = sm->r0kh_id_len, in wpa_ft_pull_pmk_r1()
1965 wpa_ft_rrb_lookup_r0kh(sm->wpa_auth, sm->r0kh_id, sm->r0kh_id_len, in wpa_ft_pull_pmk_r1()
1978 sm->r0kh_id, sm->r0kh_id_len, in wpa_ft_pull_pmk_r1()
1983 sm->r0kh_id, sm->r0kh_id_len); in wpa_ft_pull_pmk_r1()
807 wpa_write_ftie(struct wpa_auth_config *conf, int use_sha384, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *anonce, const u8 *snonce, u8 *buf, size_t len, const u8 *subelem, size_t subelem_len) wpa_write_ftie() argument
2422 size_t mdie_len, ftie_len, rsnie_len = 0, r0kh_id_len, subelem_len = 0; wpa_sm_write_assoc_resp_ies() local
2786 wpa_ft_local_derive_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *req_pmk_r0_name, const u8 *req_pmk_r1_name, u8 *out_pmk_r1, int *out_pairwise, struct vlan_description *vlan, const u8 **identity, size_t *identity_len, const u8 **radius_cui, size_t *radius_cui_len, int *out_session_timeout) wpa_ft_local_derive_pmk_r1() argument
[all...]
H A Dwpa_auth_i.h127 size_t r0kh_id_len; member
291 const u8 *r0kh_id, size_t r0kh_id_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.c893 parse->r0kh_id_len = len; in wpa_ft_parse_ftie()
1516 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, in wpa_derive_pmk_r0()
1538 if (ssid_len > SSID_MAX_LEN || r0kh_id_len > FT_R0KH_ID_MAX_LEN) in wpa_derive_pmk_r0()
1545 wpa_hexdump_ascii(MSG_DEBUG, "FT: R0KH-ID", r0kh_id, r0kh_id_len); in wpa_derive_pmk_r0()
1553 *pos++ = r0kh_id_len; in wpa_derive_pmk_r0()
1554 os_memcpy(pos, r0kh_id, r0kh_id_len); in wpa_derive_pmk_r0()
1555 pos += r0kh_id_len; in wpa_derive_pmk_r0()
1514 wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, const u8 *ssid, size_t ssid_len, const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name, int use_sha384) wpa_derive_pmk_r0() argument
H A Dwpa_common.h378 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
453 size_t r0kh_id_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h474 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len,
550 size_t r0kh_id_len; member
H A Dwpa_common.c1032 parse->r0kh_id_len = len; in wpa_ft_parse_ftie()
1924 const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, in wpa_derive_pmk_r0()
1946 if (ssid_len > SSID_MAX_LEN || r0kh_id_len > FT_R0KH_ID_MAX_LEN) in wpa_derive_pmk_r0()
1953 wpa_hexdump_ascii(MSG_DEBUG, "FT: R0KH-ID", r0kh_id, r0kh_id_len); in wpa_derive_pmk_r0()
1961 *pos++ = r0kh_id_len; in wpa_derive_pmk_r0()
1962 os_memcpy(pos, r0kh_id, r0kh_id_len); in wpa_derive_pmk_r0()
1963 pos += r0kh_id_len; in wpa_derive_pmk_r0()
1922 wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len, const u8 *ssid, size_t ssid_len, const u8 *mdid, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *s0kh_id, u8 *pmk_r0, u8 *pmk_r0_name, int use_sha384) wpa_derive_pmk_r0() argument

Completed in 59 milliseconds