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 22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:ap_info
ap_list.c 44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
191 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX,
sta_info.h 48 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
ap_config.h 539 int *supported_rates; member in struct:hostapd_config
hw_features.c 195 if (iface->conf->supported_rates &&
196 !hostapd_rate_found(iface->conf->supported_rates,
ieee802_11.c 843 sizeof(sta->supported_rates)) {
853 sta->supported_rates, sizeof(sta->supported_rates),
    [all...]
ctrl_iface_ap.c 113 sta->supported_rates[i],
ap_config.c 566 os_free(conf->supported_rates);
ieee802_1x.c 271 if ((sta->supported_rates[i] & 0x7f) > rate)
272 rate = sta->supported_rates[i] & 0x7f;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 185 conf->supported_rates = list;
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 1036 milliseconds