Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c824 hdrlen = sizeof(struct rsn_ftie); in wpa_write_ftie()
834 hdrlen = sizeof(struct rsn_ftie); in wpa_write_ftie()
869 struct rsn_ftie *hdr = (struct rsn_ftie *) pos; in wpa_write_ftie()
2799 struct rsn_ftie *_ftie = (struct rsn_ftie *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
3211 if (!parse.ftie || parse.ftie_len < sizeof(struct rsn_ftie)) { in wpa_ft_process_auth_req()
3348 const struct rsn_ftie *ftie; in wpa_ft_process_auth_req()
3350 ftie = (const struct rsn_ftie *) parse.ftie; in wpa_ft_process_auth_req()
3405 buflen = 2 + sizeof(struct rsn_mdie) + 2 + sizeof(struct rsn_ftie) + in wpa_ft_process_auth_req()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c384 struct rsn_ftie *ftie; in wpa_ft_gen_req_ies()
386 ftie = (struct rsn_ftie *) pos; in wpa_ft_gen_req_ies()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h405 struct rsn_ftie { struct
H A Dieee802_11_common.c504 if (elen < sizeof(struct rsn_ftie)) in __ieee802_11_parse_elems()
H A Dwpa_common.c927 fte_fixed_len = sizeof(struct rsn_ftie) - 16 + mic_len; in wpa_ft_mic()