Lines Matching +full:0 +full:x5
41 /* one more for '\0' */
52 #define WLAN_IOCTL_BASE 0x1000
53 #define WLAN_GET_VERSION (WLAN_IOCTL_BASE + 0x0)
54 #define WLAN_SET_PARAM (WLAN_IOCTL_BASE + 0x2)
55 #define WLAN_GET_PARAM (WLAN_IOCTL_BASE + 0x3)
56 #define WLAN_COMMAND (WLAN_IOCTL_BASE + 0x4)
61 #define WL_PARAMETERS_BASE 0x2000
62 #define WL_BSSID (WL_PARAMETERS_BASE + 0x0)
63 #define WL_ESSID (WL_PARAMETERS_BASE + 0x1)
64 #define WL_NODE_NAME (WL_PARAMETERS_BASE + 0x2)
65 #define WL_PHY_SUPPORT (WL_PARAMETERS_BASE + 0x3)
66 #define WL_PHY_CONFIG (WL_PARAMETERS_BASE + 0x4)
67 #define WL_DOMAIN (WL_PARAMETERS_BASE + 0x5)
68 #define WL_POWER_MODE (WL_PARAMETERS_BASE + 0x6)
69 #define WL_TX_POWER (WL_PARAMETERS_BASE + 0x7)
70 #define WL_RSSI (WL_PARAMETERS_BASE + 0x8)
71 #define WL_RSSI_THRESHOLD (WL_PARAMETERS_BASE + 0x9)
72 #define WL_ESS_LIST (WL_PARAMETERS_BASE + 0xa)
73 #define WL_BSS_TYPE (WL_PARAMETERS_BASE + 0xb)
74 #define WL_CREATE_IBSS (WL_PARAMETERS_BASE + 0xc)
75 #define WL_RTS_THRESHOLD (WL_PARAMETERS_BASE + 0xd)
76 #define WL_SHORT_RETRY (WL_PARAMETERS_BASE + 0xe)
77 #define WL_LONG_RETRY (WL_PARAMETERS_BASE + 0xf)
78 #define WL_BEACON_PERIOD (WL_PARAMETERS_BASE + 0x10)
79 #define WL_TX_LIFETIME (WL_PARAMETERS_BASE + 0x11)
80 #define WL_RX_LIFETIME (WL_PARAMETERS_BASE + 0x12)
81 #define WL_FRAG_THRESHOLD (WL_PARAMETERS_BASE + 0x13)
82 #define WL_VENDOR_ID (WL_PARAMETERS_BASE + 0x14)
83 #define WL_PRODUCT_ID (WL_PARAMETERS_BASE + 0x15)
84 #define WL_NUM_ANTS (WL_PARAMETERS_BASE + 0x16)
85 #define WL_RX_ANTENNA (WL_PARAMETERS_BASE + 0x17)
86 #define WL_TX_ANTENNA (WL_PARAMETERS_BASE + 0x18)
87 #define WL_SUPPORTED_RATES (WL_PARAMETERS_BASE + 0x19)
88 #define WL_DESIRED_RATES (WL_PARAMETERS_BASE + 0x1a)
89 #define WL_WEP_KEY_TAB (WL_PARAMETERS_BASE + 0x1b)
90 #define WL_WEP_KEY_ID (WL_PARAMETERS_BASE + 0x1c)
91 #define WL_WEP_MAPPING_TAB (WL_PARAMETERS_BASE + 0x1d)
92 #define WL_WEP_MAPPING_LEN (WL_PARAMETERS_BASE + 0x1e)
93 #define WL_ENCRYPTION (WL_PARAMETERS_BASE + 0x1f)
94 #define WL_AUTH_MODE (WL_PARAMETERS_BASE + 0x20)
95 #define WL_EXCL_UNENC (WL_PARAMETERS_BASE + 0x21)
96 #define WL_RFMON (WL_PARAMETERS_BASE + 0x22)
97 #define WL_RADIO (WL_PARAMETERS_BASE + 0x23)
98 #define WL_LINKSTATUS (WL_PARAMETERS_BASE + 0x24)
99 #define WL_DEV_DEPEND (WL_PARAMETERS_BASE + 0x25)
103 #define WL_COMMAND_BASE 0x3000
104 #define WL_SCAN (WL_COMMAND_BASE + 0x0)
105 #define WL_DISASSOCIATE (WL_COMMAND_BASE + 0x1)
106 #define WL_REASSOCIATE (WL_COMMAND_BASE + 0x2)
107 #define WL_LOAD_DEFAULTS (WL_COMMAND_BASE + 0x3)
108 #define WL_ASSOCIAT (WL_COMMAND_BASE + 0x4)
114 #define WL_DOMAIN_BASE 0x4000
115 #define WL_DOMAIN_FCC (WL_DOMAIN_BASE + 0x0)
117 #define WL_DOMAIN_DOC (WL_DOMAIN_BASE + 0x1)
119 #define WL_DOMAIN_ETSI (WL_DOMAIN_BASE + 0x2)
121 #define WL_DOMAIN_SPAIN (WL_DOMAIN_BASE + 0x3)
123 #define WL_DOMAIN_FRANCE (WL_DOMAIN_BASE + 0x4)
125 #define WL_DOMAIN_MKK (WL_DOMAIN_BASE + 0x5)
131 #define WL_PM_AM 0x0
132 #define WL_PM_MPS 0x1
133 #define WL_PM_FAST 0x2
134 #define WL_PM_USER 0x3
139 #define WL_RATE_BASIC_SET 0x80
157 #define WL_WEP_OPERATION_BASE 0x6000
158 #define WL_ADD (WL_WEP_OPERATION_BASE + 0x0)
159 #define WL_DEL (WL_WEP_OPERATION_BASE + 0x1)
160 #define WL_NUL (WL_WEP_OPERATION_BASE + 0x2)
161 #define WL_IND (WL_WEP_OPERATION_BASE + 0x3)
163 #define WL_NOENCRYPTION 0x0
164 #define WL_ENC_WEP 0x1
165 #define WL_ENC_WPA 0x2
166 #define WL_OPENSYSTEM 0x1
167 #define WL_SHAREDKEY 0x2
172 #define WL_CONNECTED 0x0
173 #define WL_NOTCONNECTED 0x1
178 #define WL_PRIV_BASE 0x7000
179 #define WL_PRIV_RW (WL_PRIV_BASE + 0x0)
180 #define WL_PRIV_R (WL_PRIV_BASE + 0x1)
181 #define WL_PRIV_W (WL_PRIV_BASE + 0x2)
182 #define WL_PRIV_INT (WL_PRIV_BASE + 0x3)
183 #define WL_PRIV_INT_ARRAY (WL_PRIV_BASE + 0x4)
184 #define WL_PRIV_BYTE (WL_PRIV_BASE + 0x5)
185 #define WL_PRIV_BYTE_ARRAY (WL_PRIV_BASE + 0x6)
186 #define WL_PRIV_STRING (WL_PRIV_BASE + 0x7)
187 #define WL_PRIV_STRING_ARRAY (WL_PRIV_BASE + 0x8)
191 #define WL_SUCCESS 0x0
196 #define WL_RETURN_BASE 0x7000
197 #define WL_READONLY (WL_RETURN_BASE + 0x1)
198 #define WL_WRITEONLY (WL_RETURN_BASE + 0x2)
199 #define WL_NOAP (WL_RETURN_BASE + 0x3)
203 #define WL_OTHER_BASE 0x8000
204 #define WL_FHSS (WL_OTHER_BASE + 0x0)
205 #define WL_DSSS (WL_OTHER_BASE + 0x1)
206 #define WL_IRBASE (WL_OTHER_BASE + 0x2)
207 #define WL_OFDM (WL_OTHER_BASE + 0x3)
208 #define WL_HRDS (WL_OTHER_BASE + 0x4)
209 #define WL_ERP (WL_OTHER_BASE + 0x5)