Searched refs:rates (Results 26 - 50 of 54) sorted by relevance

123

/external/syslinux/gpxe/src/drivers/net/rtl818x/
H A Drtl818x.c181 (dev->rates[dev->rate] * 2) / 10);
183 ((dev->rates[dev->rate] * 2) / 10);
571 rtl818x_rates[hw_rate] != dev->rates[dev->rate];
582 dev->rates[dev->rtscts_rate];
718 memcpy(hwinfo->rates[NET80211_BAND_2GHZ], rtl818x_rates,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.c38 os_free(hw_features[i].rates);
167 return 0; /* No basic rates for 11ad */
198 mode->rates[i]))
202 rate->rate = mode->rates[i];
214 wpa_printf(MSG_ERROR, "No rates remaining in supported/basic "
831 * Sets up the hardware mode, channel, rates, and passive scanning
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.c38 os_free(hw_features[i].rates);
167 return 0; /* No basic rates for 11ad */
198 mode->rates[i]))
202 rate->rate = mode->rates[i];
214 wpa_printf(MSG_ERROR, "No rates remaining in supported/basic "
831 * Sets up the hardware mode, channel, rates, and passive scanning
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.c38 os_free(hw_features[i].rates);
167 return 0; /* No basic rates for 11ad */
198 mode->rates[i]))
202 rate->rate = mode->rates[i];
214 wpa_printf(MSG_ERROR, "No rates remaining in supported/basic "
831 * Sets up the hardware mode, channel, rates, and passive scanning
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DRateLimiterTest.java373 int[] rates = { 1000, 1, 10, 1000000, 10, 1};
374 for (int rate : rates) {
/external/syslinux/gpxe/src/include/gpxe/
H A Dieee80211.h146 * ESSID, identify themselves by BSSID, supported transfer rates, RF
584 /** 802.11 rates information element
586 * The first 8 rates go in an IE of type RATES (1), and any more rates
594 u8 len; /**< Number of rates */
595 u8 rates[0]; /**< Rates data, one rate per byte */ member in struct:ieee80211_ie_rates
598 /** Information element ID for rates information element */
601 /** Information element ID for extended rates information element */
979 u8 rates[0]; /**< Rates data */ member in union:ieee80211_ie::__anon22291::__anon22292
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k.c645 sc->hwinfo->rates[band][i] = ath5k_rates[i].bitrate;
660 sc->hwinfo->rates[band][i] = ath5k_rates[i].bitrate;
677 sc->hwinfo->rates[band][i] = ath5k_rates[i+4].bitrate;
1372 /* Set ack to be sent at low bit-rates */
1629 u16 rate = dev->rates[dev->rate];
1630 u16 slowrate = dev->rates[dev->rtscts_rate];
H A Dath5k_reset.c139 * index into rates for control rates, we can set it up like this because
153 * the hardware, based on current mode, for each rate. The rates which are
154 * capable of short preamble (802.11b rates 2Mbps, 5.5Mbps, and 11Mbps) have
159 * on both a and g modes. So all we have to do is set values for all g rates
160 * that include all OFDM and CCK rates. If we operate in turbo or xr/half/
176 rate = sc->hwinfo->rates[NET80211_BAND_2GHZ][i];
/external/kernel-headers/original/uapi/sound/
H A Dasoc.h270 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */ member in struct:snd_soc_tplg_stream_caps
/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.h257 /** rates of layers */
258 OPJ_FLOAT32 rates[100]; member in struct:opj_tcp
H A Dtcd.c490 OPJ_UINT32 maxlen = tcd_tcp->rates[layno] ? opj_uint_min(((OPJ_UINT32) ceil(tcd_tcp->rates[layno])), len) : len;
500 -r xx,yy,zz,0 (disto_alloc == 1 and rates == 0)
503 if ( ((cp->m_specific_param.m_enc.m_disto_alloc==1) && (tcd_tcp->rates[layno]>0)) || ((cp->m_specific_param.m_enc.m_fixed_quality==1) && (tcd_tcp->distoratio[layno]>0))) {
H A Dj2k.c160 * Updates the rates of the tcp.
4659 l_rates = l_tcp->rates;
4695 l_rates = l_tcp->rates;
6453 tcp->rates[j] = parameters->tcp_rates[j];
6458 tcp->rates[j] = parameters->tcp_rates[j];
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c1287 * wpa_bss_get_bit_rates - Get legacy TX rates supported in a BSS
1289 * @rates: Buffer for returning a pointer to the rates list (units of 500 kbps)
1290 * Returns: number of legacy TX rates or -1 on failure
1295 int wpa_bss_get_bit_rates(const struct wpa_bss *bss, u8 **rates) argument
1317 *rates = r;
H A Dconfig.c1800 int *rates = wpa_config_parse_int_array(value); local
1802 if (rates == NULL) {
1807 if (rates[0] == 0) {
1808 os_free(rates);
1809 rates = NULL;
1813 ssid->mesh_basic_rates = rates;
H A Devents.c803 /* check for legacy basic rates */
805 if (mode->rates[k] == r)
811 * order to join a BSS all required rates
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c1211 * not reflect the correct value for high rates, but it's good enough for Action
1212 * frames which are transmitted with up to 24 Mbps rates.
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c1211 * not reflect the correct value for high rates, but it's good enough for Action
1212 * frames which are transmitted with up to 24 Mbps rates.
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c1211 * not reflect the correct value for high rates, but it's good enough for Action
1212 * frames which are transmitted with up to 24 Mbps rates.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h185 * num_rates - Number of entries in the rates array
190 * rates - Array of supported rates in 100 kbps units
192 int *rates; member in struct:hostapd_hw_modes
417 * p2p_probe - Used to disable CCK (802.11b) rates for P2P probes
419 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
420 * Mbps from the support rates element(s) in the Probe Request frames
421 * and not to transmit the frames at any of those rates.
1055 * basic_rates: -1 terminated array of basic rates in 100 kbps
1448 /** Driver supports Beacon frame TX rate configuration (legacy rates) */
[all...]
H A Ddriver_nl80211.c3117 * Looks like we failed to unmask 11b rates previously. This could
3122 "nl80211: Interface %s mode is for non-P2P, but 11b rates were disabled - re-enable them",
3480 u8 rates[NL80211_MAX_SUPP_RATES]; local
3488 rates[rates_len++] = basic_rates[i] / 5;
3490 return nla_put(msg, NL80211_ATTR_BSS_BASIC_RATES, rates_len, rates);
4222 wpa_hexdump(MSG_DEBUG, " * supported rates",
4659 "nl80211: Interface %s created for P2P - disable 11b rates",
5574 "nl80211: Interface %s mode change to P2P - disable 11b rates",
5579 "nl80211: Interface %s mode changed to non-P2P - re-enable 11b rates",
7096 * Disable 2 GHz rates
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h185 * num_rates - Number of entries in the rates array
190 * rates - Array of supported rates in 100 kbps units
192 int *rates; member in struct:hostapd_hw_modes
417 * p2p_probe - Used to disable CCK (802.11b) rates for P2P probes
419 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
420 * Mbps from the support rates element(s) in the Probe Request frames
421 * and not to transmit the frames at any of those rates.
1055 * basic_rates: -1 terminated array of basic rates in 100 kbps
1448 /** Driver supports Beacon frame TX rate configuration (legacy rates) */
[all...]
H A Ddriver_nl80211.c3117 * Looks like we failed to unmask 11b rates previously. This could
3122 "nl80211: Interface %s mode is for non-P2P, but 11b rates were disabled - re-enable them",
3480 u8 rates[NL80211_MAX_SUPP_RATES]; local
3488 rates[rates_len++] = basic_rates[i] / 5;
3490 return nla_put(msg, NL80211_ATTR_BSS_BASIC_RATES, rates_len, rates);
4222 wpa_hexdump(MSG_DEBUG, " * supported rates",
4659 "nl80211: Interface %s created for P2P - disable 11b rates",
5574 "nl80211: Interface %s mode change to P2P - disable 11b rates",
5579 "nl80211: Interface %s mode changed to non-P2P - re-enable 11b rates",
7096 * Disable 2 GHz rates
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h185 * num_rates - Number of entries in the rates array
190 * rates - Array of supported rates in 100 kbps units
192 int *rates; member in struct:hostapd_hw_modes
417 * p2p_probe - Used to disable CCK (802.11b) rates for P2P probes
419 * When set, the driver is expected to remove rates 1, 2, 5.5, and 11
420 * Mbps from the support rates element(s) in the Probe Request frames
421 * and not to transmit the frames at any of those rates.
1055 * basic_rates: -1 terminated array of basic rates in 100 kbps
1448 /** Driver supports Beacon frame TX rate configuration (legacy rates) */
[all...]
H A Ddriver_nl80211.c3117 * Looks like we failed to unmask 11b rates previously. This could
3122 "nl80211: Interface %s mode is for non-P2P, but 11b rates were disabled - re-enable them",
3480 u8 rates[NL80211_MAX_SUPP_RATES]; local
3488 rates[rates_len++] = basic_rates[i] / 5;
3490 return nla_put(msg, NL80211_ATTR_BSS_BASIC_RATES, rates_len, rates);
4222 wpa_hexdump(MSG_DEBUG, " * supported rates",
4659 "nl80211: Interface %s created for P2P - disable 11b rates",
5574 "nl80211: Interface %s mode change to P2P - disable 11b rates",
5579 "nl80211: Interface %s mode changed to non-P2P - re-enable 11b rates",
7096 * Disable 2 GHz rates
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex43 IO rates and the like. \texttt{btt} goes further and produces a variety

Completed in 1558 milliseconds

123