Home
last modified time | relevance | path

Searched refs:supported_rates (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/ap/
Dap_list.h29 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5; in ap_list_beacon_olbc()
254 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX, in ap_list_process_beacon()
Dsta_info.h49 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
Dhw_features.c155 if (iface->conf->supported_rates && in hostapd_prepare_rates()
156 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
Dieee802_11.c752 sizeof(sta->supported_rates)) { in copy_supp_rates()
762 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
1222 if ((sta->supported_rates[i] & 0x7f) > 22) { in handle_assoc()
1785 sta->supported_rates, sta->supported_rates_len, in handle_assoc_cb()
Dap_config.h479 int *supported_rates; member
Dap_config.c539 os_free(conf->supported_rates); in hostapd_config_free()
Dieee802_1x.c377 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate()
378 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
/freebsd-10-stable/contrib/wpa/hostapd/
Ddump_state.c132 fprintf(f, "%02x ", sta->supported_rates[i]); in hostapd_dump_state()
Dconfig_file.c2389 if (hostapd_parse_rates(&conf->supported_rates, pos)) { in hostapd_config_fill()
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dap.c158 conf->supported_rates = list; in wpa_supplicant_conf_ap()