HomeSort by relevance Sort by last modified time
    Searched refs:current_rates (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/ap/
hostapd.h 198 struct hostapd_rate_data *current_rates; member in struct:hostapd_iface
hw_features.c 135 os_free(hapd->iface->current_rates);
138 hapd->iface->current_rates =
140 if (!hapd->iface->current_rates) {
154 rate = &hapd->iface->current_rates[hapd->iface->num_rates];
ieee802_11.c 51 if (hapd->iface->current_rates == NULL)
69 *pos = hapd->iface->current_rates[i].rate / 5;
70 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
88 if (hapd->iface->current_rates == NULL)
106 *pos = hapd->iface->current_rates[i].rate / 5;
107 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
    [all...]
hostapd.c 288 os_free(iface->current_rates);
289 iface->current_rates = NULL;

Completed in 1449 milliseconds