HomeSort by relevance Sort by last modified time
    Searched defs:mcs (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/iw/
ieee80211.h 15 * struct ieee80211_mcs_info - MCS information
41 /* 16 bytes MCS information */
42 struct ieee80211_mcs_info mcs; member in struct:ieee80211_ht_cap
58 struct ieee80211_vht_mcs_info mcs; member in struct:ieee80211_vht_cap
bitrate.c 7 static int parse_vht_chunk(const char *arg, __u8 *nss, __u16 *mcs)
12 *nss = 0; *mcs = 0;
32 *mcs |= 1 << i;
50 *mcs |= 1 << tab[i];
61 __u16 mcs; local
67 if(!parse_vht_chunk(argv[i], &nss, &mcs))
71 txrate_vht->mcs[nss] |= mcs;
98 uint8_t *mcs = NULL; local
134 else if (strcmp(argv[i], "ht-mcs-2.4") == 0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 134 GLuint mcs = (i830->state.Tex[i][I830_TEXREG_MCS] & local
140 mcs |= TEXCOORDTYPE_VECTOR;
148 mcs |= TEXCOORDTYPE_CARTESIAN;
153 mcs |= TEXCOORDTYPE_HOMOGENEOUS;
164 if (mcs != i830->state.Tex[i][I830_TEXREG_MCS]) {
166 i830->state.Tex[i][I830_TEXREG_MCS] = mcs;
  /external/selinux/sandbox/
seunshare.c 574 const char *mcs = context_range_get(con); local
575 printf("mcs=%s\n", mcs);
602 if (strcmp(context_range_get(pidcon), mcs) == 0)
  /external/autotest/client/deps/iwcap/src/
iwcap.c 184 { "mcs", 3, CHECK_MCS },
235 static unsigned int get_max_mcs(unsigned char *mcs)
245 mcs_rate_idx_set = !!(mcs[mcs_octet] & MCS_RATE_BIT);
341 /* As defined in 7.3.2.57.4 Supported MCS Set field */
342 unsigned char *mcs = nla_data(tb_band[NL80211_BAND_ATTR_HT_MCS_SET]); local
343 int max = get_max_mcs(&mcs[0]);
439 pint("mcs", max_mcs);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 965 he_capab->mcs =
1223 u8 *mcs; local
1238 u8 *mcs; local
    [all...]
driver.h 158 u32 mcs; member in struct:he_capabilities
200 * mcs_set - MCS (IEEE 802.11n) rate parameters
215 * vht_mcs_set - VHT MCS (IEEE 802.11ac) rate parameters
939 * by the kernel anyway. Currently, MCS, MPDU and MSDU fields are used.
1067 * rate_type (legacy: in 100 kbps units, HT: HT-MCS, VHT: VHT-MCS). If
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp 1313 MCS mcs; local
1486 MCS *mcs = &info->aggr_stats.RxMCS; local
1543 MCS mcs; local
    [all...]
pkt_stats.h 176 /* Contains MCS related stats */
251 /*Tx MCS and data rate ralated stats */
358 u16 mcs; member in union:__anon47422
359 } MCS;
362 MCS RxMCS;
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 235 nir_ssa_def *pos, nir_ssa_def *mcs, nir_alu_type dst_type)
239 mcs != NULL ? 3 : 2, dst_type);
251 if (mcs) {
253 tex->src[2].src = nir_src_for_ssa(mcs);
613 nir_ssa_def *mcs = NULL; local
615 mcs = blorp_nir_txf_ms_mcs(b, v, pos);
657 texture_data[stack_depth++] = blorp_nir_txf_ms(b, v, ms_pos, mcs, dst_type);
664 * performance is to compare the MCS value to zero (indicating
666 * sample slice 0 using ld2dss if MCS is zero."
668 * Note that in the case where the MCS value is zero, sampling fro
775 nir_ssa_def *mcs = NULL; local
1251 nir_ssa_def *mcs = NULL; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 114 private static final android.icu.math.MathContext mcs = new android.icu.math.MathContext(9, android.icu.math.MathContext.SCIENTIFIC); field in class:DiagBigDecimalTest
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 113 private static final com.ibm.icu.math.MathContext mcs = new com.ibm.icu.math.MathContext(9, com.ibm.icu.math.MathContext.SCIENTIFIC); field in class:DiagBigDecimalTest
    [all...]
  /external/tcpdump/
print-802_11.c 435 * the MCS index (0-76);
442 /* MCS 0 */
447 /* MCS 1 */
452 /* MCS 2 */
457 /* MCS 3 */
462 /* MCS 4 */
467 /* MCS 5 */
472 /* MCS 6 */
477 /* MCS 7 */
482 /* MCS 8 *
2998 u_int nss, mcs; local
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36730104/
local_poc.h 3434 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36817053/
local_poc.h 3410 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-36818198/
local_poc.h 3434 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /development/ndk/platforms/android-21/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
nl80211.h 985 __u16 mcs[NL80211_VHT_NSS_MAX]; member in struct:nl80211_txrate_vht
    [all...]

Completed in 3349 milliseconds

1 2 3