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

  /external/wpa_supplicant_8/src/ap/
hw_features.c 139 os_free(iface->current_rates);
142 iface->current_rates =
144 if (!iface->current_rates) {
158 rate = &iface->current_rates[iface->num_rates];
hostapd.h 224 struct hostapd_rate_data *current_rates; member in struct:hostapd_iface
ieee802_11.c 45 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)
    [all...]
hostapd.c 314 os_free(iface->current_rates);
315 iface->current_rates = NULL;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 639 TI_UINT8 *current_rates; local
808 current_rates = (TI_UINT8 *)(rate_list[i]);
812 if (current_rates[j])
814 if ((current_rates[j] & 0x7f) == NET_RATE_MCS7)
    [all...]

Completed in 83 milliseconds