Go to the documentation of this file.
9 #define STA_MAX_TX_BUFFER 32
12 #define WLAN_STA_AUTH BIT(0)
13 #define WLAN_STA_ASSOC BIT(1)
14 #define WLAN_STA_PS BIT(2)
15 #define WLAN_STA_TIM BIT(3)
16 #define WLAN_STA_PERM BIT(4)
17 #define WLAN_STA_AUTHORIZED BIT(5)
21 #define WLAN_STA_PENDING_POLL BIT(6)
23 #define WLAN_RATE_1M BIT(0)
24 #define WLAN_RATE_2M BIT(1)
25 #define WLAN_RATE_5M5 BIT(2)
26 #define WLAN_RATE_11M BIT(3)
27 #define WLAN_RATE_COUNT 4
31 #define WLAN_SUPP_RATES_MAX 32
34 #define WLAN_RATE_UPDATE_COUNT 50
37 #define WLAN_RATE_DECREASE_THRESHOLD 2
83 #ifndef PRISM2_NO_KERNEL_IEEE80211_MGMT
91 unsigned char ssid[MAX_SSID_LEN + 1];
103 #define MAX_STA_COUNT 1024
107 #define MAX_AID_TABLE_SIZE 128
109 #define STA_HASH_SIZE 256
110 #define STA_HASH(sta) (sta[5])
120 #define AP_MAX_INACTIVITY_SEC (5 * 60)
121 #define AP_DISASSOC_DELAY (HZ)
122 #define AP_DEAUTH_DELAY (HZ)
132 #define PRISM2_AUTH_OPEN BIT(0)
133 #define PRISM2_AUTH_SHARED_KEY BIT(1)
201 #ifndef PRISM2_NO_KERNEL_IEEE80211_MGMT
258 #ifndef PRISM2_NO_KERNEL_IEEE80211_MGMT