Searched refs:BIT (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-11.0-release/contrib/wpa/src/common/
H A Ddefs.h21 #define WPA_CIPHER_NONE BIT(0)
22 #define WPA_CIPHER_WEP40 BIT(1)
23 #define WPA_CIPHER_WEP104 BIT(2)
24 #define WPA_CIPHER_TKIP BIT(3)
25 #define WPA_CIPHER_CCMP BIT(4)
26 #define WPA_CIPHER_AES_128_CMAC BIT(5)
27 #define WPA_CIPHER_GCMP BIT(6)
28 #define WPA_CIPHER_SMS4 BIT(7)
29 #define WPA_CIPHER_GCMP_256 BIT(8)
30 #define WPA_CIPHER_CCMP_256 BIT(
[all...]
H A Dieee802_11_defs.h32 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0)))
34 (((seq) & (~(BIT(3) | BIT(2) | BIT(1) | BIT(0)))) >> 4)
88 #define WLAN_CAPABILITY_ESS BIT(0)
89 #define WLAN_CAPABILITY_IBSS BIT(
[all...]
H A Dwpa_ctrl.h263 #define WPA_BSS_MASK_ID BIT(0)
264 #define WPA_BSS_MASK_BSSID BIT(1)
265 #define WPA_BSS_MASK_FREQ BIT(2)
266 #define WPA_BSS_MASK_BEACON_INT BIT(3)
267 #define WPA_BSS_MASK_CAPABILITIES BIT(4)
268 #define WPA_BSS_MASK_QUAL BIT(5)
269 #define WPA_BSS_MASK_NOISE BIT(6)
270 #define WPA_BSS_MASK_LEVEL BIT(7)
271 #define WPA_BSS_MASK_TSF BIT(8)
272 #define WPA_BSS_MASK_AGE BIT(
[all...]
H A Dwpa_common.h127 #define WPA_CAPABILITY_PREAUTH BIT(0)
128 #define WPA_CAPABILITY_NO_PAIRWISE BIT(1)
131 #define WPA_CAPABILITY_MFPR BIT(6)
132 #define WPA_CAPABILITY_MFPC BIT(7)
134 #define WPA_CAPABILITY_PEERKEY_ENABLED BIT(9)
135 #define WPA_CAPABILITY_SPP_A_MSDU_CAPABLE BIT(10)
136 #define WPA_CAPABILITY_SPP_A_MSDU_REQUIRED BIT(11)
137 #define WPA_CAPABILITY_PBAC BIT(12)
138 #define WPA_CAPABILITY_EXT_KEY_ID_FOR_UNICAST BIT(13)
150 #define WPA_KEY_INFO_TYPE_MASK ((u16) (BIT(
[all...]
/freebsd-11.0-release/sys/mips/atheros/
H A Dqca955xreg.h31 #define BIT(x) (1 << (x)) macro
94 #define QCA955X_PLL_CLK_CTRL_CPU_PLL_BYPASS BIT(2)
95 #define QCA955X_PLL_CLK_CTRL_DDR_PLL_BYPASS BIT(3)
96 #define QCA955X_PLL_CLK_CTRL_AHB_PLL_BYPASS BIT(4)
103 #define QCA955X_PLL_CLK_CTRL_CPUCLK_FROM_CPUPLL BIT(20)
104 #define QCA955X_PLL_CLK_CTRL_DDRCLK_FROM_DDRPLL BIT(21)
105 #define QCA955X_PLL_CLK_CTRL_AHBCLK_FROM_DDRPLL BIT(24)
115 #define QCA955X_BOOTSTRAP_REF_CLK_40 BIT(4)
117 #define QCA955X_EXT_INT_WMAC_MISC BIT(0)
118 #define QCA955X_EXT_INT_WMAC_TX BIT(
[all...]
H A Dqca953xreg.h31 #define BIT(x) (1 << (x)) macro
89 #define QCA953X_PLL_CLK_CTRL_CPU_PLL_BYPASS BIT(2)
90 #define QCA953X_PLL_CLK_CTRL_DDR_PLL_BYPASS BIT(3)
91 #define QCA953X_PLL_CLK_CTRL_AHB_PLL_BYPASS BIT(4)
98 #define QCA953X_PLL_CLK_CTRL_CPUCLK_FROM_CPUPLL BIT(20)
99 #define QCA953X_PLL_CLK_CTRL_DDRCLK_FROM_DDRPLL BIT(21)
100 #define QCA953X_PLL_CLK_CTRL_AHBCLK_FROM_DDRPLL BIT(24)
109 #define QCA953X_RESET_USB_EXT_PWR BIT(29)
110 #define QCA953X_RESET_EXTERNAL BIT(28)
111 #define QCA953X_RESET_RTC BIT(2
[all...]
H A Dar934x_nfcreg.h41 #define BIT(x) (1 << (x)) macro
84 #define AR934X_NFC_CMD_INPUT_SEL_DMA BIT(6)
86 #define AR934X_NFC_CMD_ADDR_SEL_1 BIT(7)
96 #define AR934X_NFC_CTRL_SPARE_EN BIT(3)
97 #define AR934X_NFC_CTRL_INT_EN BIT(4)
98 #define AR934X_NFC_CTRL_ECC_EN BIT(5)
114 #define AR934X_NFC_CTRL_CUSTOM_SIZE_EN BIT(11)
116 #define AR934X_NFC_CTRL_IO_WIDTH_16BITS BIT(12)
117 #define AR934X_NFC_CTRL_LOOKUP_EN BIT(13)
118 #define AR934X_NFC_CTRL_PROT_EN BIT(1
[all...]
/freebsd-11.0-release/sys/dev/nxge/include/
H A Dxgehal-regs.h38 #define XGE_HAL_GEN_INTR_TXPIC BIT(0)
39 #define XGE_HAL_GEN_INTR_TXDMA BIT(1)
40 #define XGE_HAL_GEN_INTR_TXMAC BIT(2)
41 #define XGE_HAL_GEN_INTR_TXXGXS BIT(3)
42 #define XGE_HAL_GEN_INTR_TXTRAFFIC BIT(8)
43 #define XGE_HAL_GEN_INTR_RXPIC BIT(32)
44 #define XGE_HAL_GEN_INTR_RXDMA BIT(33)
45 #define XGE_HAL_GEN_INTR_RXMAC BIT(34)
46 #define XGE_HAL_GEN_INTR_MC BIT(35)
47 #define XGE_HAL_GEN_INTR_RXXGXS BIT(3
[all...]
H A Dxgehal-fifo.h63 #define XGE_HAL_TX_FIFO_FIRST_LIST BIT(14)
64 #define XGE_HAL_TX_FIFO_LAST_LIST BIT(15)
66 #define XGE_HAL_TX_FIFO_SPECIAL_FUNC BIT(23)
99 #define XGE_HAL_TXD_LIST_OWN_XENA BIT(7)
100 #define XGE_HAL_TXD_T_CODE (BIT(12)|BIT(13)|BIT(14)|BIT(15))
103 #define XGE_HAL_TXD_GATHER_CODE (BIT(22) | BIT(2
[all...]
/freebsd-11.0-release/sys/amd64/vmm/amd/
H A Dvmcb.h34 #define BIT(n) (1ULL << n) macro
49 #define VMCB_INTCPT_INTR BIT(0)
50 #define VMCB_INTCPT_NMI BIT(1)
51 #define VMCB_INTCPT_SMI BIT(2)
52 #define VMCB_INTCPT_INIT BIT(3)
53 #define VMCB_INTCPT_VINTR BIT(4)
54 #define VMCB_INTCPT_CR0_WRITE BIT(5)
55 #define VMCB_INTCPT_IDTR_READ BIT(6)
56 #define VMCB_INTCPT_GDTR_READ BIT(7)
57 #define VMCB_INTCPT_LDTR_READ BIT(
[all...]
/freebsd-11.0-release/sbin/iscontrol/
H A Discontrol.h42 #define BIT(n) (1 <<(n)) macro
56 #define SESS_CONNECTED BIT(0)
57 #define SESS_DISCONNECT BIT(1)
58 #define SESS_LOGGEDIN BIT(2)
59 #define SESS_RECONNECT BIT(3)
60 #define SESS_REDIRECT BIT(4)
62 #define SESS_NEGODONE BIT(10) // XXX: kludge
64 #define SESS_FULLFEATURE BIT(29)
65 #define SESS_INITIALLOGIN1 BIT(30)
66 #define SESS_INITIALLOGIN BIT(3
[all...]
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dsta_info.h20 #define WLAN_STA_AUTH BIT(0)
21 #define WLAN_STA_ASSOC BIT(1)
22 #define WLAN_STA_AUTHORIZED BIT(5)
23 #define WLAN_STA_PENDING_POLL BIT(6) /* pending activity poll not ACKed */
24 #define WLAN_STA_SHORT_PREAMBLE BIT(7)
25 #define WLAN_STA_PREAUTH BIT(8)
26 #define WLAN_STA_WMM BIT(9)
27 #define WLAN_STA_MFP BIT(10)
28 #define WLAN_STA_HT BIT(11)
29 #define WLAN_STA_WPS BIT(1
[all...]
/freebsd-11.0-release/sys/libkern/
H A Dstrcspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
61 bit = BIT(*charset);
67 bit = BIT(*s1);
H A Dstrspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
60 bit = BIT(*charset);
66 bit = BIT(*s1);
/freebsd-11.0-release/lib/libc/string/
H A Dstrcspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
61 bit = BIT(*charset);
67 bit = BIT(*s1);
H A Dstrspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) macro
60 bit = BIT(*charset);
66 bit = BIT(*s1);
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dtls.h89 #define TLS_CONN_ALLOW_SIGN_RSA_MD5 BIT(0)
90 #define TLS_CONN_DISABLE_TIME_CHECKS BIT(1)
91 #define TLS_CONN_DISABLE_SESSION_TICKET BIT(2)
92 #define TLS_CONN_REQUEST_OCSP BIT(3)
93 #define TLS_CONN_REQUIRE_OCSP BIT(4)
94 #define TLS_CONN_DISABLE_TLSv1_1 BIT(5)
95 #define TLS_CONN_DISABLE_TLSv1_2 BIT(6)
96 #define TLS_CONN_EAP_FAST BIT(7)
97 #define TLS_CONN_DISABLE_TLSv1_0 BIT(8)
565 #define TLS_BREAK_VERIFY_DATA BIT(
[all...]
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h317 #define CFG_CHANGED_DEVICE_NAME BIT(0)
318 #define CFG_CHANGED_CONFIG_METHODS BIT(1)
319 #define CFG_CHANGED_DEVICE_TYPE BIT(2)
320 #define CFG_CHANGED_OS_VERSION BIT(3)
321 #define CFG_CHANGED_UUID BIT(4)
322 #define CFG_CHANGED_COUNTRY BIT(5)
323 #define CFG_CHANGED_SEC_DEVICE_TYPE BIT(6)
324 #define CFG_CHANGED_P2P_SSID_POSTFIX BIT(7)
325 #define CFG_CHANGED_WPS_STRING BIT(8)
326 #define CFG_CHANGED_P2P_INTRA_BSS BIT(
[all...]
H A Dbss.h14 #define WPA_BSS_QUAL_INVALID BIT(0)
15 #define WPA_BSS_NOISE_INVALID BIT(1)
16 #define WPA_BSS_LEVEL_INVALID BIT(2)
17 #define WPA_BSS_LEVEL_DBM BIT(3)
18 #define WPA_BSS_AUTHENTICATED BIT(4)
19 #define WPA_BSS_ASSOCIATED BIT(5)
20 #define WPA_BSS_ANQP_FETCH_TRIED BIT(6)
/freebsd-11.0-release/usr.bin/systat/
H A Dconvtbl.c36 #define BIT (8) macro
65 [SC_BIT] = { BIT, BITS, "b", "bit" },
66 [SC_KILOBIT] = { BIT, KILOBIT, "Kb", "kbit" },
67 [SC_MEGABIT] = { BIT, MEGABIT, "Mb", "mbit" },
68 [SC_GIGABIT] = { BIT, GIGABIT, "Gb", "gbit" },
69 [SC_TERABIT] = { BIT, TERABIT, "Tb", "tbit" },
/freebsd-11.0-release/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h164 #ifndef BIT
165 #define BIT(x) (1<<x) macro
H A Dlxutil.c235 & (BIT(0) | BIT(1))) == TI_DMA_MEM) ||
237 & (BIT(0) | BIT(1))) == TI_CACHED_DMA_MEM)) {
248 & (BIT(0) | BIT(1));
278 (BIT(0) | BIT(1))) == TI_CACHED_MEM) {
310 & (BIT(0) | BIT(
[all...]
/freebsd-11.0-release/contrib/ldns/drill/
H A Ddrill.h27 #define DRILL_ON(VAR, BIT) \
28 (VAR) = (VAR) | (BIT)
29 #define DRILL_OFF(VAR, BIT) \
30 (VAR) = (VAR) & ~(BIT)
/freebsd-11.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-pcicfgmgmt-reg.h41 #define VXGE_HAL_RESOURCE_NO_PFN_OR_VF BIT(3)
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dbitfield.c44 bf->bits[bit / 8] |= BIT(bit % 8);
52 bf->bits[bit / 8] &= ~BIT(bit % 8);
60 return !!(bf->bits[bit / 8] & BIT(bit % 8));

Completed in 282 milliseconds

12345