| /src/sys/dev/fdt/ |
| fdt_clock.c | 218 * Apply assigned clock parents and rates. 230 const u_int *rates = fdtbus_get_prop(phandle, "assigned-clock-rates", &rates_len); local 231 if (rates == NULL) 236 const u_int nrates = rates_len / sizeof(*rates); 259 const u_int rate = be32toh(rates[index]);
|
| /src/sys/dev/pckbport/ |
| pmsvar.h | 46 int rates[3]; member in struct:pms_protocol
|
| /src/sys/net80211/ |
| ieee80211.c | 445 * Add rate to the collection of all rates. 503 aprint_debug("%s: %s rates: ", ifp->if_xname, 1023 } rates[] = { local 1073 /* NB: hack, 11g matches both 11b+11a rates */ 1080 for (i = 0; i < N(rates); i++) 1081 if (rates[i].m == mask) 1082 return rates[i].r;
|
| ieee80211_proto.c | 373 * Sort rates. 394 * Check against supported rates. 428 * Delete unacceptable rates. 508 static const int rates[] = { 2, 4, 11, 22, 12, 24, 48 }; local 511 if (rs->rs_nrates < N(rates)) 513 for (i = 0; i < N(rates); i++) { 516 if (rates[i] == r) 518 if (r > rates[i]) 530 * Mark the basic rates for the 11g rate table based on the 531 * operating mode. For real 11g we mark all the 11b rates [all...] |
| ieee80211_input.c | 1051 ieee80211_setup_rates(struct ieee80211_node *ni, const u_int8_t *rates, 1059 rs->rs_nrates = rates[1]; 1060 memcpy(rs->rs_rates, rates + 2, rs->rs_nrates); 1077 " only using %u of %u rates\n", 2098 * [tlv] supported rates 2102 * [tlv] extended supported rates 2349 u_int8_t *ssid, *rates, *xrates; local 2372 * [tlv] supported rates 2373 * [tlv] extended supported rates 2375 ssid = rates = xrates = NULL 2537 u_int8_t *ssid, *rates, *xrates, *wpa, *wme; local 2780 u_int8_t *rates, *xrates, *wme; local [all...] |
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_scan.c | 361 struct nlattr *rates; local 365 rates = nla_nest_start(msg, NL80211_ATTR_SCAN_SUPP_RATES); 366 if (rates == NULL) 370 * Remove 2.4 GHz rates 1, 2, 5.5, 11 Mbps from supported rates 371 * by masking out everything else apart from the OFDM rates 6, 372 * 9, 12, 18, 24, 36, 48, 54 Mbps from non-MCS rates. All 5 GHz 373 * rates are left enabled. 378 nla_nest_end(msg, rates); 1241 struct nlattr *rates; local [all...] |
| /src/sys/dev/ic/ |
| athrate-sample.h | 85 struct rate_info rates[IEEE80211_RATE_MAXSIZE]; member in struct:sample_node 214 * rates, and there is probably a way to get this from the
|
| bwfm.c | 2281 uint8_t rates[sizeof(bss->rates) + 2]; local 2300 rates[0] = 0; 2301 rates[1] = le32toh(bss->nrates); 2302 memcpy(&rates[2], bss->rates, sizeof(bss->rates)); 2315 scan.sp_rates = rates;
|
| wi.c | 370 char rates[IEEE80211_RATE_SIZE]; member in struct:__anon3064 524 /* Find supported rates. */ 532 &ratebuf.rates[0], nrate);
|
| /src/sys/dev/pci/ |
| if_ipw.c | 278 /* set supported .11b rates */ 747 } rates[] = { local 765 for (i = 0; i < N(rates) && rates[i].val != val; i++); 766 rate = (i < N(rates)) ? rates[i].rate : 0; 2040 DPRINTF(("Setting basic tx rates to 0x%x\n", le32toh(data))); 2046 DPRINTF(("Setting tx rates to 0x%x\n", le32toh(data)));
|
| if_ipwreg.h | 113 /* supported rates */ 279 u_int8_t rates; member in struct:ipw_node
|
| if_rtwn.c | 336 /* Set supported HT rates. */ 341 /* Set supported .11b and .11g rates. */ 1061 uint32_t rates, basicrates; local 1067 /* Get normal and basic rates mask. */ 1068 rates = basicrates = 0; 1077 rates |= 1 << j; 1090 DPRINTF(("%s: mode=0x%x rates=0x%08x, basicrates=0x%08x\n", 1091 device_xname(sc->sc_dev), mode, rates, basicrates)); 1095 /* Set rates mask for group addressed frames. */ 1109 /* Set rates mask for unicast frames. * [all...] |
| if_iwireg.h | 134 /* supported rates */ 355 uint8_t rates[IWI_RATESET_SIZE]; member in struct:iwi_rateset
|
| if_wpireg.h | 451 } __packed rates[WPI_CCK11 + 1]; member in struct:wpi_mrr_setup 531 } __packed rates[WPI_CCK11 + 1]; member in struct:wpi_cmd_txpower
|
| /src/sys/dev/usb/ |
| if_atu.c | 627 /* uint8_t rates[4] = {0x82, 0x84, 0x8B, 0x96};*/ 628 uint8_t rates[4] = {0x82, 0x04, 0x0B, 0x16}; local 660 memcpy(cmd.BasicRateSet, rates, 4);
|
| if_zyd.c | 414 /* set supported .11b and .11g rates */ 1796 /* CCK rates (returned values are device-dependent) */ 1802 /* OFDM rates (cf IEEE Std 802.11a-1999, pp. 14 Table 80) */ 1812 /* unsupported rates (should not get there) */ 1964 static const uint8_t rates[] = { local 1974 tap->wr_rate = rates[plcp->signal & 0xf]; 2088 /* multicast frames are not sent at OFDM rates in 802.11b/g */ 2245 /* multicast frames are not sent at OFDM rates in 802.11b/g */ 2473 /* set basic rates */ 2481 /* set mandatory rates */ [all...] |
| if_upgtvar.h | 120 uint8_t rates[20]; member in struct:upgt_fw_bra_descr 358 uint8_t rates[8]; member in struct:upgt_lmac_tx_desc
|
| if_urtwn.c | 502 /* Set supported .11b and .11g rates. */ 1640 uint32_t rates, basicrates; local 1650 /* Get normal and basic rates mask. */ 1651 rates = basicrates = 1; 1665 rates |= 1U << j; 1683 DPRINTFN(DBG_INIT, "rates=%#jx, basicrates=%#jx, " 1685 rates, basicrates, maxrate, maxbasicrate); 1692 /* Set rates mask for group addressed frames. */ 1707 /* Set rates mask for unicast frames. */ 1711 cmd.mask = htole32((mode << 28) | rates); [all...] |
| /src/sys/arch/arm/rockchip/ |
| rk_cru.h | 98 const struct rk_cru_pll_rate *rates; member in struct:rk_cru_pll 123 .u.pll.rates = (_rates), \ 179 const struct rk_cru_arm_rate *rates; member in struct:rk_cru_arm 204 .u.arm.rates = (_rates), \
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| sndif.h | 99 * /local/domain/1/device/vsnd/0/sample-rates = "8000,32000,44100,48000,96000" 133 * /local/domain/1/device/vsnd/0/1/sample-rates = "8000,32000,44100" 214 * o supported sample rates 235 * sample-rates 238 * List of supported sample rates separated by XENSND_LIST_SEPARATOR. 239 * Sample rates are expressed as a list of decimal values w/o any 502 #define XENSND_FIELD_SAMPLE_RATES "sample-rates" 840 * for sample rates becomes available (which might be the same set configured 898 } rates; member in struct:xensnd_query_hw_param
|
| /src/external/cddl/osnet/dist/cmd/dtrace/ |
| dtrace.c | 1176 }, rates[] = { local 1187 for (i = 0; rates[i].name != NULL; i++) { 1188 if (dtrace_getopt(g_dtp, rates[i].optname, &rates[i].val) == -1) 1189 fatal("couldn't get option %s", rates[i].optname); 1222 for (i = 0; rates[i].name != NULL; i++) { 1226 if (rates[i].val == DTRACEOPT_UNSET) 1229 (void) dtrace_getopt(g_dtp, rates[i].optname, &nval); 1234 if (rates[i].val == nval) 1237 dir = nval > rates[i].val ? "reduced" : "increased" [all...] |
| /src/sys/dev/pcmcia/ |
| if_malo_pcmciavar.h | 358 uint8_t rates[14]; member in struct:malo_networks
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| config.c | 2214 int *rates = wpa_config_parse_int_array(value); local 2216 if (rates == NULL) { 2221 if (rates[0] == 0) { 2222 os_free(rates); 2223 rates = NULL; 2227 ssid->mesh_basic_rates = rates;
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_edid.c | 3024 const int rates[] = { 60, 85, 75, 60, 50 }; local 3053 rates[j], j == 0, 4744 * All HDMI 2.0 monitors must support scrambling at rates > 340 MHz.
|
| /src/external/bsd/tcpdump/dist/ |
| print-802_11.c | 284 struct rates_t rates; member in struct:mgmt_body_t 412 if (p.rates.length != 0) { \ 413 for (u_int z = 0; z < p.rates.length ; z++) { \ 414 PRINT_RATE(sep, p.rates.rate[z], \ 415 (p.rates.rate[z] & 0x80 ? "*" : "")); \ 857 "all of the data rates in the BSSBasicRateSet parameter, " 887 "Association denied due to excessive frame loss rates and/or " 1142 struct rates_t rates; local 1221 rates.length = elementlen; 1224 if (rates.length != 0) [all...] |