Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:curr_rates

113 			wpa_s->mlme.curr_rates = mode->rates;
326 if (wpa_s->mlme.curr_rates == NULL) {
327 wpa_printf(MSG_DEBUG, "MLME: curr_rates not set for assoc");
398 *pos++ = (u8) (wpa_s->mlme.curr_rates[i] / 5);
406 *pos++ = (u8) (wpa_s->mlme.curr_rates[i] / 5);
688 *pos++ = wpa_s->mlme.curr_rates[i] / 5;
1377 rates = local->curr_rates;
2375 if (local->curr_rates[j] == rate)
2444 int rate = local->curr_rates[i];