Go to the documentation of this file.
20 #ifndef _MWIFIEX_IOCTL_H_
21 #define _MWIFIEX_IOCTL_H_
37 #define MWIFIEX_PROMISC_MODE 1
38 #define MWIFIEX_MULTICAST_MODE 2
39 #define MWIFIEX_ALL_MULTI_MODE 4
40 #define MWIFIEX_MAX_MULTICAST_LIST_SIZE 32
66 #define MWIFIEX_WPA_PASSHPHRASE_LEN 64
82 #define KEY_MGMT_ON_HOST 0x03
83 #define MWIFIEX_AUTH_MODE_AUTO 0xFF
84 #define BAND_CONFIG_BG 0x00
85 #define BAND_CONFIG_A 0x01
86 #define MWIFIEX_SUPPORTED_RATES 14
87 #define MWIFIEX_SUPPORTED_RATES_EXT 32
135 #define MWIFIEX_MAX_VER_STR_LEN 128
158 #define MAX_NUM_TID 8
160 #define MAX_RX_WINSIZE 64
175 #define DBG_CMD_NUM 5
222 #define MWIFIEX_KEY_INDEX_UNICAST 0x40000000
253 #define DEEP_SLEEP_ON 1
254 #define DEEP_SLEEP_OFF 0
255 #define DEEP_SLEEP_IDLE_TIME 100
256 #define PS_MODE_AUTO 1
287 #define MWIFIEX_NUM_OF_CMD_BUFFER 20
288 #define MWIFIEX_SIZE_OF_CMD_BUFFER 2048
309 #define MAX_EEPROM_DATA 256
317 #define IEEE_MAX_IE_SIZE 256
319 #define MWIFIEX_IE_HDR_SIZE (sizeof(struct mwifiex_ie) - IEEE_MAX_IE_SIZE)
332 #define BITMASK_BCN_RSSI_LOW BIT(0)
333 #define BITMASK_BCN_RSSI_HIGH BIT(4)
353 #define MWIFIEX_MAX_VSIE_LEN (256)
354 #define MWIFIEX_MAX_VSIE_NUM (8)
355 #define MWIFIEX_VSIE_MASK_CLEAR 0x00
356 #define MWIFIEX_VSIE_MASK_SCAN 0x01
357 #define MWIFIEX_VSIE_MASK_ASSOC 0x02
358 #define MWIFIEX_VSIE_MASK_ADHOC 0x04