HomeSort by: relevance | last modified time | path
    Searched refs:supported_rates (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/wpa/dist/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 111 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
hw_features.c 226 if (iface->conf->supported_rates &&
227 !hostapd_rate_found(iface->conf->supported_rates,
sta_info.c 828 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5;
1858 sta->supported_rates,
ap_config.h 1060 int *supported_rates; member in struct:hostapd_config
ieee802_1x.c 391 if ((sta->supported_rates[i] & 0x7f) > rate)
392 rate = sta->supported_rates[i] & 0x7f;
ieee802_11.c 3569 sizeof(sta->supported_rates)) {
3579 sta->supported_rates, sizeof(sta->supported_rates),
4807 sta->supported_rates, sta->supported_rates_len,
5596 if ((sta->supported_rates[i] & 0x7f) > 22) {
ap_config.c 1031 os_free(conf->supported_rates);
ctrl_iface_ap.c 267 sta->supported_rates[i],
1020 ret = os_snprintf(buf + len, buflen - len, "supported_rates=");
  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_mpm.c 133 sizeof(sta->supported_rates)) {
142 sta->supported_rates, sizeof(sta->supported_rates),
805 params.supp_rates = sta->supported_rates;
ap.c 540 conf->supported_rates = list;
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3496 } else if (os_strcmp(buf, "supported_rates") == 0) {
3497 if (hostapd_parse_intlist(&conf->supported_rates, pos)) {

Completed in 76 milliseconds