Go to the documentation of this file.
40 #define MAX_NODE_NUM 64
41 #define MAX_BSS_NUM 42
42 #define LOST_BEACON_COUNT 10 // 10 sec, XP defined
43 #define MAX_PS_TX_BUF 32 // sta max power saving tx buf
44 #define ADHOC_LOST_BEACON_COUNT 30 // 30 sec, beacon lost for adhoc only
45 #define MAX_INACTIVE_COUNT 300 // 300 sec, inactive STA node refresh
47 #define USE_PROTECT_PERIOD 10 // 10 sec, Use protect mode check period
48 #define ERP_RECOVER_COUNT 30 // 30 sec, ERP support callback check
49 #define BSS_CLEAR_COUNT 1
51 #define RSSI_STAT_COUNT 10
52 #define MAX_CHECK_RSSI_COUNT 8
55 #define WLAN_STA_AUTH BIT0
56 #define WLAN_STA_ASSOC BIT1
57 #define WLAN_STA_PS BIT2
58 #define WLAN_STA_TIM BIT3
60 #define WLAN_STA_PERM BIT4
64 #define WLAN_STA_AUTHORIZED BIT5
68 #define MAX_WPA_IE_LEN 64
247 void *hDeviceContext,
248 unsigned char *pbyDesireBSSID,
249 unsigned char *pbyDesireSSID,
255 void *hDeviceContext,
262 void *hDeviceContext,
268 void *hDeviceContext,
269 unsigned char *abyBSSIDAddr,
283 unsigned char *pbyIEs,
284 void *pRxPacketContext
290 void *hDeviceContext,
306 unsigned char *pbyIEs,
307 void *pRxPacketContext
313 unsigned int *puNodeIndex);
320 void *hDeviceContext,
321 unsigned short *pwCapInfo,
335 void *hDeviceContext,
336 unsigned char byTsr0,
337 unsigned char byTsr1,
338 unsigned char *pbyBuffer,
339 unsigned int uFIFOHeaderSize
344 void *hDeviceContext,
345 unsigned int uNodeIndex
356 void *hDeviceContext,
357 unsigned int uStartIndex