Go to the source code of this file.
|
enum | { MWIFIEX_SCAN_TYPE_UNCHANGED = 0,
MWIFIEX_SCAN_TYPE_ACTIVE,
MWIFIEX_SCAN_TYPE_PASSIVE
} |
|
enum | {
BAND_B = 1,
BAND_G = 2,
BAND_A = 4,
BAND_GN = 8,
BAND_AN = 16
} |
|
enum | { ADHOC_IDLE,
ADHOC_STARTED,
ADHOC_JOINED,
ADHOC_COALESCED
} |
|
enum | { MWIFIEX_IE_TYPE_GEN_IE = 0,
MWIFIEX_IE_TYPE_ARP_FILTER
} |
|
enum | {
MWIFIEX_REG_MAC = 1,
MWIFIEX_REG_BBP,
MWIFIEX_REG_RF,
MWIFIEX_REG_PMIC,
MWIFIEX_REG_CAU
} |
|
enum | subsc_evt_rssi_state { EVENT_HANDLED,
RSSI_LOW_RECVD,
RSSI_HIGH_RECVD
} |
|
enum | { MWIFIEX_FUNC_INIT = 1,
MWIFIEX_FUNC_SHUTDOWN
} |
|
#define BAND_CONFIG_A 0x01 |
#define BAND_CONFIG_BG 0x00 |
#define BITMASK_BCN_RSSI_HIGH BIT(4) |
#define BITMASK_BCN_RSSI_LOW BIT(0) |
#define DEEP_SLEEP_IDLE_TIME 100 |
#define IEEE_MAX_IE_SIZE 256 |
#define KEY_MGMT_ON_HOST 0x03 |
#define MAX_EEPROM_DATA 256 |
#define MAX_RX_WINSIZE 64 |
#define MWIFIEX_ALL_MULTI_MODE 4 |
#define MWIFIEX_AUTH_MODE_AUTO 0xFF |
#define MWIFIEX_KEY_INDEX_UNICAST 0x40000000 |
#define MWIFIEX_MAX_MULTICAST_LIST_SIZE 32 |
#define MWIFIEX_MAX_VER_STR_LEN 128 |
#define MWIFIEX_MAX_VSIE_LEN (256) |
#define MWIFIEX_MAX_VSIE_NUM (8) |
#define MWIFIEX_MULTICAST_MODE 2 |
#define MWIFIEX_NUM_OF_CMD_BUFFER 20 |
#define MWIFIEX_PROMISC_MODE 1 |
#define MWIFIEX_SIZE_OF_CMD_BUFFER 2048 |
#define MWIFIEX_SUPPORTED_RATES 14 |
#define MWIFIEX_SUPPORTED_RATES_EXT 32 |
#define MWIFIEX_VSIE_MASK_ADHOC 0x04 |
#define MWIFIEX_VSIE_MASK_ASSOC 0x02 |
#define MWIFIEX_VSIE_MASK_CLEAR 0x00 |
#define MWIFIEX_VSIE_MASK_SCAN 0x01 |
#define MWIFIEX_WPA_PASSHPHRASE_LEN 64 |
- Enumerator:
MWIFIEX_SCAN_TYPE_UNCHANGED |
|
MWIFIEX_SCAN_TYPE_ACTIVE |
|
MWIFIEX_SCAN_TYPE_PASSIVE |
|
Definition at line 26 of file ioctl.h.
- Enumerator:
BAND_B |
|
BAND_G |
|
BAND_A |
|
BAND_GN |
|
BAND_AN |
|
Definition at line 58 of file ioctl.h.
- Enumerator:
ADHOC_IDLE |
|
ADHOC_STARTED |
|
ADHOC_JOINED |
|
ADHOC_COALESCED |
|
Definition at line 112 of file ioctl.h.
- Enumerator:
MWIFIEX_IE_TYPE_GEN_IE |
|
MWIFIEX_IE_TYPE_ARP_FILTER |
|
Definition at line 290 of file ioctl.h.
- Enumerator:
MWIFIEX_REG_MAC |
|
MWIFIEX_REG_BBP |
|
MWIFIEX_REG_RF |
|
MWIFIEX_REG_PMIC |
|
MWIFIEX_REG_CAU |
|
Definition at line 295 of file ioctl.h.
- Enumerator:
MWIFIEX_FUNC_INIT |
|
MWIFIEX_FUNC_SHUTDOWN |
|
Definition at line 360 of file ioctl.h.
- Enumerator:
EVENT_HANDLED |
|
RSSI_LOW_RECVD |
|
RSSI_HIGH_RECVD |
|
Definition at line 335 of file ioctl.h.