HomeSort by relevance Sort by last modified time
    Searched refs:supported_rates (Results 1 - 12 of 12) 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;
192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX,
sta_info.h 58 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
hw_features.c 196 if (iface->conf->supported_rates &&
197 !hostapd_rate_found(iface->conf->supported_rates,
ap_config.h 577 int *supported_rates; member in struct:hostapd_config
ieee802_11.c     [all...]
ctrl_iface_ap.c 114 sta->supported_rates[i],
ap_config.c 582 os_free(conf->supported_rates);
ieee802_1x.c 285 if ((sta->supported_rates[i] & 0x7f) > rate)
286 rate = sta->supported_rates[i] & 0x7f;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 131 sizeof(sta->supported_rates)) {
140 sta->supported_rates, sizeof(sta->supported_rates),
560 params.supp_rates = sta->supported_rates;
ap.c 202 conf->supported_rates = list;
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 224 milliseconds