Searched refs:supported_rates (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/wpa/src/ap/ |
| HD | ap_list.h | 22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
| HD | ap_list.c | 44 int rate = (ap->supported_rates[i] & 0x7f) * 5; in ap_list_beacon_olbc() 192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX, in ap_list_process_beacon()
|
| HD | hw_features.c | 199 if (iface->conf->supported_rates && in hostapd_prepare_rates() 200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
|
| HD | sta_info.h | 76 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
| HD | ap_config.h | 884 int *supported_rates; member
|
| HD | ieee802_11.c | 2330 sta->supported_rates, in handle_auth() 2591 sizeof(sta->supported_rates)) { in copy_supp_rates() 2601 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates() 3428 sta->supported_rates, sta->supported_rates_len, in add_associated_sta() 4104 if ((sta->supported_rates[i] & 0x7f) > 22) { in handle_assoc()
|
| HD | ctrl_iface_ap.c | 236 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib()
|
| HD | ap_config.c | 885 os_free(conf->supported_rates); in hostapd_config_free()
|
| HD | ieee802_1x.c | 323 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate() 324 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
|
| HD | sta_info.c | 704 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5; in ap_sta_add()
|
| /freebsd-11-stable/contrib/wpa/wpa_supplicant/ |
| HD | mesh_mpm.c | 132 sizeof(sta->supported_rates)) { in copy_supp_rates() 141 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates() 766 params.supp_rates = sta->supported_rates; in mesh_mpm_add_peer()
|
| HD | ap.c | 341 conf->supported_rates = list; in wpa_supplicant_conf_ap()
|
| /freebsd-11-stable/contrib/wpa/hostapd/ |
| HD | config_file.c | 3241 if (hostapd_parse_intlist(&conf->supported_rates, pos)) {
|