Home
last modified time | relevance | path

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

/hostap-latest/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.c1637 struct rsn_ftie *fte; in rx_mgmt_reassoc_req()
1639 fte = (struct rsn_ftie *) parse.ftie; in rx_mgmt_reassoc_req()
2254 struct rsn_ftie *fte; in rx_mgmt_reassoc_resp()
2256 fte = (struct rsn_ftie *) parse.ftie; in rx_mgmt_reassoc_resp()
/hostap-latest/src/ap/
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()
/hostap-latest/src/rsn_supp/
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()
/hostap-latest/src/common/
Dwpa_common.h406 struct rsn_ftie { struct
Dieee802_11_common.c525 if (elen < sizeof(struct rsn_ftie)) in __ieee802_11_parse_elems()
Dwpa_common.c927 fte_fixed_len = sizeof(struct rsn_ftie) - 16 + mic_len; in wpa_ft_mic()