Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ies

328 	u8 *pos, *ies, *buf;
393 ies = pos = buf + blen;
469 wpa_s->mlme.assocreq_ies_len = (buf + blen) - ies;
472 os_memcpy(wpa_s->mlme.assocreq_ies, ies,
894 data.ft_ies.ies = mgmt->u.auth.variable;
1722 data.ft_ies.ies = mgmt->u.action.u.ft_action_resp.variable;
2898 const u8 *ies, size_t ies_len)
2904 wpa_printf(MSG_DEBUG, "MLME: Update FT IEs for MD " MACSTR,
2909 wpa_hexdump(MSG_DEBUG, "MLME: FT IEs", ies, ies_len);
2914 os_memcpy(wpa_s->mlme.ft_ies, ies, ies_len);
2923 const u8 *ies, size_t ies_len)
2936 * FT IEs
2959 os_memcpy(mgmt->u.action.u.ft_action_req.variable, ies, ies_len);
2975 int ieee80211_sta_set_probe_req_ie(struct wpa_supplicant *wpa_s, const u8 *ies,
2982 if (ies == NULL)
2989 os_memcpy(wpa_s->mlme.extra_probe_ie, ies, ies_len);