Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c126 struct rsn_ftie *ftie; in wpa_ft_gen_req_ies()
132 buf_len = 2 + sizeof(struct rsn_mdie) + 2 + sizeof(struct rsn_ftie) + in wpa_ft_gen_req_ies()
232 ftie = (struct rsn_ftie *) pos; in wpa_ft_gen_req_ies()
302 pos = ie + sizeof(struct rsn_ftie); in wpa_ft_parse_ftie()
461 struct rsn_ftie *ftie; in wpa_ft_process_response()
503 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_response()
737 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc_resp()
763 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc_resp()
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dwpa_common.c164 struct rsn_ftie *_ftie; in wpa_ft_mic()
170 _ftie = (struct rsn_ftie *) (pos + 2); in wpa_ft_mic()
Dwpa_common.h272 struct rsn_ftie { struct
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c998 struct rsn_ftie *hdr; in ieee80211_ft_assoc_resp()
1003 if (elems->ftie && elems->ftie_len >= sizeof(struct rsn_ftie)) { in ieee80211_ft_assoc_resp()
1005 hdr = (struct rsn_ftie *) elems->ftie; in ieee80211_ft_assoc_resp()