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

  /external/wpa_supplicant_8/src/ap/
ap_list.h 35 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:ap_info
ap_list.c 50 int rate = (ap->supported_rates[i] & 0x7f) * 5;
260 os_memset(ap->supported_rates, 0, WLAN_SUPP_RATES_MAX);
266 os_memcpy(ap->supported_rates, elems->supp_rates, len);
274 os_memcpy(ap->supported_rates + len, elems->ext_supp_rates,
sta_info.h 50 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
hw_features.c 129 if (hostapd_set_rate_sets(hapd, hapd->iconf->supported_rates,
149 if (hapd->iconf->supported_rates &&
150 !hostapd_rate_found(hapd->iconf->supported_rates,
ieee802_11.c 619 if (elems->supp_rates_len > sizeof(sta->supported_rates)) {
627 os_memset(sta->supported_rates, 0, sizeof(sta->supported_rates));
628 os_memcpy(sta->supported_rates, elems->supp_rates,
634 sizeof(sta->supported_rates)) {
644 os_memcpy(sta->supported_rates + elems->supp_rates_len,
1061 if ((sta->supported_rates[i] & 0x7f) > 22) {
    [all...]
ap_config.h 364 int *supported_rates; member in struct:hostapd_config
ap_config.c 487 os_free(conf->supported_rates);
ieee802_1x.c 418 if ((sta->supported_rates[i] & 0x7f) > rate)
419 rate = sta->supported_rates[i] & 0x7f;
    [all...]
  /external/wpa_supplicant_8/hostapd/
dump_state.c 133 fprintf(f, " supported_rates=");
135 fprintf(f, "%02x ", sta->supported_rates[i]);
config_file.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 135 conf->supported_rates = list;

Completed in 270 milliseconds