Lines Matching refs:new_sta
2660 struct wlantest_sta *new_sta; in rx_mgmt_action_ft_response() local
2715 new_sta = sta_find_mlo(wt, bss, spa); in rx_mgmt_action_ft_response()
2716 if (!new_sta) in rx_mgmt_action_ft_response()
2717 new_sta = sta_get(bss, spa); in rx_mgmt_action_ft_response()
2718 if (!new_sta) in rx_mgmt_action_ft_response()
2720 os_memcpy(new_sta->pmk_r0, sta->pmk_r0, sta->pmk_r0_len); in rx_mgmt_action_ft_response()
2721 new_sta->pmk_r0_len = sta->pmk_r0_len; in rx_mgmt_action_ft_response()
2722 os_memcpy(new_sta->pmk_r0_name, sta->pmk_r0_name, in rx_mgmt_action_ft_response()
2724 os_memcpy(new_sta->pmk_r1, sta->pmk_r1, sta->pmk_r1_len); in rx_mgmt_action_ft_response()
2725 new_sta->pmk_r1_len = sta->pmk_r1_len; in rx_mgmt_action_ft_response()
2726 os_memcpy(new_sta->pmk_r1_name, sta->pmk_r1_name, in rx_mgmt_action_ft_response()
2743 new_sta->key_mgmt, new_sta->pairwise_cipher, in rx_mgmt_action_ft_response()
2747 sta_new_ptk(wt, new_sta, &ptk); in rx_mgmt_action_ft_response()
2748 os_memcpy(new_sta->snonce, parse.fte_snonce, WPA_NONCE_LEN); in rx_mgmt_action_ft_response()
2749 os_memcpy(new_sta->anonce, parse.fte_anonce, WPA_NONCE_LEN); in rx_mgmt_action_ft_response()