Home
last modified time | relevance | path

Searched refs:current_rates (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c212 os_free(iface->current_rates); in hostapd_prepare_rates()
215 iface->current_rates = in hostapd_prepare_rates()
217 if (!iface->current_rates) { in hostapd_prepare_rates()
231 rate = &iface->current_rates[iface->num_rates]; in hostapd_prepare_rates()
H A Dhostapd.h604 struct hostapd_rate_data *current_rates; member
H A Dctrl_iface_ap.c1019 if (iface->current_rates && iface->num_rates) { in hostapd_ctrl_iface_status()
1028 iface->current_rates[j].rate / 5); in hostapd_ctrl_iface_status()
H A Dieee802_11.c125 if (hapd->iface->current_rates == NULL) in hostapd_eid_supp_rates()
154 *pos = hapd->iface->current_rates[i].rate / 5; in hostapd_eid_supp_rates()
155 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC) in hostapd_eid_supp_rates()
193 if (hapd->iface->current_rates == NULL) in hostapd_eid_ext_supp_rates()
222 *pos = hapd->iface->current_rates[i].rate / 5; in hostapd_eid_ext_supp_rates()
223 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC) in hostapd_eid_ext_supp_rates()
H A Dhostapd.c697 os_free(iface->current_rates); in hostapd_cleanup_iface_partial()
698 iface->current_rates = NULL; in hostapd_cleanup_iface_partial()