Lines Matching refs:MBIT
200 #define WLAN_MGMT_DIASSOC MBIT(10)
201 #define WLAN_MGMT_AUTH MBIT(11)
202 #define WLAN_MGMT_DEAUTH MBIT(12)
204 #define WLAN_MGMT_ACTION MBIT(13)
211 #define WLAN_KEY_MGMT_IEEE8021X MBIT(0)
212 #define WLAN_KEY_MGMT_PSK MBIT(1)
213 #define WLAN_KEY_MGMT_NONE MBIT(2)
214 #define WLAN_KEY_MGMT_IEEE8021X_NO_WPA MBIT(3)
215 #define WLAN_KEY_MGMT_WPA_NONE MBIT(4)
216 #define WLAN_KEY_MGMT_FT_IEEE8021X MBIT(5)
217 #define WLAN_KEY_MGMT_FT_PSK MBIT(6)
218 #define WLAN_KEY_MGMT_IEEE8021X_SHA256 MBIT(7)
219 #define WLAN_KEY_MGMT_PSK_SHA256 MBIT(8)
220 #define WLAN_KEY_MGMT_WPS MBIT(9)
221 #define WLAN_KEY_MGMT_SAE MBIT(10)
222 #define WLAN_KEY_MGMT_FT_SAE MBIT(11)
223 #define WLAN_KEY_MGMT_WAPI_PSK MBIT(12)
224 #define WLAN_KEY_MGMT_WAPI_CERT MBIT(13)
225 #define WLAN_KEY_MGMT_CCKM MBIT(14)
226 #define WLAN_KEY_MGMT_OSEN MBIT(15)
227 #define WLAN_KEY_MGMT_IEEE8021X_SUITE_B MBIT(16)
228 #define WLAN_KEY_MGMT_IEEE8021X_SUITE_B_192 MBIT(17)
229 #define WLAN_KEY_MGMT_FILS_SHA256 MBIT(18)
230 #define WLAN_KEY_MGMT_FILS_SHA384 MBIT(19)
231 #define WLAN_KEY_MGMT_FT_FILS_SHA256 MBIT(20)
232 #define WLAN_KEY_MGMT_FT_FILS_SHA384 MBIT(21)
233 #define WLAN_KEY_MGMT_OWE MBIT(22)
234 #define WLAN_KEY_MGMT_DPP MBIT(23)
235 #define WLAN_KEY_MGMT_FT_IEEE8021X_SHA384 MBIT(24)
236 #define WLAN_KEY_MGMT_PASN MBIT(25)
237 #define WLAN_KEY_MGMT_SAE_EXT_KEY MBIT(26)
246 #define WLAN_CIPHER_NONE MBIT(0)
247 #define WLAN_CIPHER_WEP40 MBIT(1)
248 #define WLAN_CIPHER_WEP104 MBIT(2)
249 #define WLAN_CIPHER_TKIP MBIT(3)
250 #define WLAN_CIPHER_CCMP MBIT(4)
251 #define WLAN_CIPHER_AES_128_CMAC MBIT(5)
252 #define WLAN_CIPHER_GCMP MBIT(6)
253 #define WLAN_CIPHER_SMS4 MBIT(7)
254 #define WLAN_CIPHER_GCMP_256 MBIT(8)
255 #define WLAN_CIPHER_CCMP_256 MBIT(9)
256 #define WLAN_CIPHER_BIP_GMAC_128 MBIT(11)
257 #define WLAN_CIPHER_BIP_GMAC_256 MBIT(12)
258 #define WLAN_CIPHER_BIP_CMAC_256 MBIT(13)
259 #define WLAN_CIPHER_GTK_NOT_USED MBIT(14)