Lines Matching refs:ftie
2563 u8 *end, *mdie, *ftie, *rsnie = NULL, *r0kh_id, *subelem = NULL; in wpa_sm_write_assoc_resp_ies() local
2779 ftie = pos; in wpa_sm_write_assoc_resp_ies()
2786 (struct rsn_ftie_sha512 *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
2794 (struct rsn_ftie_sha384 *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
2799 struct rsn_ftie *_ftie = (struct rsn_ftie *) (ftie + 2); in wpa_sm_write_assoc_resp_ies()
2853 mdie, mdie_len, ftie, ftie_len, in wpa_sm_write_assoc_resp_ies()
2870 os_memcpy(sm->assoc_resp_ftie, ftie, ftie_len); in wpa_sm_write_assoc_resp_ies()
3211 if (!parse.ftie || parse.ftie_len < sizeof(struct rsn_ftie)) { in wpa_ft_process_auth_req()
3326 const struct rsn_ftie_sha512 *ftie; in wpa_ft_process_auth_req() local
3328 ftie = (const struct rsn_ftie_sha512 *) parse.ftie; in wpa_ft_process_auth_req()
3329 if (!ftie || parse.ftie_len < sizeof(*ftie)) { in wpa_ft_process_auth_req()
3335 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
3337 const struct rsn_ftie_sha384 *ftie; in wpa_ft_process_auth_req() local
3339 ftie = (const struct rsn_ftie_sha384 *) parse.ftie; in wpa_ft_process_auth_req()
3340 if (!ftie || parse.ftie_len < sizeof(*ftie)) { in wpa_ft_process_auth_req()
3346 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
3348 const struct rsn_ftie *ftie; in wpa_ft_process_auth_req() local
3350 ftie = (const struct rsn_ftie *) parse.ftie; in wpa_ft_process_auth_req()
3351 if (!ftie || parse.ftie_len < sizeof(*ftie)) { in wpa_ft_process_auth_req()
3357 os_memcpy(sm->SNonce, ftie->snonce, WPA_NONCE_LEN); in wpa_ft_process_auth_req()
3553 if (!parse.ftie || !parse.fte_anonce || !parse.fte_snonce || in wpa_ft_validate_reassoc()
3650 parse.ftie - 2, parse.ftie_len + 2, in wpa_ft_validate_reassoc()
3671 parse.ftie - 2, parse.ftie_len + 2); in wpa_ft_validate_reassoc()