Searched refs:supported_rates (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_list.h35 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:ap_info
H A Dap_list.c50 int rate = (ap->supported_rates[i] & 0x7f) * 5;
259 os_memset(ap->supported_rates, 0, WLAN_SUPP_RATES_MAX);
265 os_memcpy(ap->supported_rates, elems->supp_rates, len);
273 os_memcpy(ap->supported_rates + len, elems->ext_supp_rates,
H A Dsta_info.h49 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
H A Dhw_features.c129 if (hostapd_set_rate_sets(hapd, hapd->iconf->supported_rates,
149 if (hapd->iconf->supported_rates &&
150 !hostapd_rate_found(hapd->iconf->supported_rates,
H A Dieee802_11.c579 if (elems->supp_rates_len > sizeof(sta->supported_rates)) {
587 os_memset(sta->supported_rates, 0, sizeof(sta->supported_rates));
588 os_memcpy(sta->supported_rates, elems->supp_rates,
594 sizeof(sta->supported_rates)) {
604 os_memcpy(sta->supported_rates + elems->supp_rates_len,
963 if ((sta->supported_rates[i] & 0x7f) > 22) {
1595 sta->supported_rates, sta->supported_rates_len,
H A Dap_config.h342 int *supported_rates; member in struct:hostapd_config
H A Dap_config.c465 os_free(conf->supported_rates);
H A Dieee802_1x.c380 if ((sta->supported_rates[i] & 0x7f) > rate)
381 rate = sta->supported_rates[i] & 0x7f;
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Ddump_state.c134 fprintf(f, " supported_rates=");
136 fprintf(f, "%02x ", sta->supported_rates[i]);
H A Dconfig_file.c1754 } else if (os_strcmp(buf, "supported_rates") == 0) {
1755 if (hostapd_parse_rates(&conf->supported_rates, pos)) {

Completed in 192 milliseconds