|
@@ -435,19 +435,7 @@ struct ieee80211_snap_hdr {
|
|
|
#define WLAN_GET_SEQ_SEQ(seq) ((seq) & RTW_IEEE80211_SCTL_SEQ)
|
|
|
|
|
|
/* Authentication algorithms */
|
|
|
-#define WLAN_AUTH_OPEN 0
|
|
|
-#define WLAN_AUTH_SHARED_KEY 1
|
|
|
-
|
|
|
-#define WLAN_AUTH_CHALLENGE_LEN 128
|
|
|
-
|
|
|
#define WLAN_CAPABILITY_BSS (1<<0)
|
|
|
-#define WLAN_CAPABILITY_IBSS (1<<1)
|
|
|
-#define WLAN_CAPABILITY_CF_POLLABLE (1<<2)
|
|
|
-#define WLAN_CAPABILITY_CF_POLL_REQUEST (1<<3)
|
|
|
-#define WLAN_CAPABILITY_PRIVACY (1<<4)
|
|
|
-#define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5)
|
|
|
-#define WLAN_CAPABILITY_PBCC (1<<6)
|
|
|
-#define WLAN_CAPABILITY_CHANNEL_AGILITY (1<<7)
|
|
|
#define WLAN_CAPABILITY_SHORT_SLOT (1<<10)
|
|
|
|
|
|
/* Status codes */
|