Searched refs:current_rates (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.c137 os_free(iface->current_rates);
140 iface->current_rates =
142 if (!iface->current_rates) {
156 rate = &iface->current_rates[iface->num_rates];
H A Dhostapd.h203 struct hostapd_rate_data *current_rates; member in struct:hostapd_iface
H A Dieee802_11.c45 if (hapd->iface->current_rates == NULL)
63 *pos = hapd->iface->current_rates[i].rate / 5;
64 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
82 if (hapd->iface->current_rates == NULL)
100 *pos = hapd->iface->current_rates[i].rate / 5;
101 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
H A Dhostapd.c286 os_free(iface->current_rates);
287 iface->current_rates = NULL;
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.c137 os_free(iface->current_rates);
140 iface->current_rates =
142 if (!iface->current_rates) {
156 rate = &iface->current_rates[iface->num_rates];
H A Dhostapd.h203 struct hostapd_rate_data *current_rates; member in struct:hostapd_iface
H A Dieee802_11.c45 if (hapd->iface->current_rates == NULL)
63 *pos = hapd->iface->current_rates[i].rate / 5;
64 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
82 if (hapd->iface->current_rates == NULL)
100 *pos = hapd->iface->current_rates[i].rate / 5;
101 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
H A Dhostapd.c286 os_free(iface->current_rates);
287 iface->current_rates = NULL;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.c137 os_free(iface->current_rates);
140 iface->current_rates =
142 if (!iface->current_rates) {
156 rate = &iface->current_rates[iface->num_rates];
H A Dhostapd.h203 struct hostapd_rate_data *current_rates; member in struct:hostapd_iface
H A Dieee802_11.c45 if (hapd->iface->current_rates == NULL)
63 *pos = hapd->iface->current_rates[i].rate / 5;
64 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
82 if (hapd->iface->current_rates == NULL)
100 *pos = hapd->iface->current_rates[i].rate / 5;
101 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
H A Dhostapd.c286 os_free(iface->current_rates);
287 iface->current_rates = NULL;

Completed in 122 milliseconds