Home | History | Annotate | Download | only in ap

Lines Matching defs:rate

60 			       "Fetching hardware channel/rate support not "
131 wpa_printf(MSG_ERROR, "Failed to update rate sets in kernel "
141 wpa_printf(MSG_ERROR, "Failed to allocate memory for rate "
147 struct hostapd_rate_data *rate;
154 rate = &hapd->iface->current_rates[hapd->iface->num_rates];
155 rate->rate = mode->rates[i];
156 if (hostapd_rate_found(basic_rates, rate->rate)) {
157 rate->flags |= HOSTAPD_RATE_BASIC;
160 wpa_printf(MSG_DEBUG, "RATE[%d] rate=%d flags=0x%x",
161 hapd->iface->num_rates, rate->rate, rate->flags);
168 "rate sets (%d,%d).",