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

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 29 BSS,
106 LDSection* f_pBSSSection; // .bss __bss
  /external/llvm/include/llvm/MC/
SectionKind.h 87 /// BSS - Zero initialized writeable data.
88 BSS,
90 /// BSSLocal - This is BSS (zero initialized and writable) data
94 /// BSSExtern - This is BSS data with normal external linkage.
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
190 static SectionKind getBSS() { return get(BSS); }
  /system/connectivity/shill/wifi/
wifi_unittest.cc     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 138 * Per-BSS information structure.
143 /* BSS info structure
161 chanspec_t chanspec; /* chanspec for bss */
167 uint8 n_cap; /* BSS is 802.11N Capable */
168 uint32 nbss_cap; /* 802.11N BSS Capabilities (based on HT_CAP_*) */
169 uint8 ctl_ch; /* 802.11N BSS control channel number */
170 uint32 reserved32[1]; /* Reserved for expansion of BSS properties */
172 uint8 reserved[3]; /* Reserved for expansion of BSS properties */
173 uint8 basic_mcs[MCSSET_LEN]; /* 802.11N BSS required MCS set */
185 /* BSS info structur
    [all...]

Completed in 475 milliseconds