Searched refs:rsn_ftie (Results 1 – 6 of 6) sorted by relevance
151 struct rsn_ftie *ftie; in wpa_ft_gen_req_ies()157 buf_len = 2 + sizeof(struct rsn_mdie) + 2 + sizeof(struct rsn_ftie) + in wpa_ft_gen_req_ies()256 ftie = (struct rsn_ftie *) pos; in wpa_ft_gen_req_ies()377 struct rsn_ftie *ftie; in wpa_ft_process_response()419 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_response()672 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc_resp()697 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc_resp()
521 pos[1] >= sizeof(struct rsn_ftie)) { in wpa_supplicant_parse_ies()
103 struct rsn_ftie *hdr; in wpa_write_ftie()112 hdr = (struct rsn_ftie *) pos; in wpa_write_ftie()643 struct rsn_ftie *_ftie; in wpa_sm_write_assoc_resp_ies()723 _ftie = (struct rsn_ftie *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()803 struct rsn_ftie *ftie; in wpa_ft_process_auth_req()836 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_auth_req()903 buflen = 2 + sizeof(struct rsn_mdie) + 2 + sizeof(struct rsn_ftie) + in wpa_ft_process_auth_req()991 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc()1032 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc()
250 if (ftie_len < 2 + sizeof(struct rsn_ftie)) in wpa_ft_mic()292 pos = ie + sizeof(struct rsn_ftie); in wpa_ft_parse_ftie()348 const struct rsn_ftie *ftie; in wpa_ft_parse_ies()389 ftie = (const struct rsn_ftie *) pos; in wpa_ft_parse_ies()
312 struct rsn_ftie { struct
277 if (elen < sizeof(struct rsn_ftie)) in ieee802_11_parse_elems()