Go to the source code of this file.
Data Structures | |
struct | wi_key |
Defines | |
#define | IEEE80211_RATE_BASIC 0x80 |
#define | IEEE80211_RATE_VAL 0x7f |
#define | IEEE80211_MTU_MAX 2290 |
#define | IEEE80211_MTU_MIN 32 |
#define | IEEE80211_MAX_LEN |
#define | IEEE80211_CHAN_MAX 32 |
#define | IEEE80211_CHAN_ANY 0xffff |
#define | IEEE80211_CHAN_ANYC ((struct ieee80211_channel *) IEEE80211_CHAN_ANY) |
#define | IEEE80211_MODE_MAX (IEEE80211_MODE_TURBO+1) |
#define | IEEE80211_CHAN_TURBO 0x0010 |
#define | IEEE80211_CHAN_CCK 0x0020 |
#define | IEEE80211_CHAN_OFDM 0x0040 |
#define | IEEE80211_CHAN_2GHZ 0x0080 |
#define | IEEE80211_CHAN_5GHZ 0x0100 |
#define | IEEE80211_CHAN_PASSIVE 0x0200 |
#define | IEEE80211_CHAN_DYN 0x0400 |
#define | IEEE80211_CHAN_GFSK 0x0800 |
#define | IEEE80211_CHAN_FHSS (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_GFSK) |
#define | IEEE80211_CHAN_A (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM) |
#define | IEEE80211_CHAN_B (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK) |
#define | IEEE80211_CHAN_PUREG (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_OFDM) |
#define | IEEE80211_CHAN_G (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN) |
#define | IEEE80211_CHAN_T (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_TURBO) |
#define | IEEE80211_RATE_SIZE 8 |
#define | IEEE80211_RATE_MAXSIZE 15 |
#define | WI_NOTYPE 0 |
#define | WI_LUCENT 1 |
#define | WI_INTERSIL 2 |
#define | WI_SYMBOL 3 |
#define | WI_RID_ENCRYPTION 0xFC20 |
#define | WI_RID_AUTHTYPE 0xFC21 |
#define | WI_RID_DEFLT_CRYPT_KEYS 0xFCB0 |
#define | WI_RID_TX_CRYPT_KEY 0xFCB1 |
#define | WI_RID_WEP_AVAIL 0xFD4F |
#define | WI_RID_P2_TX_CRYPT_KEY 0xFC23 |
#define | WI_RID_P2_CRYPT_KEY0 0xFC24 |
#define | WI_RID_P2_CRYPT_KEY1 0xFC25 |
#define | WI_RID_MICROWAVE_OVEN 0xFC25 |
#define | WI_RID_P2_CRYPT_KEY2 0xFC26 |
#define | WI_RID_P2_CRYPT_KEY3 0xFC27 |
#define | WI_RID_P2_ENCRYPTION 0xFC28 |
#define | WI_RID_ROAMING_MODE 0xFC2D |
#define | WI_PRISM_MIN_RSSI 0x1b |
#define | WI_PRISM_MAX_RSSI 0x9a |
#define | WI_PRISM_DBM_OFFSET 100 |
#define | WI_LUCENT_MIN_RSSI 47 |
#define | WI_LUCENT_MAX_RSSI 138 |
#define | WI_LUCENT_DBM_OFFSET 149 |
#define | le16toh(x) (x) |
#define | htole16(x) (x) |
#define | WI_DELAY 5UL |
#define | WI_TIMEOUT (500000UL/WI_DELAY) /* 500 ms */ |
#define | WI_PORT0 (0 << 8) |
#define | WI_PORT1 (1 << 8) |
#define | WI_PORT2 (2 << 8) |
#define | WI_PORT3 (3 << 8) |
#define | WI_PORT4 (4 << 8) |
#define | WI_PORT5 (5 << 8) |
#define | WI_HFA384X_SWSUPPORT0_OFF 0x28 |
#define | WI_PRISM2STA_MAGIC 0x4A2D |
#define | WI_DEFAULT_PORT WI_PORT0 |
#define | WI_DEFAULT_ROAMING 1 |
#define | WI_DEFAULT_AUTHTYPE 1 |
#define | WI_COMMAND 0x00 |
#define | WI_PARAM0 0x02 |
#define | WI_PARAM1 0x04 |
#define | WI_PARAM2 0x06 |
#define | WI_STATUS 0x08 |
#define | WI_RESP0 0x0A |
#define | WI_RESP1 0x0C |
#define | WI_RESP2 0x0E |
#define | WI_CMD_BUSY 0x8000 |
#define | WI_CMD_INI 0x0000 |
#define | WI_CMD_ENABLE 0x0001 |
#define | WI_CMD_DISABLE 0x0002 |
#define | WI_CMD_DIAG 0x0003 |
#define | WI_CMD_ALLOC_MEM 0x000A |
#define | WI_CMD_TX 0x000B |
#define | WI_CMD_NOTIFY 0x0010 |
#define | WI_CMD_INQUIRE 0x0011 |
#define | WI_CMD_ACCESS 0x0021 |
#define | WI_CMD_ACCESS_WRITE 0x0121 |
#define | WI_CMD_PROGRAM 0x0022 |
#define | WI_CMD_READEE 0x0030 |
#define | WI_CMD_READMIF 0x0030 |
#define | WI_CMD_WRITEMIF 0x0031 |
#define | WI_CMD_DEBUG 0x0038 |
#define | WI_CMD_CODE_MASK 0x003F |
#define | WI_TEST_MONITOR 0x0B |
#define | WI_TEST_STOP 0x0F |
#define | WI_TEST_CFG_BITS 0x15 |
#define | WI_TEST_CFG_BIT_ALC 0x08 |
#define | WI_RECLAIM 0x0100 |
#define | WI_ACCESS_READ 0x0000 |
#define | WI_ACCESS_WRITE 0x0100 |
#define | WI_STAT_CMD_CODE 0x003F |
#define | WI_STAT_DIAG_ERR 0x0100 |
#define | WI_STAT_INQ_ERR 0x0500 |
#define | WI_STAT_CMD_RESULT 0x7F00 |
#define | WI_INFO_FID 0x10 |
#define | WI_RX_FID 0x20 |
#define | WI_ALLOC_FID 0x22 |
#define | WI_TX_CMP_FID 0x24 |
#define | WI_SEL0 0x18 |
#define | WI_SEL1 0x1A |
#define | WI_OFF0 0x1C |
#define | WI_OFF1 0x1E |
#define | WI_DATA0 0x36 |
#define | WI_DATA1 0x38 |
#define | WI_BAP0 WI_DATA0 |
#define | WI_BAP1 WI_DATA1 |
#define | WI_OFF_BUSY 0x8000 |
#define | WI_OFF_ERR 0x4000 |
#define | WI_OFF_DATAOFF 0x0FFF |
#define | WI_EVENT_STAT 0x30 |
#define | WI_INT_EN 0x32 |
#define | WI_EVENT_ACK 0x34 |
#define | WI_EV_TICK 0x8000 |
#define | WI_EV_RES 0x4000 |
#define | WI_EV_INFO_DROP 0x2000 |
#define | WI_EV_NO_CARD 0x0800 |
#define | WI_EV_DUIF_RX 0x0400 |
#define | WI_EV_INFO 0x0080 |
#define | WI_EV_CMD 0x0010 |
#define | WI_EV_ALLOC 0x0008 |
#define | WI_EV_TX_EXC 0x0004 |
#define | WI_EV_TX 0x0002 |
#define | WI_EV_RX 0x0001 |
#define | WI_COR_OFFSET 0x3e0 |
#define | WI_COR_VALUE 0x41 |
#define | WI_NIC_LUCENT_ID 0x0001 |
#define | WI_NIC_LUCENT_STR "Lucent Technologies, WaveLAN/IEEE" |
#define | WI_NIC_SONY_ID 0x0002 |
#define | WI_NIC_SONY_STR "Sony WaveLAN/IEEE" |
#define | WI_NIC_LUCENT_EMB_ID 0x0005 |
#define | WI_NIC_LUCENT_EMB_STR "Lucent Embedded WaveLAN/IEEE" |
#define | WI_NIC_EVB2_ID 0x8000 |
#define | WI_NIC_EVB2_STR "RF:PRISM2 MAC:HFA3841" |
#define | WI_NIC_HWB3763_ID 0x8001 |
#define | WI_NIC_HWB3763_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3763 rev.B" |
#define | WI_NIC_HWB3163_ID 0x8002 |
#define | WI_NIC_HWB3163_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A" |
#define | WI_NIC_HWB3163B_ID 0x8003 |
#define | WI_NIC_HWB3163B_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.B" |
#define | WI_NIC_EVB3_ID 0x8004 |
#define | WI_NIC_EVB3_STR "RF:PRISM2 MAC:HFA3842 CARD:HFA3842 EVAL" |
#define | WI_NIC_HWB1153_ID 0x8007 |
#define | WI_NIC_HWB1153_STR "RF:PRISM1 MAC:HFA3841 CARD:HWB1153" |
#define | WI_NIC_P2_SST_ID 0x8008 |
#define | WI_NIC_P2_SST_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3163-SST-flash" |
#define | WI_NIC_EVB2_SST_ID 0x8009 |
#define | WI_NIC_EVB2_SST_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3163-SST-flash" |
#define | WI_NIC_3842_EVA_ID 0x800A |
#define | WI_NIC_3842_EVA_STR "RF:PRISM2 MAC:HFA3842 CARD:HFA3842 EVAL" |
#define | WI_NIC_3842_PCMCIA_AMD_ID 0x800B |
#define | WI_NIC_3842_PCMCIA_SST_ID 0x800C |
#define | WI_NIC_3842_PCMCIA_ATL_ID 0x800D |
#define | WI_NIC_3842_PCMCIA_ATS_ID 0x800E |
#define | WI_NIC_3842_PCMCIA_STR "RF:PRISM2.5 MAC:ISL3873" |
#define | WI_NIC_3842_MINI_AMD_ID 0x8012 |
#define | WI_NIC_3842_MINI_SST_ID 0x8013 |
#define | WI_NIC_3842_MINI_ATL_ID 0x8014 |
#define | WI_NIC_3842_MINI_ATS_ID 0x8015 |
#define | WI_NIC_3842_MINI_STR "RF:PRISM2.5 MAC:ISL3874A(Mini-PCI)" |
#define | WI_NIC_3842_PCI_AMD_ID 0x8016 |
#define | WI_NIC_3842_PCI_SST_ID 0x8017 |
#define | WI_NIC_3842_PCI_ATL_ID 0x8018 |
#define | WI_NIC_3842_PCI_ATS_ID 0x8019 |
#define | WI_NIC_3842_PCI_STR "RF:PRISM2.5 MAC:ISL3874A(PCI-bridge)" |
#define | WI_NIC_P3_PCMCIA_AMD_ID 0x801A |
#define | WI_NIC_P3_PCMCIA_SST_ID 0x801B |
#define | WI_NIC_P3_PCMCIA_ATL_ID 0x801C |
#define | WI_NIC_P3_PCMCIA_ATS_ID 0x801D |
#define | WI_NIC_P3_PCMCIA_STR "RF:PRISM3(PCMCIA)" |
#define | WI_NIC_P3_MINI_AMD_ID 0x8021 |
#define | WI_NIC_P3_MINI_SST_ID 0x8022 |
#define | WI_NIC_P3_MINI_ATL_ID 0x8023 |
#define | WI_NIC_P3_MINI_ATS_ID 0x8024 |
#define | WI_NIC_P3_MINI_STR "RF:PRISM3(Mini-PCI)" |
#define | WI_PORTTYPE_IBSS 0x0 |
#define | WI_PORTTYPE_BSS 0x1 |
#define | WI_PORTTYPE_WDS 0x2 |
#define | WI_PORTTYPE_ADHOC 0x3 |
#define | WI_PORTTYPE_HOSTAP 0x6 |
#define | WI_INFO_NOTIFY 0xF000 |
#define | WI_INFO_COUNTERS 0xF100 |
#define | WI_INFO_SCAN_RESULTS 0xF101 |
#define | WI_INFO_HOST_SCAN_RESULTS 0xF104 |
#define | WI_INFO_LINK_STAT 0xF200 |
#define | WI_INFO_LINK_STAT_CONNECTED 1 |
#define | WI_INFO_LINK_STAT_DISCONNECTED 2 |
#define | WI_INFO_LINK_STAT_AP_CHG 3 |
#define | WI_INFO_LINK_STAT_AP_OOR 4 |
#define | WI_INFO_LINK_STAT_AP_INR 5 |
#define | WI_INFO_LINK_STAT_ASSOC_FAILED 6 |
#define | WI_INFO_ASSOC_STAT 0xF201 |
#define | WI_INFO_AUTH_REQUEST 0xF202 |
#define | WI_INFO_POWERSAVE_COUNT 0xF203 |
#define | WI_STAT_ERRSTAT 0x0003 |
#define | WI_RID_PORTTYPE 0xFC00 |
#define | WI_RID_MAC_NODE 0xFC01 |
#define | WI_RID_DESIRED_SSID 0xFC02 |
#define | WI_RID_OWN_CHNL 0xFC03 |
#define | WI_RID_OWN_SSID 0xFC04 |
#define | WI_RID_OWN_ATIM_WIN 0xFC05 |
#define | WI_RID_SYSTEM_SCALE 0xFC06 |
#define | WI_RID_MAX_DATALEN 0xFC07 |
#define | WI_RID_MAC_WDS 0xFC08 |
#define | WI_RID_PM_ENABLED 0xFC09 |
#define | WI_RID_PM_EPS 0xFC0A |
#define | WI_RID_MCAST_RX 0xFC0B |
#define | WI_RID_MAX_SLEEP 0xFC0C |
#define | WI_RID_HOLDOVER 0xFC0D |
#define | WI_RID_NODENAME 0xFC0E |
#define | WI_RID_DTIM_PERIOD 0xFC10 |
#define | WI_RID_WDS_ADDR1 0xFC11 |
#define | WI_RID_WDS_ADDR2 0xFC12 |
#define | WI_RID_WDS_ADDR3 0xFC13 |
#define | WI_RID_WDS_ADDR4 0xFC14 |
#define | WI_RID_WDS_ADDR5 0xFC15 |
#define | WI_RID_WDS_ADDR6 0xFC16 |
#define | WI_RID_MCAST_PM_BUF 0xFC17 |
#define | WI_RID_ENCRYPTION 0xFC20 |
#define | WI_RID_AUTHTYPE 0xFC21 |
#define | WI_RID_P2_TX_CRYPT_KEY 0xFC23 |
#define | WI_RID_P2_CRYPT_KEY0 0xFC24 |
#define | WI_RID_P2_CRYPT_KEY1 0xFC25 |
#define | WI_RID_MICROWAVE_OVEN 0xFC25 |
#define | WI_RID_P2_CRYPT_KEY2 0xFC26 |
#define | WI_RID_P2_CRYPT_KEY3 0xFC27 |
#define | WI_RID_P2_ENCRYPTION 0xFC28 |
#define | PRIVACY_INVOKED 0x01 |
#define | EXCLUDE_UNENCRYPTED 0x02 |
#define | HOST_ENCRYPT 0x10 |
#define | IV_EVERY_FRAME 0x00 |
#define | IV_EVERY10_FRAME 0x20 |
#define | IV_EVERY50_FRAME 0x40 |
#define | IV_EVERY100_FRAME 0x60 |
#define | HOST_DECRYPT 0x80 |
#define | WI_RID_WEP_MAPTABLE 0xFC29 |
#define | WI_RID_CNFAUTHMODE 0xFC2A |
#define | WI_RID_ROAMING_MODE 0xFC2D |
#define | WI_RID_OWN_BEACON_INT 0xFC33 |
#define | WI_RID_CNF_DBM_ADJUST 0xFC46 |
#define | WI_RID_DBM_ADJUST 0xFC46 |
#define | WI_RID_BASIC_RATE 0xFCB3 |
#define | WI_RID_SUPPORT_RATE 0xFCB4 |
#define | WI_RID_MCAST_LIST 0xFC80 |
#define | WI_RID_CREATE_IBSS 0xFC81 |
#define | WI_RID_FRAG_THRESH 0xFC82 |
#define | WI_RID_RTS_THRESH 0xFC83 |
#define | WI_RID_TX_RATE 0xFC84 |
#define | WI_RID_PROMISC 0xFC85 |
#define | WI_RID_FRAG_THRESH0 0xFC90 |
#define | WI_RID_FRAG_THRESH1 0xFC91 |
#define | WI_RID_FRAG_THRESH2 0xFC92 |
#define | WI_RID_FRAG_THRESH3 0xFC93 |
#define | WI_RID_FRAG_THRESH4 0xFC94 |
#define | WI_RID_FRAG_THRESH5 0xFC95 |
#define | WI_RID_FRAG_THRESH6 0xFC96 |
#define | WI_RID_RTS_THRESH0 0xFC97 |
#define | WI_RID_RTS_THRESH1 0xFC98 |
#define | WI_RID_RTS_THRESH2 0xFC99 |
#define | WI_RID_RTS_THRESH3 0xFC9A |
#define | WI_RID_RTS_THRESH4 0xFC9B |
#define | WI_RID_RTS_THRESH5 0xFC9C |
#define | WI_RID_RTS_THRESH6 0xFC9D |
#define | WI_RID_TX_RATE0 0xFC9E |
#define | WI_RID_TX_RATE1 0xFC9F |
#define | WI_RID_TX_RATE2 0xFCA0 |
#define | WI_RID_TX_RATE3 0xFCA1 |
#define | WI_RID_TX_RATE4 0xFCA2 |
#define | WI_RID_TX_RATE5 0xFCA3 |
#define | WI_RID_TX_RATE6 0xFCA4 |
#define | WI_RID_DEFLT_CRYPT_KEYS 0xFCB0 |
#define | WI_RID_TX_CRYPT_KEY 0xFCB1 |
#define | WI_RID_TICK_TIME 0xFCE0 |
#define | WI_RID_DNLD_BUF 0xFD01 |
#define | WI_RID_MEMSZ 0xFD02 |
#define | WI_RID_PRI_IDENTITY 0xFD02 |
#define | WI_RID_PRI_SUP_RANGE 0xFD03 |
#define | WI_RID_CIF_ACT_RANGE 0xFD04 |
#define | WI_RID_SERIALNO 0xFD0A |
#define | WI_RID_CARD_ID 0xFD0B |
#define | WI_RID_MFI_SUP_RANGE 0xFD0C |
#define | WI_RID_CFI_SUP_RANGE 0xFD0D |
#define | WI_RID_CHANNEL_LIST 0xFD10 |
#define | WI_RID_REG_DOMAINS 0xFD11 |
#define | WI_RID_TEMP_TYPE 0xFD12 |
#define | WI_RID_CIS 0xFD13 |
#define | WI_RID_STA_IDENTITY 0xFD20 |
#define | WI_RID_STA_SUP_RANGE 0xFD21 |
#define | WI_RID_MFI_ACT_RANGE 0xFD22 |
#define | WI_RID_SYMBOL_IDENTITY 0xFD24 |
#define | WI_RID_CFI_ACT_RANGE 0xFD33 |
#define | WI_RID_COMMQUAL 0xFD43 |
#define | WI_RID_SCALETHRESH 0xFD46 |
#define | WI_RID_PCF 0xFD87 |
#define | WI_RID_PORT_STAT 0xFD40 |
#define | WI_RID_CURRENT_SSID 0xFD41 |
#define | WI_RID_CURRENT_BSSID 0xFD42 |
#define | WI_RID_COMMS_QUALITY 0xFD43 |
#define | WI_RID_CUR_TX_RATE 0xFD44 |
#define | WI_RID_CUR_BEACON_INT 0xFD45 |
#define | WI_RID_CUR_SCALE_THRESH 0xFD46 |
#define | WI_RID_PROT_RESP_TIME 0xFD47 |
#define | WI_RID_SHORT_RTR_LIM 0xFD48 |
#define | WI_RID_LONG_RTS_LIM 0xFD49 |
#define | WI_RID_MAX_TX_LIFE 0xFD4A |
#define | WI_RID_MAX_RX_LIFE 0xFD4B |
#define | WI_RID_CF_POLL 0xFD4C |
#define | WI_RID_AUTH_ALGS 0xFD4D |
#define | WI_RID_AUTH_TYPE 0xFD4E |
#define | WI_RID_WEP_AVAIL 0xFD4F |
#define | WI_RID_DBM_COMMS_QUAL 0xFD51 |
#define | WI_RID_CUR_TX_RATE1 0xFD80 |
#define | WI_RID_CUR_TX_RATE2 0xFD81 |
#define | WI_RID_CUR_TX_RATE3 0xFD82 |
#define | WI_RID_CUR_TX_RATE4 0xFD83 |
#define | WI_RID_CUR_TX_RATE5 0xFD84 |
#define | WI_RID_CUR_TX_RATE6 0xFD85 |
#define | WI_RID_OWN_MAC 0xFD86 |
#define | WI_RID_PCI_INFO 0xFD87 |
#define | WI_RID_PHY_TYPE 0xFDC0 |
#define | WI_RID_CURRENT_CHAN 0xFDC1 |
#define | WI_RID_PWR_STATE 0xFDC2 |
#define | WI_RID_CCA_MODE 0xFDC3 |
#define | WI_RID_CCA_TIME 0xFDC4 |
#define | WI_RID_MAC_PROC_DELAY 0xFDC5 |
#define | WI_RID_DATA_RATES 0xFDC6 |
Enumerations | |
enum | { IEEE80211_AUTH_NONE = 0, IEEE80211_AUTH_OPEN = 1, IEEE80211_AUTH_SHARED = 2 } |
enum | ieee80211_phymode { IEEE80211_MODE_AUTO = 0, IEEE80211_MODE_11A = 1, IEEE80211_MODE_11B = 2, IEEE80211_MODE_11G = 3, IEEE80211_MODE_FH = 4, IEEE80211_MODE_TURBO = 5 } |
#define IEEE80211_MAX_LEN |
(2300 + IEEE80211_CRC_LEN + \ (IEEE80211_WEP_IVLEN + IEEE80211_WEP_KIDLEN + IEEE80211_WEP_CRCLEN))
Definition at line 108 of file wlandef.h.
Referenced by wlandrv_Init().
#define IEEE80211_CHAN_ANYC ((struct ieee80211_channel *) IEEE80211_CHAN_ANY) |
Definition at line 121 of file wlandef.h.
Referenced by wlandrv_Init().
#define IEEE80211_CHAN_FHSS (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_GFSK) |
#define IEEE80211_CHAN_A (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM) |
#define IEEE80211_CHAN_B (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_CCK) |
#define IEEE80211_CHAN_PUREG (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_OFDM) |
#define IEEE80211_CHAN_G (IEEE80211_CHAN_2GHZ | IEEE80211_CHAN_DYN) |
#define IEEE80211_CHAN_T (IEEE80211_CHAN_5GHZ | IEEE80211_CHAN_OFDM | IEEE80211_CHAN_TURBO) |
#define IEEE80211_RATE_SIZE 8 |
Definition at line 166 of file wlandef.h.
Referenced by wlandrv_Attach().
#define IEEE80211_RATE_MAXSIZE 15 |
Definition at line 167 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_LUCENT 1 |
Definition at line 177 of file wlandef.h.
Referenced by wlandrv_Attach(), and wlandrv_Init().
#define WI_INTERSIL 2 |
Definition at line 178 of file wlandef.h.
Referenced by wlandrv_Attach(), and wlandrv_Init().
#define WI_SYMBOL 3 |
Definition at line 179 of file wlandef.h.
Referenced by wlandrv_Attach(), and wlandrv_Init().
#define WI_RID_WEP_AVAIL 0xFD4F |
Definition at line 600 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_RID_MICROWAVE_OVEN 0xFC25 |
Definition at line 491 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_ROAMING_MODE 0xFC2D |
Definition at line 505 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_PRISM_MIN_RSSI 0x1b |
Definition at line 200 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_PRISM_MAX_RSSI 0x9a |
Definition at line 201 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_PRISM_DBM_OFFSET 100 |
Definition at line 202 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_LUCENT_MIN_RSSI 47 |
Definition at line 204 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_LUCENT_MAX_RSSI 138 |
Definition at line 205 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_LUCENT_DBM_OFFSET 149 |
Definition at line 206 of file wlandef.h.
Referenced by wlandrv_Attach().
#define le16toh | ( | x | ) | (x) |
Definition at line 211 of file wlandef.h.
Referenced by wlandrv_Attach().
#define htole16 | ( | x | ) | (x) |
Definition at line 212 of file wlandef.h.
Referenced by wlandrv_Attach(), and wlandrv_Init().
#define WI_PORT0 (0 << 8) |
Definition at line 221 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_HFA384X_SWSUPPORT0_OFF 0x28 |
Definition at line 228 of file wlandef.h.
Referenced by wlandrv_ProbeDevice().
#define WI_PRISM2STA_MAGIC 0x4A2D |
Definition at line 229 of file wlandef.h.
Referenced by wlandrv_ProbeDevice().
#define WI_DEFAULT_PORT WI_PORT0 |
Definition at line 232 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_DEFAULT_ROAMING 1 |
Definition at line 234 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_DEFAULT_AUTHTYPE 1 |
Definition at line 236 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_CMD_ENABLE 0x0001 |
Definition at line 255 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_CMD_DISABLE 0x0002 |
Definition at line 256 of file wlandef.h.
Referenced by wi_stop(), and wlandrv_Init().
#define WI_CMD_TX 0x000B |
Definition at line 259 of file wlandef.h.
Referenced by wlandrv_PutPacket().
#define WI_CMD_DEBUG 0x0038 |
Definition at line 268 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_TEST_MONITOR 0x0B |
Definition at line 275 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RECLAIM 0x0100 |
Definition at line 284 of file wlandef.h.
Referenced by wlandrv_PutPacket().
#define WI_INT_EN 0x32 |
Definition at line 328 of file wlandef.h.
Referenced by RxThread(), wi_stop(), and wlandrv_Init().
#define WI_EV_INFO 0x0080 |
Definition at line 337 of file wlandef.h.
Referenced by RxThread().
#define WI_EV_ALLOC 0x0008 |
Definition at line 339 of file wlandef.h.
Referenced by RxThread().
#define WI_EV_TX_EXC 0x0004 |
Definition at line 340 of file wlandef.h.
Referenced by RxThread().
#define WI_EV_RX 0x0001 |
Definition at line 342 of file wlandef.h.
Referenced by RxThread().
#define WI_COR_OFFSET 0x3e0 |
Definition at line 347 of file wlandef.h.
Referenced by wlandrv_ProbeDevice().
#define WI_COR_VALUE 0x41 |
Definition at line 348 of file wlandef.h.
Referenced by wlandrv_ProbeDevice().
#define WI_NIC_LUCENT_STR "Lucent Technologies, WaveLAN/IEEE" |
#define WI_NIC_LUCENT_EMB_STR "Lucent Embedded WaveLAN/IEEE" |
#define WI_NIC_HWB3763_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3763 rev.B" |
#define WI_NIC_HWB3163_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A" |
#define WI_NIC_HWB3163B_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.B" |
#define WI_NIC_EVB3_STR "RF:PRISM2 MAC:HFA3842 CARD:HFA3842 EVAL" |
#define WI_NIC_HWB1153_STR "RF:PRISM1 MAC:HFA3841 CARD:HWB1153" |
#define WI_NIC_P2_SST_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3163-SST-flash" |
#define WI_NIC_EVB2_SST_STR "RF:PRISM2 MAC:HFA3841 CARD:HWB3163-SST-flash" |
#define WI_NIC_3842_EVA_STR "RF:PRISM2 MAC:HFA3842 CARD:HFA3842 EVAL" |
#define WI_NIC_3842_MINI_STR "RF:PRISM2.5 MAC:ISL3874A(Mini-PCI)" |
#define WI_NIC_3842_PCI_STR "RF:PRISM2.5 MAC:ISL3874A(PCI-bridge)" |
#define WI_PORTTYPE_BSS 0x1 |
Definition at line 429 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_PORTTYPE_ADHOC 0x3 |
Definition at line 431 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_PORTTYPE_HOSTAP 0x6 |
Definition at line 432 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_PORTTYPE 0xFC00 |
Definition at line 463 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_MAC_NODE 0xFC01 |
Definition at line 464 of file wlandef.h.
Referenced by wlandrv_Attach(), and wlandrv_Init().
#define WI_RID_DESIRED_SSID 0xFC02 |
Definition at line 465 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_OWN_CHNL 0xFC03 |
Definition at line 466 of file wlandef.h.
Referenced by wlandrv_Attach(), and wlandrv_Init().
#define WI_RID_OWN_SSID 0xFC04 |
Definition at line 467 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_SYSTEM_SCALE 0xFC06 |
Definition at line 469 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_MAX_DATALEN 0xFC07 |
Definition at line 470 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_PM_ENABLED 0xFC09 |
Definition at line 472 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_MAX_SLEEP 0xFC0C |
Definition at line 475 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_NODENAME 0xFC0E |
Definition at line 477 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_DTIM_PERIOD 0xFC10 |
Definition at line 478 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_OWN_BEACON_INT 0xFC33 |
Definition at line 506 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_DBM_ADJUST 0xFC46 |
Definition at line 508 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_RID_BASIC_RATE 0xFCB3 |
Definition at line 509 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_SUPPORT_RATE 0xFCB4 |
Definition at line 510 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_CREATE_IBSS 0xFC81 |
Definition at line 516 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_FRAG_THRESH 0xFC82 |
Definition at line 517 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_RTS_THRESH 0xFC83 |
Definition at line 518 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_PROMISC 0xFC85 |
Definition at line 523 of file wlandef.h.
Referenced by wlandrv_Init().
#define WI_RID_CHANNEL_LIST 0xFD10 |
Definition at line 569 of file wlandef.h.
Referenced by wlandrv_Attach().
#define WI_RID_PORT_STAT 0xFD40 |
Definition at line 585 of file wlandef.h.
Referenced by wlandrv_IOCTL().
#define WI_RID_CURRENT_BSSID 0xFD42 |
Definition at line 587 of file wlandef.h.
Referenced by wlandrv_IOCTL().
#define WI_RID_CUR_TX_RATE 0xFD44 |
Definition at line 589 of file wlandef.h.
Referenced by wlandrv_IOCTL().
#define WI_RID_DBM_COMMS_QUAL 0xFD51 |
Definition at line 601 of file wlandef.h.
Referenced by wlandrv_IOCTL().
#define WI_RID_CURRENT_CHAN 0xFDC1 |
Definition at line 615 of file wlandef.h.
Referenced by wlandrv_IOCTL().
#define WI_RID_DATA_RATES 0xFDC6 |
Definition at line 620 of file wlandef.h.
Referenced by wlandrv_Attach().
anonymous enum |
enum ieee80211_phymode |