Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:extra

233 				int transaction, u8 *extra, size_t extra_len,
261 if (extra) {
262 os_memcpy(buf + len, extra, extra_len);
281 u8 *extra;
295 extra = NULL;
313 extra = wpa_s->mlme.ft_ies;
319 ieee80211_send_auth(wpa_s, 1, extra, extra_len, 0);
2065 struct rate_control_extra extra;
2166 os_memset(&extra, 0, sizeof(extra));
2167 extra.endidx = local->num_curr_rates;
2168 rate = rate_control_get_rate(wpa_s, skb, &extra);