Home
last modified time | relevance | path

Searched refs:rsn_ftie_sha384 (Results 1 – 5 of 5) sorted by relevance

/hostap-3.6.0/src/rsn_supp/
Dwpa_ft.c206 sizeof(struct rsn_ftie_sha384) + in wpa_ft_gen_req_ies()
331 struct rsn_ftie_sha384 *ftie; in wpa_ft_gen_req_ies()
333 ftie = (struct rsn_ftie_sha384 *) pos; in wpa_ft_gen_req_ies()
591 struct rsn_ftie_sha384 *ftie; in wpa_ft_process_response()
593 ftie = (struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_process_response()
1017 struct rsn_ftie_sha384 *ftie; in wpa_ft_validate_reassoc_resp()
1019 ftie = (struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_validate_reassoc_resp()
/hostap-3.6.0/src/ap/
Dwpa_auth_ft.c815 size_t hdrlen = use_sha384 ? sizeof(struct rsn_ftie_sha384) : in wpa_write_ftie()
826 struct rsn_ftie_sha384 *hdr = (struct rsn_ftie_sha384 *) pos; in wpa_write_ftie()
2719 struct rsn_ftie_sha384 *_ftie = in wpa_sm_write_assoc_resp_ies()
2720 (struct rsn_ftie_sha384 *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
3098 struct rsn_ftie_sha384 *ftie; in wpa_ft_process_auth_req()
3100 ftie = (struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_process_auth_req()
3366 struct rsn_ftie_sha384 *ftie; in wpa_ft_validate_reassoc()
3368 ftie = (struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_validate_reassoc()
/hostap-3.6.0/wlantest/
Drx_mgmt.c934 struct rsn_ftie_sha384 *fte; in rx_mgmt_reassoc_req()
936 fte = (struct rsn_ftie_sha384 *) parse.ftie; in rx_mgmt_reassoc_req()
1426 struct rsn_ftie_sha384 *fte; in rx_mgmt_reassoc_resp()
1428 fte = (struct rsn_ftie_sha384 *) parse.ftie; in rx_mgmt_reassoc_resp()
/hostap-3.6.0/src/common/
Dwpa_common.h349 struct rsn_ftie_sha384 { struct
Dwpa_common.c929 pos = ie + (use_sha384 ? sizeof(struct rsn_ftie_sha384) : in wpa_ft_parse_ftie()
1064 const struct rsn_ftie_sha384 *ftie_sha384; in wpa_ft_parse_ies()
1069 (const struct rsn_ftie_sha384 *) pos; in wpa_ft_parse_ies()