/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_list.h | 22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
H A D | 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()
|
H A D | sta_info.h | 117 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
H A D | 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()
|
H A D | ap_config.h | 966 int *supported_rates; member
|
H A D | sta_info.c | 756 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5; in ap_sta_add() 1721 sta->supported_rates, in ap_sta_re_add()
|
H A D | ieee802_1x.c | 326 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate() 327 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
|
H A D | ap_config.c | 993 os_free(conf->supported_rates); in hostapd_config_free()
|
H A D | ctrl_iface_ap.c | 245 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib() 829 ret = os_snprintf(buf + len, buflen - len, "supported_rates="); in hostapd_ctrl_iface_status()
|
H A D | ieee802_11.c | 4132 sizeof(sta->supported_rates)) { in copy_supp_rates() 4142 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates() 5014 sta->supported_rates, sta->supported_rates_len, in add_associated_sta() 5709 if ((sta->supported_rates[i] & 0x7f) > 22) { in handle_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_list.h | 22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
H A D | 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()
|
H A D | 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()
|
H A D | sta_info.h | 76 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
H A D | ap_config.h | 884 int *supported_rates; member
|
H A D | 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()
|
H A D | 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()
|
H A D | ap_config.c | 885 os_free(conf->supported_rates); in hostapd_config_free()
|
H A D | ctrl_iface_ap.c | 236 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib() 773 ret = os_snprintf(buf + len, buflen - len, "supported_rates="); in hostapd_ctrl_iface_status()
|
H A D | sta_info.c | 704 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5; in ap_sta_add()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 126 unsigned int *supported_rates; member 1796 for (idx = 0, n = 0; u->supported_rates[idx]; idx++) in sink_set_formats() 1803 pa_format_info_set_prop_int_array(g, PA_PROP_FORMAT_RATE, (int *) u->supported_rates, n); in sink_set_formats() 1855 for (i = 0; u->supported_rates[i]; i++) { in sink_reconfigure_cb() 1856 if (u->supported_rates[i] == spec->rate) { in sink_reconfigure_cb() 2607 u->supported_rates = pa_alsa_get_supported_rates(u->pcm_handle, ss.rate); in pa_alsa_sink_new() 2608 if (!u->supported_rates) { in pa_alsa_sink_new() 2925 if (u->supported_rates) in userdata_free() 2926 pa_xfree(u->supported_rates); in userdata_free()
|
H A D | alsa-source.c | 114 unsigned int *supported_rates; member 1670 for (i = 0; u->supported_rates[i]; i++) { in source_reconfigure_cb() 1671 if (u->supported_rates[i] == spec->rate) { in source_reconfigure_cb() 2288 u->supported_rates = pa_alsa_get_supported_rates(u->pcm_handle, ss.rate); in pa_alsa_source_new() 2289 if (!u->supported_rates) { in pa_alsa_source_new() 2545 if (u->supported_rates) in userdata_free() 2546 pa_xfree(u->supported_rates); in userdata_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | 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()
|
H A D | ap.c | 341 conf->supported_rates = list; in wpa_supplicant_conf_ap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_mpm.c | 132 sizeof(sta->supported_rates)) { in copy_supp_rates() 141 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates() 779 params.supp_rates = sta->supported_rates; in mesh_mpm_add_peer()
|