Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
Dap_list.c44 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()
Dsta_info.h74 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
Dhw_features.c196 if (iface->conf->supported_rates && in hostapd_prepare_rates()
197 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
Dap_config.h610 int *supported_rates; member
Dieee802_11.c1409 sizeof(sta->supported_rates)) { in copy_supp_rates()
1419 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
1803 sta->supported_rates, sta->supported_rates_len, in add_associated_sta()
2109 if ((sta->supported_rates[i] & 0x7f) > 22) { in handle_assoc()
Dctrl_iface_ap.c116 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib()
Dap_config.c602 os_free(conf->supported_rates); in hostapd_config_free()
Dieee802_1x.c294 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate()
295 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c133 sizeof(sta->supported_rates)) { in copy_supp_rates()
142 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
689 params.supp_rates = sta->supported_rates; in mesh_mpm_add_peer()
Dap.c258 conf->supported_rates = list; in wpa_supplicant_conf_ap()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2731 if (hostapd_parse_intlist(&conf->supported_rates, pos)) { in hostapd_config_fill()