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/
hw_features.c 182 os_free(iface->current_rates);
185 iface->current_rates =
187 if (!iface->current_rates) {
201 rate = &iface->current_rates[iface->num_rates];
hostapd.h 345 struct hostapd_rate_data *current_rates; member in struct:hostapd_iface
ieee802_11.c 50 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)
94 if (hapd->iface->current_rates == NULL)
113 *pos = hapd->iface->current_rates[i].rate / 5;
114 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
    [all...]
hostapd.c 367 os_free(iface->current_rates);
368 iface->current_rates = NULL;
    [all...]

Completed in 59 milliseconds