Lines Matching refs:rate
1393 u8 rate = 0;
1396 rate = elems.supp_rates[i];
1398 rate = elems.ext_supp_rates
1400 own_rate = 5 * (rate & 0x7f);
1404 if (rates[j].rate == own_rate)
1412 * Make sure that at least one rate is marked
1413 * supported to avoid issues with TX rate ctrl. */
1856 wpa_printf(MSG_DEBUG, "WMM: Mean Data Rate: %u bps",
1858 wpa_printf(MSG_DEBUG, "WMM: Minimum PHY Rate: %u bps",
2226 struct ieee80211_rate *rate;
2333 rate = rate_control_get_rate(wpa_s, skb, &extra);
2334 if (rate == NULL) {
2336 "rate for IBSS beacon");
2340 (rate->flags & IEEE80211_RATE_PREAMBLE2)) ?
2341 rate->val2 : rate->val;
2371 int rate = (bss->supp_rates[i] & 0x7f) * 5;
2373 rate *= 2;
2375 if (local->curr_rates[j] == rate)
2444 int rate = local->curr_rates[i];
2446 rate /= 2;
2447 *pos++ = (u8) (rate / 5);