Lines Matching refs:ft_ies
301 wpa_s->mlme.ft_ies) { in ieee80211_authenticate()
313 extra = wpa_s->mlme.ft_ies; in ieee80211_authenticate()
343 if (wpa_s->mlme.ft_ies) in ieee80211_send_assoc()
446 wpa_s->mlme.auth_alg == WLAN_AUTH_FT && wpa_s->mlme.ft_ies) { in ieee80211_send_assoc()
448 os_memcpy(pos, wpa_s->mlme.ft_ies, wpa_s->mlme.ft_ies_len); in ieee80211_send_assoc()
894 data.ft_ies.ies = mgmt->u.auth.variable; in ieee80211_rx_mgmt_auth()
895 data.ft_ies.ies_len = len - in ieee80211_rx_mgmt_auth()
897 os_memcpy(data.ft_ies.target_ap, wpa_s->bssid, ETH_ALEN); in ieee80211_rx_mgmt_auth()
1722 data.ft_ies.ies = mgmt->u.action.u.ft_action_resp.variable; in ieee80211_rx_mgmt_ft_action()
1723 data.ft_ies.ies_len = len - (mgmt->u.action.u.ft_action_resp.variable - in ieee80211_rx_mgmt_ft_action()
1725 data.ft_ies.ft_action = 1; in ieee80211_rx_mgmt_ft_action()
1726 os_memcpy(data.ft_ies.target_ap, target_ap_addr, ETH_ALEN); in ieee80211_rx_mgmt_ft_action()
2888 os_free(wpa_s->mlme.ft_ies); in ieee80211_sta_deinit()
2889 wpa_s->mlme.ft_ies = NULL; in ieee80211_sta_deinit()
2910 os_free(wpa_s->mlme.ft_ies); in ieee80211_sta_update_ft_ies()
2911 wpa_s->mlme.ft_ies = os_malloc(ies_len); in ieee80211_sta_update_ft_ies()
2912 if (wpa_s->mlme.ft_ies == NULL) in ieee80211_sta_update_ft_ies()
2914 os_memcpy(wpa_s->mlme.ft_ies, ies, ies_len); in ieee80211_sta_update_ft_ies()