Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c170 sizeof(struct rsn_ftie_sha384) + in wpa_ft_gen_req_ies()
298 struct rsn_ftie_sha384 *ftie; in wpa_ft_gen_req_ies()
300 ftie = (struct rsn_ftie_sha384 *) pos; in wpa_ft_gen_req_ies()
530 struct rsn_ftie_sha384 *ftie; in wpa_ft_process_response()
532 ftie = (struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_process_response()
872 struct rsn_ftie_sha384 *ftie; in wpa_ft_validate_reassoc_resp()
874 ftie = (struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_validate_reassoc_resp()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c813 size_t hdrlen = use_sha384 ? sizeof(struct rsn_ftie_sha384) : in wpa_write_ftie()
824 struct rsn_ftie_sha384 *hdr = (struct rsn_ftie_sha384 *) pos; in wpa_write_ftie()
2551 struct rsn_ftie_sha384 *_ftie = in wpa_sm_write_assoc_resp_ies()
2552 (struct rsn_ftie_sha384 *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
2897 struct rsn_ftie_sha384 *ftie; in wpa_ft_process_auth_req()
2899 ftie = (struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_process_auth_req()
3154 struct rsn_ftie_sha384 *ftie; in wpa_ft_validate_reassoc()
3156 ftie = (struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_validate_reassoc()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h319 struct rsn_ftie_sha384 { struct
Dwpa_common.c856 pos = ie + (use_sha384 ? sizeof(struct rsn_ftie_sha384) : in wpa_ft_parse_ftie()
981 const struct rsn_ftie_sha384 *ftie_sha384; in wpa_ft_parse_ies()
986 (const struct rsn_ftie_sha384 *) pos; in wpa_ft_parse_ies()