HomeSort by relevance Sort by last modified time
    Searched defs:rates (Results 1 - 19 of 19) sorted by null

  /external/iptables/extensions/
libip6t_limit.c 135 static struct rates struct
139 } rates[] = { { "day", IP6T_LIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
148 for (i = 1; i < sizeof(rates)/sizeof(struct rates); i++) {
149 if (period > rates[i].mult
150 || rates[i].mult % period != 0)
154 printf("%u/%s ", rates[i-1].mult / period, rates[i-1].name);
libipt_limit.c 135 static struct rates struct
139 } rates[] = { { "day", IPT_LIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
148 for (i = 1; i < sizeof(rates)/sizeof(struct rates); i++) {
149 if (period > rates[i].mult
150 || rates[i].mult/period < rates[i].mult%period)
154 printf("%u/%s ", rates[i-1].mult / period, rates[i-1].name);
libip6t_hashlimit.c 253 static struct rates struct
257 } rates[] = { { "day", XT_HASHLIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
266 for (i = 1; i < sizeof(rates)/sizeof(struct rates); i++) {
267 if (period > rates[i].mult
268 || rates[i].mult/period < rates[i].mult%period)
272 printf("%u/%s ", rates[i-1].mult / period, rates[i-1].name);
libipt_hashlimit.c 253 static struct rates struct
257 } rates[] = { { "day", IPT_HASHLIMIT_SCALE*24*60*60 }, variable in typeref:struct:rates
266 for (i = 1; i < sizeof(rates)/sizeof(struct rates); i++) {
267 if (period > rates[i].mult
268 || rates[i].mult/period < rates[i].mult%period)
272 printf("%u/%s ", rates[i-1].mult / period, rates[i-1].name);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeApi.h 108 dot11_RATES_t rates; member in struct:__anon13578
  /external/iproute2/misc/
ifstat.c 220 double *rates = n->rate; local
228 rates = h1->rate;
236 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
246 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i)
256 if (rates[i] > mega) {
257 sprintf(temp, "%uM", (unsigned)(rates[i]/mega));
259 } else if (rates[i] > kilo) {
260 sprintf(temp, "%uK", (unsigned)(rates[i]/kilo));
263 fprintf(fp, "%-6u ", (unsigned)rates[i]);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 82 because of the rates bits.
87 | Rx Level | Privacy | Attempts |Rates | Modulation |Preamble | Channel | Spectrum | Reserved |
108 /* Rates */
251 dot11_RATES_t rates; local
317 /* Build Rates */
328 rates.hdr[0] = DOT11_SUPPORTED_RATES_ELE_ID;
329 rates.hdr[1] = len;
330 os_memoryCopy(pSiteMgr->hOs, (void *)rates.rates, ratesBuf, rates.hdr[1])
    [all...]
mlmeApi.h 210 dot11_RATES_t rates; member in struct:__anon8920
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
systemConfig.c 82 because of the rates bits.
87 | Rx Level | Privacy | Attempts |Rates | Modulation |Preamble | Channel | Spectrum | Reserved |
108 /* Rates */
249 dot11_RATES_t rates; local
311 /* Build Rates */
322 rates.hdr[0] = DOT11_SUPPORTED_RATES_ELE_ID;
323 rates.hdr[1] = len;
324 os_memoryCopy(pSiteMgr->hOs, (void *)rates.rates, ratesBuf, rates.hdr[1])
    [all...]
mlmeApi.h 208 dot11_RATES_t rates; member in struct:__anon14756
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
select.c 79 because of the rates bits.
84 | Rx Level | Privacy | Attempts |Rates | Modulation |Preamble | Channel | Spectrum | Reserved |
105 /* Rates */
357 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, rates, %X-%X-%X-%X-%X-%X\n\n", pSiteEntry->bssid.addr[0], pSiteEntry->bssid.addr[1], pSiteEntry->bssid.addr[2], pSiteEntry->bssid.addr[3], pSiteEntry->bssid.addr[4], pSiteEntry->bssid.addr[5]));
769 WLAN_REPORT_INFORMATION(pSiteMgr->hReport, SITE_MGR_MODULE_LOG, ("SITE MATCH FAILURE, Basic or Supported Rates Doesn't Match \n"))
1021 dot11_RATES_t rates; local
    [all...]
  /external/tcpdump/
ieee802_11.h 242 struct rates_t rates; member in struct:mgmt_body_t
  /external/wpa_supplicant/
driver.h 222 struct wpa_rate_data *rates; member in struct:wpa_hw_modes
664 * get_hw_feature_data - Get hardware support data (channels and rates)
mlme.c 106 /* followed by SSID and Supported rates */
113 /* followed by Supported rates */
120 /* followed by SSID and Supported rates */
130 /* followed by some of SSID, Supported rates,
135 /* only variable items: SSID, Supported rates */
142 /* followed by some of SSID, Supported rates,
468 wpa_s->mlme.curr_rates = mode->rates;
1277 u8 rates[32]; local
2075 int res = 0, rates, done = 0; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 109 wpa_s->mlme.curr_rates = mode->rates;
1035 u8 rates[32]; local
1146 if (rates_len > sizeof(rates))
1147 rates_len = sizeof(rates);
1148 os_memcpy(rates, elems.supp_rates, rates_len);
1151 if (_len > sizeof(rates) - rates_len)
1152 _len = sizeof(rates) - rates_len;
1153 os_memcpy(rates + rates_len, elems.ext_supp_rates, _len);
1170 if (wpa_drv_mlme_add_sta(wpa_s, wpa_s->bssid, rates, rates_len) < 0) {
2060 int res = 0, rates, done = 0; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 363 struct wpa_rate_data *rates; member in struct:wpa_hw_modes
808 * get_hw_feature_data - Get hardware support data (channels and rates)
    [all...]
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 469 /* Supportted rates Information Element */
475 TI_UINT8 rates[DOT11_MAX_SUPPORTED_RATES]; member in struct:__anon8977
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 469 /* Supportted rates Information Element */
475 TI_UINT8 rates[DOT11_MAX_SUPPORTED_RATES]; member in struct:__anon14812
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
wlioctl.h 104 uint8 rates[16]; member in struct:wl_bss_info::__anon7546
224 uint8 rates[WL_NUMRATES]; member in struct:wl_rateset
    [all...]

Completed in 503 milliseconds