Lines Matching refs:ftie

174 		if (ft.ftie) {  in wpa_sm_set_ft_params()
175 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2); in wpa_sm_set_ft_params()
358 struct rsn_ftie_sha512 *ftie; in wpa_ft_gen_req_ies() local
360 ftie = (struct rsn_ftie_sha512 *) pos; in wpa_ft_gen_req_ies()
362 ftie->mic_control[0] = mic_control; in wpa_ft_gen_req_ies()
363 fte_mic = ftie->mic; in wpa_ft_gen_req_ies()
364 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()
365 pos += sizeof(*ftie); in wpa_ft_gen_req_ies()
366 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies()
368 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies()
372 struct rsn_ftie_sha384 *ftie; in wpa_ft_gen_req_ies() local
374 ftie = (struct rsn_ftie_sha384 *) pos; in wpa_ft_gen_req_ies()
376 ftie->mic_control[0] = mic_control; in wpa_ft_gen_req_ies()
377 fte_mic = ftie->mic; in wpa_ft_gen_req_ies()
378 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()
379 pos += sizeof(*ftie); in wpa_ft_gen_req_ies()
380 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies()
382 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies()
384 struct rsn_ftie *ftie; in wpa_ft_gen_req_ies() local
386 ftie = (struct rsn_ftie *) pos; in wpa_ft_gen_req_ies()
388 ftie->mic_control[0] = mic_control; in wpa_ft_gen_req_ies()
389 fte_mic = ftie->mic; in wpa_ft_gen_req_ies()
390 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()
391 pos += sizeof(*ftie); in wpa_ft_gen_req_ies()
392 os_memcpy(ftie->snonce, sm->snonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies()
394 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN); in wpa_ft_gen_req_ies()
638 if (!parse.ftie || !parse.fte_anonce || !parse.fte_snonce) { in wpa_ft_process_response()
1072 if (!parse.ftie || !parse.fte_anonce || !parse.fte_snonce || in wpa_ft_validate_reassoc_resp()
1156 parse.ftie - 2, parse.ftie_len + 2, in wpa_ft_validate_reassoc_resp()