Searched refs:rsn_ftie (Results 1 – 7 of 7) sorted by relevance
75 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 …]
1637 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()
824 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()
384 struct rsn_ftie *ftie; in wpa_ft_gen_req_ies()386 ftie = (struct rsn_ftie *) pos; in wpa_ft_gen_req_ies()
406 struct rsn_ftie { struct
525 if (elen < sizeof(struct rsn_ftie)) in __ieee802_11_parse_elems()
927 fte_fixed_len = sizeof(struct rsn_ftie) - 16 + mic_len; in wpa_ft_mic()