HomeSort by relevance Sort by last modified time
    Searched refs:curr_rates (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant/
mlme.c 468 wpa_s->mlme.curr_rates = mode->rates;
667 if (wpa_s->mlme.curr_rates == NULL) {
668 wpa_printf(MSG_DEBUG, "MLME: curr_rates not set for assoc");
734 int rate = wpa_s->mlme.curr_rates[i].rate;
744 int rate = wpa_s->mlme.curr_rates[i].rate;
987 struct wpa_rate_data *rate = &wpa_s->mlme.curr_rates[i];
    [all...]
wpa_supplicant_i.h 254 struct wpa_rate_data *curr_rates; member in struct:wpa_client_mlme
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 109 wpa_s->mlme.curr_rates = mode->rates;
335 if (wpa_s->mlme.curr_rates == NULL) {
336 wpa_printf(MSG_DEBUG, "MLME: curr_rates not set for assoc");
407 int rate = wpa_s->mlme.curr_rates[i].rate;
417 int rate = wpa_s->mlme.curr_rates[i].rate;
686 struct wpa_rate_data *rate = &wpa_s->mlme.curr_rates[i];
    [all...]
wpa_supplicant_i.h 253 struct wpa_rate_data *curr_rates; member in struct:wpa_client_mlme

Completed in 15 milliseconds