Searched refs:supported_rates (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/wpa/src/ap/ |
| D | ap_list.h | 29 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
| D | ap_list.c | 44 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()
|
| D | sta_info.h | 49 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
| D | hw_features.c | 155 if (iface->conf->supported_rates && in hostapd_prepare_rates() 156 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
|
| D | ieee802_11.c | 752 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()
|
| D | ap_config.h | 479 int *supported_rates; member
|
| D | ap_config.c | 539 os_free(conf->supported_rates); in hostapd_config_free()
|
| D | ieee802_1x.c | 377 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/ |
| D | dump_state.c | 132 fprintf(f, "%02x ", sta->supported_rates[i]); in hostapd_dump_state()
|
| D | config_file.c | 2389 if (hostapd_parse_rates(&conf->supported_rates, pos)) { in hostapd_config_fill()
|
| /freebsd-10-stable/contrib/wpa/wpa_supplicant/ |
| D | ap.c | 158 conf->supported_rates = list; in wpa_supplicant_conf_ap()
|