Home
last modified time | relevance | path

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

/hostap-3.7.0/wlantest/
Drx_tdls.c75 const struct rsn_ftie *f; in tdls_derive_tpk()
81 if (ftie == NULL || ftie_len < sizeof(struct rsn_ftie)) in tdls_derive_tpk()
84 f = (const struct rsn_ftie *) ftie; in tdls_derive_tpk()
141 const struct rsn_ftie *rx_ftie; in tdls_verify_mic()
142 struct rsn_ftie *tmp_ftie; in tdls_verify_mic()
146 elems->ftie_len < sizeof(struct rsn_ftie)) in tdls_verify_mic()
177 tmp_ftie = (struct rsn_ftie *) pos; in tdls_verify_mic()
188 rx_ftie = (const struct rsn_ftie *) elems->ftie; in tdls_verify_mic()
227 if (elems.ftie && elems.ftie_len >= sizeof(struct rsn_ftie)) { in rx_data_tdls_setup_request()
228 const struct rsn_ftie *f; in rx_data_tdls_setup_request()
[all …]
Drx_mgmt.c947 struct rsn_ftie *fte; in rx_mgmt_reassoc_req()
949 fte = (struct rsn_ftie *) parse.ftie; in rx_mgmt_reassoc_req()
1439 struct rsn_ftie *fte; in rx_mgmt_reassoc_resp()
1441 fte = (struct rsn_ftie *) parse.ftie; in rx_mgmt_reassoc_resp()
/hostap-3.7.0/src/rsn_supp/
Dwpa_ft.c342 struct rsn_ftie *ftie; in wpa_ft_gen_req_ies()
344 ftie = (struct rsn_ftie *) pos; in wpa_ft_gen_req_ies()
602 struct rsn_ftie *ftie; in wpa_ft_process_response()
604 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_response()
1031 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc_resp()
1033 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc_resp()
/hostap-3.7.0/src/ap/
Dwpa_auth_ft.c816 sizeof(struct rsn_ftie); in wpa_write_ftie()
836 struct rsn_ftie *hdr = (struct rsn_ftie *) pos; in wpa_write_ftie()
2725 struct rsn_ftie *_ftie = (struct rsn_ftie *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
3108 struct rsn_ftie *ftie; in wpa_ft_process_auth_req()
3110 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_process_auth_req()
3231 buflen = 2 + sizeof(struct rsn_mdie) + 2 + sizeof(struct rsn_ftie) + in wpa_ft_process_auth_req()
3380 struct rsn_ftie *ftie; in wpa_ft_validate_reassoc()
3382 ftie = (struct rsn_ftie *) parse.ftie; in wpa_ft_validate_reassoc()
/hostap-3.7.0/src/common/
Dwpa_common.c846 fte_fixed_len = sizeof(struct rsn_ftie) - 16 + mic_len; in wpa_ft_mic()
930 sizeof(struct rsn_ftie)); in wpa_ft_parse_ftie()
1000 const struct rsn_ftie *ftie; in wpa_ft_parse_ies()
1091 ftie = (const struct rsn_ftie *) pos; in wpa_ft_parse_ies()
Dwpa_common.h341 struct rsn_ftie { struct
Dieee802_11_common.c448 if (elen < sizeof(struct rsn_ftie)) in ieee802_11_parse_elems()