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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:ap_info
H A Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5;
192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX,
H A Dhw_features.c199 if (iface->conf->supported_rates &&
200 !hostapd_rate_found(iface->conf->supported_rates,
H A Dsta_info.h76 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member in struct:sta_info
H A Dap_config.h884 int *supported_rates; member in struct:hostapd_config
H A Dieee802_11.c2330 sta->supported_rates,
2591 sizeof(sta->supported_rates)) {
2601 sta->supported_rates, sizeof(sta->supported_rates),
3428 sta->supported_rates, sta->supported_rates_len,
4104 if ((sta->supported_rates[i] & 0x7f) > 22) {
H A Dctrl_iface_ap.c236 sta->supported_rates[i],
773 ret = os_snprintf(buf + len, buflen - len, "supported_rates=");
H A Dieee802_1x.c323 if ((sta->supported_rates[i] & 0x7f) > rate)
324 rate = sta->supported_rates[i] & 0x7f;
H A Dap_config.c885 os_free(conf->supported_rates);
H A Dsta_info.c704 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c132 sizeof(sta->supported_rates)) {
141 sta->supported_rates, sizeof(sta->supported_rates),
766 params.supp_rates = sta->supported_rates;
H A Dap.c341 conf->supported_rates = list;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3240 } else if (os_strcmp(buf, "supported_rates") == 0) {
3241 if (hostapd_parse_intlist(&conf->supported_rates, pos)) {

Completed in 210 milliseconds