Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhw_features.c182 os_free(iface->current_rates); in hostapd_prepare_rates()
185 iface->current_rates = in hostapd_prepare_rates()
187 if (!iface->current_rates) { in hostapd_prepare_rates()
201 rate = &iface->current_rates[iface->num_rates]; in hostapd_prepare_rates()
Dhostapd.h374 struct hostapd_rate_data *current_rates; member
Dieee802_11.c53 if (hapd->iface->current_rates == NULL) in hostapd_eid_supp_rates()
72 *pos = hapd->iface->current_rates[i].rate / 5; in hostapd_eid_supp_rates()
73 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC) in hostapd_eid_supp_rates()
97 if (hapd->iface->current_rates == NULL) in hostapd_eid_ext_supp_rates()
116 *pos = hapd->iface->current_rates[i].rate / 5; in hostapd_eid_ext_supp_rates()
117 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC) in hostapd_eid_ext_supp_rates()
Dhostapd.c386 os_free(iface->current_rates); in hostapd_cleanup_iface_partial()
387 iface->current_rates = NULL; in hostapd_cleanup_iface_partial()