Lines Matching +full:0 +full:x0c00

18 #define CH_UPPER_SB			0x01
19 #define CH_LOWER_SB 0x02
20 #define CH_EWA_VALID 0x04
32 #define BAND_2G_INDEX 0 /* wlc->bandstate[x] index */
42 #define WL_CHANSPEC_CHAN_MASK 0x00ff
43 #define WL_CHANSPEC_CHAN_SHIFT 0
45 #define WL_CHANSPEC_CTL_SB_MASK 0x0300
47 #define WL_CHANSPEC_CTL_SB_LOWER 0x0100
48 #define WL_CHANSPEC_CTL_SB_UPPER 0x0200
49 #define WL_CHANSPEC_CTL_SB_NONE 0x0300
51 #define WL_CHANSPEC_BW_MASK 0x0C00
53 #define WL_CHANSPEC_BW_10 0x0400
54 #define WL_CHANSPEC_BW_20 0x0800
55 #define WL_CHANSPEC_BW_40 0x0C00
56 #define WL_CHANSPEC_BW_80 0x2000
58 #define WL_CHANSPEC_BAND_MASK 0xf000
60 #define WL_CHANSPEC_BAND_5G 0x1000
61 #define WL_CHANSPEC_BAND_2G 0x2000
64 #define WL_CHAN_VALID_HW (1 << 0) /* valid with current HW */
73 #define WLC_N_BW_20ALL 0
77 #define WLC_BW_20MHZ_BIT BIT(0)
89 #define WLC_BW_CAP_UNRESTRICTED 0xFF
92 #define WLC_BAND_AUTO 0 /* auto-select */
141 return channel > CH_10MHZ_APART ? (channel - CH_10MHZ_APART) : 0; in lower_20_sb()
147 channel + CH_10MHZ_APART : 0; in upper_20_sb()
167 channel + CH_20MHZ_APART : 0; in next_20mhz_chan()
191 return (bitmap & (1 << (prec))) != 0; in ac_bitmap_tst()
195 #define CRYPTO_ALGO_OFF 0
206 #define WEP_ENABLED 0x0001
207 #define TKIP_ENABLED 0x0002
208 #define AES_ENABLED 0x0004
209 #define WSEC_SWFLAG 0x0008
211 #define SES_OW_ENABLED 0x0040
213 #define MFP_CAPABLE 0x0200
214 #define MFP_REQUIRED 0x0400
217 #define WPA_AUTH_DISABLED 0x0000 /* Legacy (i.e., non-WPA) */
218 #define WPA_AUTH_NONE 0x0001 /* none (IBSS) */
219 #define WPA_AUTH_UNSPECIFIED 0x0002 /* over 802.1x */
220 #define WPA_AUTH_PSK 0x0004 /* Pre-shared key */
221 #define WPA_AUTH_RESERVED1 0x0008
222 #define WPA_AUTH_RESERVED2 0x0010
224 #define WPA2_AUTH_RESERVED1 0x0020
225 #define WPA2_AUTH_UNSPECIFIED 0x0040 /* over 802.1x */
226 #define WPA2_AUTH_PSK 0x0080 /* Pre-shared key */
227 #define WPA2_AUTH_RESERVED3 0x0200
228 #define WPA2_AUTH_RESERVED4 0x0400
229 #define WPA2_AUTH_RESERVED5 0x0800
230 #define WPA2_AUTH_1X_SHA256 0x1000 /* 1X with SHA256 key derivation */
231 #define WPA2_AUTH_FT 0x4000 /* Fast BSS Transition */
232 #define WPA2_AUTH_PSK_SHA256 0x8000 /* PSK with SHA256 key derivation */
234 #define WPA3_AUTH_SAE_PSK 0x40000 /* SAE with 4-way handshake */
244 #define HT_CAP_RX_STBC_NO 0x0
245 #define HT_CAP_RX_STBC_ONE_STREAM 0x1