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

  /hardware/ti/wlan/mac80211/config/
hostapd.conf 14 supported_rates=10 20 55 110 60 90 120 180 240 360 480 540
  /external/wpa_supplicant_8/src/ap/
ap_list.h 29 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:ap_info
sta_info.h 49 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
ap_list.c 44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
254 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX,
hw_features.c 153 if (iface->conf->supported_rates &&
154 !hostapd_rate_found(iface->conf->supported_rates,
ap_config.h 470 int *supported_rates; member in struct:hostapd_config
ieee802_11.c 590 sizeof(sta->supported_rates)) {
600 sta->supported_rates, sizeof(sta->supported_rates),
1041 if ((sta->supported_rates[i] & 0x7f) > 22) {
    [all...]
ap_config.c 535 os_free(conf->supported_rates);
ieee802_1x.c 372 if ((sta->supported_rates[i] & 0x7f) > rate)
373 rate = sta->supported_rates[i] & 0x7f;
    [all...]
  /external/wpa_supplicant_8/hostapd/
dump_state.c 130 fprintf(f, " supported_rates=");
132 fprintf(f, "%02x ", sta->supported_rates[i]);
config_file.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 154 conf->supported_rates = list;

Completed in 177 milliseconds