Searched refs:current_rates (Results 1 – 4 of 4) sorted by relevance
137 os_free(iface->current_rates); in hostapd_prepare_rates()140 iface->current_rates = in hostapd_prepare_rates()142 if (!iface->current_rates) { in hostapd_prepare_rates()156 rate = &iface->current_rates[iface->num_rates]; in hostapd_prepare_rates()
203 struct hostapd_rate_data *current_rates; member
45 if (hapd->iface->current_rates == NULL) in hostapd_eid_supp_rates()63 *pos = hapd->iface->current_rates[i].rate / 5; in hostapd_eid_supp_rates()64 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC) in hostapd_eid_supp_rates()82 if (hapd->iface->current_rates == NULL) in hostapd_eid_ext_supp_rates()100 *pos = hapd->iface->current_rates[i].rate / 5; in hostapd_eid_ext_supp_rates()101 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC) in hostapd_eid_ext_supp_rates()
286 os_free(iface->current_rates); in hostapd_cleanup_iface()287 iface->current_rates = NULL; in hostapd_cleanup_iface()