Home
last modified time | relevance | path

Searched refs:supported_rates (Results 1 - 25 of 28) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
H A 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()
H A Dsta_info.h117 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
H A Dhw_features.c199 if (iface->conf->supported_rates && in hostapd_prepare_rates()
200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
H A Dap_config.h966 int *supported_rates; member
H A Dsta_info.c756 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 Dieee802_1x.c326 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate()
327 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
H A Dap_config.c993 os_free(conf->supported_rates); in hostapd_config_free()
H A Dctrl_iface_ap.c245 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 Dieee802_11.c4132 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 Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
H A 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()
H A Dhw_features.c199 if (iface->conf->supported_rates && in hostapd_prepare_rates()
200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
H A Dsta_info.h76 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
H A Dap_config.h884 int *supported_rates; member
H A Dieee802_11.c2330 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 Dieee802_1x.c323 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate()
324 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
H A Dap_config.c885 os_free(conf->supported_rates); in hostapd_config_free()
H A Dctrl_iface_ap.c236 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 Dsta_info.c704 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5; in ap_sta_add()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c126 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 Dalsa-source.c114 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 Dmesh_mpm.c132 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 Dap.c341 conf->supported_rates = list; in wpa_supplicant_conf_ap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_mpm.c132 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()

Completed in 51 milliseconds

12