Go to the documentation of this file.
41 #define MAX_NODE_NUM 64
42 #define MAX_BSS_NUM 42
43 #define LOST_BEACON_COUNT 10
44 #define MAX_PS_TX_BUF 32 // sta max power saving tx buf
45 #define ADHOC_LOST_BEACON_COUNT 30 // 30 sec, beacon lost for adhoc only
46 #define MAX_INACTIVE_COUNT 300 // 300 sec, inactive STA node refresh
48 #define USE_PROTECT_PERIOD 10 // 10 sec, Use protect mode check period
49 #define ERP_RECOVER_COUNT 30 // 30 sec, ERP support callback check
50 #define BSS_CLEAR_COUNT 1
52 #define RSSI_STAT_COUNT 10
53 #define MAX_CHECK_RSSI_COUNT 8
56 #define WLAN_STA_AUTH BIT0
57 #define WLAN_STA_ASSOC BIT1
58 #define WLAN_STA_PS BIT2
59 #define WLAN_STA_TIM BIT3
61 #define WLAN_STA_PERM BIT4
65 #define WLAN_STA_AUTHORIZED BIT5
67 #define MAX_WPA_IE_LEN 64
201 unsigned long long KeyRSC;
230 PBYTE pbyDesireBSSID,
256 void *pRxPacketContext);
275 void *pRxPacketContext);
279 unsigned int *puNodeIndex);
296 unsigned int uNodeIndex);
301 unsigned int uStartIndex);