Home
last modified time | relevance | path

Searched refs:rsn_ftie (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c151 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()
Dwpa_ie.c521 pos[1] >= sizeof(struct rsn_ftie)) { in wpa_supplicant_parse_ies()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c103 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()
/external/wpa_supplicant_8/src/common/
Dwpa_common.c250 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()
Dwpa_common.h312 struct rsn_ftie { struct
Dieee802_11_common.c277 if (elen < sizeof(struct rsn_ftie)) in ieee802_11_parse_elems()