Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c154 struct rsn_ftie *ftie; in wpa_ft_gen_req_ies()
160 buf_len = 2 + sizeof(struct rsn_mdie) + 2 + sizeof(struct rsn_ftie) + in wpa_ft_gen_req_ies()
259 ftie = (struct rsn_ftie *) pos; in wpa_ft_gen_req_ies()
380 struct rsn_ftie *ftie; in wpa_ft_process_response()
423 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_response()
675 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc_resp()
701 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc_resp()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c95 struct rsn_ftie *hdr; in wpa_write_ftie()
104 hdr = (struct rsn_ftie *) pos; in wpa_write_ftie()
626 struct rsn_ftie *_ftie; in wpa_sm_write_assoc_resp_ies()
712 _ftie = (struct rsn_ftie *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
786 struct rsn_ftie *ftie; in wpa_ft_process_auth_req()
819 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_auth_req()
893 buflen = 2 + sizeof(struct rsn_mdie) + 2 + sizeof(struct rsn_ftie) + in wpa_ft_process_auth_req()
972 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc()
1012 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc()
/external/wpa_supplicant_8/src/common/
Dwpa_common.c162 struct rsn_ftie *_ftie; in wpa_ft_mic()
168 _ftie = (struct rsn_ftie *) (pos + 2); in wpa_ft_mic()
197 pos = ie + sizeof(struct rsn_ftie); in wpa_ft_parse_ftie()
244 const struct rsn_ftie *ftie; in wpa_ft_parse_ies()
276 ftie = (const struct rsn_ftie *) (pos + 2); in wpa_ft_parse_ies()
Dwpa_common.h288 struct rsn_ftie { struct