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.c308 struct rsn_ftie *ftie; in wpa_ft_gen_req_ies()
310 ftie = (struct rsn_ftie *) pos; in wpa_ft_gen_req_ies()
541 struct rsn_ftie *ftie; in wpa_ft_process_response()
543 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_response()
885 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc_resp()
887 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc_resp()
Dwpa_ie.c524 pos[1] >= sizeof(struct rsn_ftie)) { in wpa_supplicant_parse_ies()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c814 sizeof(struct rsn_ftie); in wpa_write_ftie()
834 struct rsn_ftie *hdr = (struct rsn_ftie *) pos; in wpa_write_ftie()
2557 struct rsn_ftie *_ftie = (struct rsn_ftie *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
2907 struct rsn_ftie *ftie; in wpa_ft_process_auth_req()
2909 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_auth_req()
3023 buflen = 2 + sizeof(struct rsn_mdie) + 2 + sizeof(struct rsn_ftie) + in wpa_ft_process_auth_req()
3167 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc()
3169 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc()
/external/wpa_supplicant_8/src/common/
Dwpa_common.c779 fte_fixed_len = sizeof(struct rsn_ftie) - 16 + mic_len; in wpa_ft_mic()
857 sizeof(struct rsn_ftie)); in wpa_ft_parse_ftie()
925 const struct rsn_ftie *ftie; in wpa_ft_parse_ies()
1006 ftie = (const struct rsn_ftie *) pos; in wpa_ft_parse_ies()
Dwpa_common.h311 struct rsn_ftie { struct
Dieee802_11_common.c381 if (elen < sizeof(struct rsn_ftie)) in ieee802_11_parse_elems()