Go to the documentation of this file.
55 #define KEY_CTL_WEP 0x00
56 #define KEY_CTL_NONE 0x01
57 #define KEY_CTL_TKIP 0x02
58 #define KEY_CTL_CCMP 0x03
59 #define KEY_CTL_INVALID 0xFF
61 #define CHANNEL_MAX_24G 14
63 #define MAX_BSS_NUM 42
114 #define VNTWIFIbIsShortSlotTime(wCapInfo) \
115 WLAN_GET_CAP_INFO_SHORTSLOTTIME(wCapInfo) \
117 #define VNTWIFIbIsProtectMode(byERP) \
118 ((byERP & WLAN_EID_ERP_USE_PROTECTION) != 0) \
120 #define VNTWIFIbIsBarkerMode(byERP) \
121 ((byERP & WLAN_EID_ERP_BARKER_MODE) != 0) \
123 #define VNTWIFIbIsShortPreamble(wCapInfo) \
124 WLAN_GET_CAP_INFO_SHORTPREAMBLE(wCapInfo) \
126 #define VNTWIFIbIsEncryption(wCapInfo) \
127 WLAN_GET_CAP_INFO_PRIVACY(wCapInfo) \
129 #define VNTWIFIbIsESS(wCapInfo) \
130 WLAN_GET_CAP_INFO_ESS(wCapInfo) \
146 unsigned short wBeaconPeriod,
180 unsigned char byRxDataRate,
226 unsigned char *pbyDestAddress,
228 unsigned short wRate,
229 unsigned char *pbyTxFailCount
236 unsigned char *pbyDestAddress,
237 unsigned short *pwTxDataRate,
238 unsigned char *pbyACKRate,
239 unsigned char *pbyCCKBasicRate,
240 unsigned char *pbyOFDMBasicRate
262 unsigned long ulCount,
288 unsigned char byReportMode,
289 unsigned char byBasicMap,
290 unsigned char byCCAFraction,
291 unsigned char *pbyRPIs
297 unsigned char byNewChannel
307 #endif //__VNTWIFI_H__