Searched refs:current_rates (Results 1 – 4 of 4) sorted by relevance
135 os_free(hapd->iface->current_rates); in hostapd_prepare_rates()138 hapd->iface->current_rates = in hostapd_prepare_rates()140 if (!hapd->iface->current_rates) { in hostapd_prepare_rates()154 rate = &hapd->iface->current_rates[hapd->iface->num_rates]; in hostapd_prepare_rates()
198 struct hostapd_rate_data *current_rates; member
51 if (hapd->iface->current_rates == NULL) in hostapd_eid_supp_rates()69 *pos = hapd->iface->current_rates[i].rate / 5; in hostapd_eid_supp_rates()70 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC) in hostapd_eid_supp_rates()88 if (hapd->iface->current_rates == NULL) in hostapd_eid_ext_supp_rates()106 *pos = hapd->iface->current_rates[i].rate / 5; in hostapd_eid_ext_supp_rates()107 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC) in hostapd_eid_ext_supp_rates()
288 os_free(iface->current_rates); in hostapd_cleanup_iface()289 iface->current_rates = NULL; in hostapd_cleanup_iface()