|
#define | _HFA384x_H |
|
#define | HFA384x_FIRMWARE_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) |
|
#define | HFA384x_LEVEL_TO_dBm(v) (0x100 + (v) * 100 / 255 - 100) |
|
#define | HFA384x_CMD_ALLOC_LEN_MIN ((uint16_t)4) |
|
#define | HFA384x_CMD_ALLOC_LEN_MAX ((uint16_t)2400) |
|
#define | HFA384x_BAP_DATALEN_MAX ((uint16_t)4096) |
|
#define | HFA384x_BAP_OFFSET_MAX ((uint16_t)4096) |
|
#define | HFA384x_PORTID_MAX ((uint16_t)7) |
|
#define | HFA384x_NUMPORTS_MAX ((uint16_t)(HFA384x_PORTID_MAX+1)) |
|
#define | HFA384x_PDR_LEN_MAX ((uint16_t)512) /* in bytes, from EK */ |
|
#define | HFA384x_PDA_RECS_MAX ((uint16_t)200) /* a guess */ |
|
#define | HFA384x_PDA_LEN_MAX ((uint16_t)1024) /* in bytes, from EK */ |
|
#define | HFA384x_SCANRESULT_MAX ((uint16_t)31) |
|
#define | HFA384x_HSCANRESULT_MAX ((uint16_t)31) |
|
#define | HFA384x_CHINFORESULT_MAX ((uint16_t)16) |
|
#define | HFA384x_DRVR_FIDSTACKLEN_MAX (10) |
|
#define | HFA384x_DRVR_TXBUF_MAX |
|
#define | HFA384x_DRVR_MAGIC (0x4a2d) |
|
#define | HFA384x_INFODATA_MAXLEN (sizeof(hfa384x_infodata_t)) |
|
#define | HFA384x_INFOFRM_MAXLEN (sizeof(hfa384x_InfFrame_t)) |
|
#define | HFA384x_RID_GUESSING_MAXLEN 2048 /* I'm not really sure */ |
|
#define | HFA384x_RIDDATA_MAXLEN HFA384x_RID_GUESSING_MAXLEN |
|
#define | HFA384x_USB_RWMEM_MAXLEN 2048 |
|
#define | HFA384x_BAP_PROC ((uint16_t)0) |
|
#define | HFA384x_BAP_int ((uint16_t)1) |
|
#define | HFA384x_PORTTYPE_IBSS ((uint16_t)0) |
|
#define | HFA384x_PORTTYPE_BSS ((uint16_t)1) |
|
#define | HFA384x_PORTTYPE_WDS ((uint16_t)2) |
|
#define | HFA384x_PORTTYPE_PSUEDOIBSS ((uint16_t)3) |
|
#define | HFA384x_PORTTYPE_HOSTAP ((uint16_t)6) |
|
#define | HFA384x_WEPFLAGS_PRIVINVOKED ((uint16_t)BIT0) |
|
#define | HFA384x_WEPFLAGS_EXCLUDE ((uint16_t)BIT1) |
|
#define | HFA384x_WEPFLAGS_DISABLE_TXCRYPT ((uint16_t)BIT4) |
|
#define | HFA384x_WEPFLAGS_DISABLE_RXCRYPT ((uint16_t)BIT7) |
|
#define | HFA384x_WEPFLAGS_DISALLOW_MIXED ((uint16_t)BIT11) |
|
#define | HFA384x_WEPFLAGS_IV_INTERVAL1 ((uint16_t)0) |
|
#define | HFA384x_WEPFLAGS_IV_INTERVAL10 ((uint16_t)BIT5) |
|
#define | HFA384x_WEPFLAGS_IV_INTERVAL50 ((uint16_t)BIT6) |
|
#define | HFA384x_WEPFLAGS_IV_INTERVAL100 ((uint16_t)(BIT5 | BIT6)) |
|
#define | HFA384x_WEPFLAGS_FIRMWARE_WPA ((uint16_t)BIT8) |
|
#define | HFA384x_WEPFLAGS_HOST_MIC ((uint16_t)BIT9) |
|
#define | HFA384x_ROAMMODE_FWSCAN_FWROAM ((uint16_t)1) |
|
#define | HFA384x_ROAMMODE_FWSCAN_HOSTROAM ((uint16_t)2) |
|
#define | HFA384x_ROAMMODE_HOSTSCAN_HOSTROAM ((uint16_t)3) |
|
#define | HFA384x_PORTSTATUS_DISABLED ((uint16_t)1) |
|
#define | HFA384x_PORTSTATUS_INITSRCH ((uint16_t)2) |
|
#define | HFA384x_PORTSTATUS_CONN_IBSS ((uint16_t)3) |
|
#define | HFA384x_PORTSTATUS_CONN_ESS ((uint16_t)4) |
|
#define | HFA384x_PORTSTATUS_OOR_ESS ((uint16_t)5) |
|
#define | HFA384x_PORTSTATUS_CONN_WDS ((uint16_t)6) |
|
#define | HFA384x_PORTSTATUS_HOSTAP ((uint16_t)8) |
|
#define | HFA384x_RATEBIT_1 ((uint16_t)1) |
|
#define | HFA384x_RATEBIT_2 ((uint16_t)2) |
|
#define | HFA384x_RATEBIT_5dot5 ((uint16_t)4) |
|
#define | HFA384x_RATEBIT_11 ((uint16_t)8) |
|
#define | HFA384x_TXCMD_NORECL ((uint16_t)0) |
|
#define | HFA384x_TXCMD_RECL ((uint16_t)1) |
|
#define | HFA384x_ADDR_AUX_OFF_MAX ((uint16_t)0x007f) |
|
#define | HFA384x_ADDR_FLAT_AUX_PAGE_MASK (0x007fff80) |
|
#define | HFA384x_ADDR_FLAT_AUX_OFF_MASK (0x0000007f) |
|
#define | HFA384x_ADDR_FLAT_CMD_PAGE_MASK (0xffff0000) |
|
#define | HFA384x_ADDR_FLAT_CMD_OFF_MASK (0x0000ffff) |
|
#define | HFA384x_ADDR_AUX_PAGE_MASK (0xffff) |
|
#define | HFA384x_ADDR_AUX_OFF_MASK (0x007f) |
|
#define | HFA384x_ADDR_CMD_PAGE_MASK (0x007f) |
|
#define | HFA384x_ADDR_CMD_OFF_MASK (0xffff) |
|
#define | HFA384x_ADDR_AUX_MKFLAT(p, o) |
|
#define | HFA384x_ADDR_CMD_MKFLAT(p, o) |
|
#define | HFA384x_ADDR_AUX_MKPAGE(f) ((uint16_t)((((uint32_t)(f))&HFA384x_ADDR_FLAT_AUX_PAGE_MASK)>>7)) |
|
#define | HFA384x_ADDR_AUX_MKOFF(f) ((uint16_t)(((uint32_t)(f))&HFA384x_ADDR_FLAT_AUX_OFF_MASK)) |
|
#define | HFA384x_ADDR_CMD_MKPAGE(f) ((uint16_t)((((uint32_t)(f))&HFA384x_ADDR_FLAT_CMD_PAGE_MASK)>>16)) |
|
#define | HFA384x_ADDR_CMD_MKOFF(f) ((uint16_t)(((uint32_t)(f))&HFA384x_ADDR_FLAT_CMD_OFF_MASK)) |
|
#define | HFA384x_AUX_CTL_EXTDS (0x00) |
|
#define | HFA384x_AUX_CTL_NV (0x01) |
|
#define | HFA384x_AUX_CTL_PHY (0x02) |
|
#define | HFA384x_AUX_CTL_ICSRAM (0x03) |
|
#define | HFA384x_AUX_MKOFF(f, c) (HFA384x_ADDR_AUX_MKOFF(f) | (((uint16_t)(c))<<12)) |
|
#define | HFA384x_AUX_MKPAGE(f) HFA384x_ADDR_AUX_MKPAGE(f) |
|
#define | HFA3842_PDA_BASE (0x007f0000UL) |
|
#define | HFA3841_PDA_BASE (0x003f0000UL) |
|
#define | HFA3841_PDA_BOGUS_BASE (0x00390000UL) |
|
#define | HFA384x_DLSTATE_DISABLED 0 |
|
#define | HFA384x_DLSTATE_RAMENABLED 1 |
|
#define | HFA384x_DLSTATE_FLASHENABLED 2 |
|
#define | HFA384x_DLSTATE_FLASHWRITTEN 3 |
|
#define | HFA384x_DLSTATE_FLASHWRITEPENDING 4 |
|
#define | HFA384x_DLSTATE_GENESIS 5 |
|
#define | HFA384x_CMD_OFF (0x00) |
|
#define | HFA384x_PARAM0_OFF (0x02) |
|
#define | HFA384x_PARAM1_OFF (0x04) |
|
#define | HFA384x_PARAM2_OFF (0x06) |
|
#define | HFA384x_STATUS_OFF (0x08) |
|
#define | HFA384x_RESP0_OFF (0x0A) |
|
#define | HFA384x_RESP1_OFF (0x0C) |
|
#define | HFA384x_RESP2_OFF (0x0E) |
|
#define | HFA384x_INFOFID_OFF (0x10) |
|
#define | HFA384x_RXFID_OFF (0x20) |
|
#define | HFA384x_ALLOCFID_OFF (0x22) |
|
#define | HFA384x_TXCOMPLFID_OFF (0x24) |
|
#define | HFA384x_SELECT0_OFF (0x18) |
|
#define | HFA384x_OFFSET0_OFF (0x1C) |
|
#define | HFA384x_DATA0_OFF (0x36) |
|
#define | HFA384x_SELECT1_OFF (0x1A) |
|
#define | HFA384x_OFFSET1_OFF (0x1E) |
|
#define | HFA384x_DATA1_OFF (0x38) |
|
#define | HFA384x_EVSTAT_OFF (0x30) |
|
#define | HFA384x_INTEN_OFF (0x32) |
|
#define | HFA384x_EVACK_OFF (0x34) |
|
#define | HFA384x_CONTROL_OFF (0x14) |
|
#define | HFA384x_SWSUPPORT0_OFF (0x28) |
|
#define | HFA384x_SWSUPPORT1_OFF (0x2A) |
|
#define | HFA384x_SWSUPPORT2_OFF (0x2C) |
|
#define | HFA384x_AUXPAGE_OFF (0x3A) |
|
#define | HFA384x_AUXOFFSET_OFF (0x3C) |
|
#define | HFA384x_AUXDATA_OFF (0x3E) |
|
#define | HFA384x_CMD_BUSY ((uint16_t)BIT15) |
|
#define | HFA384x_CMD_AINFO ((uint16_t)(BIT14 | BIT13 | BIT12 | BIT11 | BIT10 | BIT9 | BIT8)) |
|
#define | HFA384x_CMD_MACPORT ((uint16_t)(BIT10 | BIT9 | BIT8)) |
|
#define | HFA384x_CMD_RECL ((uint16_t)BIT8) |
|
#define | HFA384x_CMD_WRITE ((uint16_t)BIT8) |
|
#define | HFA384x_CMD_PROGMODE ((uint16_t)(BIT9 | BIT8)) |
|
#define | HFA384x_CMD_CMDCODE ((uint16_t)(BIT5 | BIT4 | BIT3 | BIT2 | BIT1 | BIT0)) |
|
#define | HFA384x_STATUS_RESULT ((uint16_t)(BIT14 | BIT13 | BIT12 | BIT11 | BIT10 | BIT9 | BIT8)) |
|
#define | HFA384x_STATUS_CMDCODE ((uint16_t)(BIT5 | BIT4 | BIT3 | BIT2 | BIT1 | BIT0)) |
|
#define | HFA384x_OFFSET_BUSY ((uint16_t)BIT15) |
|
#define | HFA384x_OFFSET_ERR ((uint16_t)BIT14) |
|
#define | HFA384x_OFFSET_DATAOFF ((uint16_t)(BIT11 | BIT10 | BIT9 | BIT8 | BIT7 | BIT6 | BIT5 | BIT4 | BIT3 | BIT2 | BIT1)) |
|
#define | HFA384x_EVSTAT_TICK ((uint16_t)BIT15) |
|
#define | HFA384x_EVSTAT_WTERR ((uint16_t)BIT14) |
|
#define | HFA384x_EVSTAT_INFDROP ((uint16_t)BIT13) |
|
#define | HFA384x_EVSTAT_INFO ((uint16_t)BIT7) |
|
#define | HFA384x_EVSTAT_DTIM ((uint16_t)BIT5) |
|
#define | HFA384x_EVSTAT_CMD ((uint16_t)BIT4) |
|
#define | HFA384x_EVSTAT_ALLOC ((uint16_t)BIT3) |
|
#define | HFA384x_EVSTAT_TXEXC ((uint16_t)BIT2) |
|
#define | HFA384x_EVSTAT_TX ((uint16_t)BIT1) |
|
#define | HFA384x_EVSTAT_RX ((uint16_t)BIT0) |
|
#define | HFA384x_INT_BAP_OP (HFA384x_EVSTAT_INFO|HFA384x_EVSTAT_RX|HFA384x_EVSTAT_TX|HFA384x_EVSTAT_TXEXC) |
|
#define | HFA384x_INT_NORMAL (HFA384x_EVSTAT_INFO|HFA384x_EVSTAT_RX|HFA384x_EVSTAT_TX|HFA384x_EVSTAT_TXEXC|HFA384x_EVSTAT_INFDROP|HFA384x_EVSTAT_ALLOC|HFA384x_EVSTAT_DTIM) |
|
#define | HFA384x_INTEN_TICK ((uint16_t)BIT15) |
|
#define | HFA384x_INTEN_WTERR ((uint16_t)BIT14) |
|
#define | HFA384x_INTEN_INFDROP ((uint16_t)BIT13) |
|
#define | HFA384x_INTEN_INFO ((uint16_t)BIT7) |
|
#define | HFA384x_INTEN_DTIM ((uint16_t)BIT5) |
|
#define | HFA384x_INTEN_CMD ((uint16_t)BIT4) |
|
#define | HFA384x_INTEN_ALLOC ((uint16_t)BIT3) |
|
#define | HFA384x_INTEN_TXEXC ((uint16_t)BIT2) |
|
#define | HFA384x_INTEN_TX ((uint16_t)BIT1) |
|
#define | HFA384x_INTEN_RX ((uint16_t)BIT0) |
|
#define | HFA384x_EVACK_TICK ((uint16_t)BIT15) |
|
#define | HFA384x_EVACK_WTERR ((uint16_t)BIT14) |
|
#define | HFA384x_EVACK_INFDROP ((uint16_t)BIT13) |
|
#define | HFA384x_EVACK_INFO ((uint16_t)BIT7) |
|
#define | HFA384x_EVACK_DTIM ((uint16_t)BIT5) |
|
#define | HFA384x_EVACK_CMD ((uint16_t)BIT4) |
|
#define | HFA384x_EVACK_ALLOC ((uint16_t)BIT3) |
|
#define | HFA384x_EVACK_TXEXC ((uint16_t)BIT2) |
|
#define | HFA384x_EVACK_TX ((uint16_t)BIT1) |
|
#define | HFA384x_EVACK_RX ((uint16_t)BIT0) |
|
#define | HFA384x_CONTROL_AUXEN ((uint16_t)(BIT15 | BIT14)) |
|
#define | HFA384x_CMDCODE_INIT ((uint16_t)0x00) |
|
#define | HFA384x_CMDCODE_ENABLE ((uint16_t)0x01) |
|
#define | HFA384x_CMDCODE_DISABLE ((uint16_t)0x02) |
|
#define | HFA384x_CMDCODE_DIAG ((uint16_t)0x03) |
|
#define | HFA384x_CMDCODE_ALLOC ((uint16_t)0x0A) |
|
#define | HFA384x_CMDCODE_TX ((uint16_t)0x0B) |
|
#define | HFA384x_CMDCODE_CLRPRST ((uint16_t)0x12) |
|
#define | HFA384x_CMDCODE_NOTIFY ((uint16_t)0x10) |
|
#define | HFA384x_CMDCODE_INQ ((uint16_t)0x11) |
|
#define | HFA384x_CMDCODE_ACCESS ((uint16_t)0x21) |
|
#define | HFA384x_CMDCODE_DOWNLD ((uint16_t)0x22) |
|
#define | HFA384x_CMDCODE_MONITOR ((uint16_t)(0x38)) |
|
#define | HFA384x_MONITOR_ENABLE ((uint16_t)(0x0b)) |
|
#define | HFA384x_MONITOR_DISABLE ((uint16_t)(0x0f)) |
|
#define | HFA384x_SUCCESS ((uint16_t)(0x00)) |
|
#define | HFA384x_CARD_FAIL ((uint16_t)(0x01)) |
|
#define | HFA384x_NO_BUFF ((uint16_t)(0x05)) |
|
#define | HFA384x_CMD_ERR ((uint16_t)(0x7F)) |
|
#define | HFA384x_PROGMODE_DISABLE ((uint16_t)0x00) |
|
#define | HFA384x_PROGMODE_RAM ((uint16_t)0x01) |
|
#define | HFA384x_PROGMODE_NV ((uint16_t)0x02) |
|
#define | HFA384x_PROGMODE_NVWRITE ((uint16_t)0x03) |
|
#define | HFA384x_AUXPW0 ((uint16_t)0xfe01) |
|
#define | HFA384x_AUXPW1 ((uint16_t)0xdc23) |
|
#define | HFA384x_AUXPW2 ((uint16_t)0xba45) |
|
#define | HFA384x_CONTROL_AUX_ISDISABLED ((uint16_t)0x0000) |
|
#define | HFA384x_CONTROL_AUX_ISENABLED ((uint16_t)0xc000) |
|
#define | HFA384x_CONTROL_AUX_DOENABLE ((uint16_t)0x8000) |
|
#define | HFA384x_CONTROL_AUX_DODISABLE ((uint16_t)0x4000) |
|
#define | HFA384x_RID_CNFPORTTYPE ((uint16_t)0xFC00) |
|
#define | HFA384x_RID_CNFOWNMACADDR ((uint16_t)0xFC01) |
|
#define | HFA384x_RID_CNFDESIREDSSID ((uint16_t)0xFC02) |
|
#define | HFA384x_RID_CNFOWNCHANNEL ((uint16_t)0xFC03) |
|
#define | HFA384x_RID_CNFOWNSSID ((uint16_t)0xFC04) |
|
#define | HFA384x_RID_CNFOWNATIMWIN ((uint16_t)0xFC05) |
|
#define | HFA384x_RID_CNFSYSSCALE ((uint16_t)0xFC06) |
|
#define | HFA384x_RID_CNFMAXDATALEN ((uint16_t)0xFC07) |
|
#define | HFA384x_RID_CNFWDSADDR ((uint16_t)0xFC08) |
|
#define | HFA384x_RID_CNFPMENABLED ((uint16_t)0xFC09) |
|
#define | HFA384x_RID_CNFPMEPS ((uint16_t)0xFC0A) |
|
#define | HFA384x_RID_CNFMULTICASTRX ((uint16_t)0xFC0B) |
|
#define | HFA384x_RID_CNFMAXSLEEPDUR ((uint16_t)0xFC0C) |
|
#define | HFA384x_RID_CNFPMHOLDDUR ((uint16_t)0xFC0D) |
|
#define | HFA384x_RID_CNFOWNNAME ((uint16_t)0xFC0E) |
|
#define | HFA384x_RID_CNFOWNDTIMPER ((uint16_t)0xFC10) |
|
#define | HFA384x_RID_CNFWDSADDR1 ((uint16_t)0xFC11) |
|
#define | HFA384x_RID_CNFWDSADDR2 ((uint16_t)0xFC12) |
|
#define | HFA384x_RID_CNFWDSADDR3 ((uint16_t)0xFC13) |
|
#define | HFA384x_RID_CNFWDSADDR4 ((uint16_t)0xFC14) |
|
#define | HFA384x_RID_CNFWDSADDR5 ((uint16_t)0xFC15) |
|
#define | HFA384x_RID_CNFWDSADDR6 ((uint16_t)0xFC16) |
|
#define | HFA384x_RID_CNFMCASTPMBUFF ((uint16_t)0xFC17) |
|
#define | HFA384x_RID_CNFPORTTYPE_LEN ((uint16_t)2) |
|
#define | HFA384x_RID_CNFOWNMACADDR_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFDESIREDSSID_LEN ((uint16_t)34) |
|
#define | HFA384x_RID_CNFOWNCHANNEL_LEN ((uint16_t)2) |
|
#define | HFA384x_RID_CNFOWNSSID_LEN ((uint16_t)34) |
|
#define | HFA384x_RID_CNFOWNATIMWIN_LEN ((uint16_t)2) |
|
#define | HFA384x_RID_CNFSYSSCALE_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFMAXDATALEN_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFWDSADDR_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFPMENABLED_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFPMEPS_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFMULTICASTRX_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFMAXSLEEPDUR_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFPMHOLDDUR_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFOWNNAME_LEN ((uint16_t)34) |
|
#define | HFA384x_RID_CNFOWNDTIMPER_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFWDSADDR1_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFWDSADDR2_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFWDSADDR3_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFWDSADDR4_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFWDSADDR5_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFWDSADDR6_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFMCASTPMBUFF_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CNFAUTHENTICATION_LEN ((uint16_t)sizeof(uint16_t)) |
|
#define | HFA384x_RID_CNFMAXSLEEPDUR_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_GROUPADDR ((uint16_t)0xFC80) |
|
#define | HFA384x_RID_CREATEIBSS ((uint16_t)0xFC81) |
|
#define | HFA384x_RID_FRAGTHRESH ((uint16_t)0xFC82) |
|
#define | HFA384x_RID_RTSTHRESH ((uint16_t)0xFC83) |
|
#define | HFA384x_RID_TXRATECNTL ((uint16_t)0xFC84) |
|
#define | HFA384x_RID_PROMISCMODE ((uint16_t)0xFC85) |
|
#define | HFA384x_RID_FRAGTHRESH0 ((uint16_t)0xFC90) |
|
#define | HFA384x_RID_FRAGTHRESH1 ((uint16_t)0xFC91) |
|
#define | HFA384x_RID_FRAGTHRESH2 ((uint16_t)0xFC92) |
|
#define | HFA384x_RID_FRAGTHRESH3 ((uint16_t)0xFC93) |
|
#define | HFA384x_RID_FRAGTHRESH4 ((uint16_t)0xFC94) |
|
#define | HFA384x_RID_FRAGTHRESH5 ((uint16_t)0xFC95) |
|
#define | HFA384x_RID_FRAGTHRESH6 ((uint16_t)0xFC96) |
|
#define | HFA384x_RID_RTSTHRESH0 ((uint16_t)0xFC97) |
|
#define | HFA384x_RID_RTSTHRESH1 ((uint16_t)0xFC98) |
|
#define | HFA384x_RID_RTSTHRESH2 ((uint16_t)0xFC99) |
|
#define | HFA384x_RID_RTSTHRESH3 ((uint16_t)0xFC9A) |
|
#define | HFA384x_RID_RTSTHRESH4 ((uint16_t)0xFC9B) |
|
#define | HFA384x_RID_RTSTHRESH5 ((uint16_t)0xFC9C) |
|
#define | HFA384x_RID_RTSTHRESH6 ((uint16_t)0xFC9D) |
|
#define | HFA384x_RID_TXRATECNTL0 ((uint16_t)0xFC9E) |
|
#define | HFA384x_RID_TXRATECNTL1 ((uint16_t)0xFC9F) |
|
#define | HFA384x_RID_TXRATECNTL2 ((uint16_t)0xFCA0) |
|
#define | HFA384x_RID_TXRATECNTL3 ((uint16_t)0xFCA1) |
|
#define | HFA384x_RID_TXRATECNTL4 ((uint16_t)0xFCA2) |
|
#define | HFA384x_RID_TXRATECNTL5 ((uint16_t)0xFCA3) |
|
#define | HFA384x_RID_TXRATECNTL6 ((uint16_t)0xFCA4) |
|
#define | HFA384x_RID_GROUPADDR_LEN ((uint16_t)16 * WLAN_ADDR_LEN) |
|
#define | HFA384x_RID_CREATEIBSS_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_FRAGTHRESH_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_RTSTHRESH_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_TXRATECNTL_LEN ((uint16_t)4) |
|
#define | HFA384x_RID_PROMISCMODE_LEN ((uint16_t)2) |
|
#define | HFA384x_RID_FRAGTHRESH0_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_FRAGTHRESH1_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_FRAGTHRESH2_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_FRAGTHRESH3_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_FRAGTHRESH4_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_FRAGTHRESH5_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_FRAGTHRESH6_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_RTSTHRESH0_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_RTSTHRESH1_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_RTSTHRESH2_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_RTSTHRESH3_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_RTSTHRESH4_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_RTSTHRESH5_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_RTSTHRESH6_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_TXRATECNTL0_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_TXRATECNTL1_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_TXRATECNTL2_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_TXRATECNTL3_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_TXRATECNTL4_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_TXRATECNTL5_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_TXRATECNTL6_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_ITICKTIME ((uint16_t)0xFCE0) |
|
#define | HFA384x_RID_ITICKTIME_LEN ((uint16_t)2) |
|
#define | HFA384x_RID_MAXLOADTIME ((uint16_t)0xFD00) |
|
#define | HFA384x_RID_DOWNLOADBUFFER ((uint16_t)0xFD01) |
|
#define | HFA384x_RID_PRIIDENTITY ((uint16_t)0xFD02) |
|
#define | HFA384x_RID_PRISUPRANGE ((uint16_t)0xFD03) |
|
#define | HFA384x_RID_PRI_CFIACTRANGES ((uint16_t)0xFD04) |
|
#define | HFA384x_RID_NICSERIALNUMBER ((uint16_t)0xFD0A) |
|
#define | HFA384x_RID_NICIDENTITY ((uint16_t)0xFD0B) |
|
#define | HFA384x_RID_MFISUPRANGE ((uint16_t)0xFD0C) |
|
#define | HFA384x_RID_CFISUPRANGE ((uint16_t)0xFD0D) |
|
#define | HFA384x_RID_CHANNELLIST ((uint16_t)0xFD10) |
|
#define | HFA384x_RID_REGULATORYDOMAINS ((uint16_t)0xFD11) |
|
#define | HFA384x_RID_TEMPTYPE ((uint16_t)0xFD12) |
|
#define | HFA384x_RID_CIS ((uint16_t)0xFD13) |
|
#define | HFA384x_RID_STAIDENTITY ((uint16_t)0xFD20) |
|
#define | HFA384x_RID_STASUPRANGE ((uint16_t)0xFD21) |
|
#define | HFA384x_RID_STA_MFIACTRANGES ((uint16_t)0xFD22) |
|
#define | HFA384x_RID_STA_CFIACTRANGES ((uint16_t)0xFD23) |
|
#define | HFA384x_RID_BUILDSEQ ((uint16_t)0xFFFE) |
|
#define | HFA384x_RID_FWID ((uint16_t)0xFFFF) |
|
#define | HFA384x_RID_MAXLOADTIME_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_DOWNLOADBUFFER_LEN ((uint16_t)sizeof(hfa384x_downloadbuffer_t)) |
|
#define | HFA384x_RID_PRIIDENTITY_LEN ((uint16_t)8) |
|
#define | HFA384x_RID_PRISUPRANGE_LEN ((uint16_t)10) |
|
#define | HFA384x_RID_CFIACTRANGES_LEN ((uint16_t)10) |
|
#define | HFA384x_RID_NICSERIALNUMBER_LEN ((uint16_t)12) |
|
#define | HFA384x_RID_NICIDENTITY_LEN ((uint16_t)8) |
|
#define | HFA384x_RID_MFISUPRANGE_LEN ((uint16_t)10) |
|
#define | HFA384x_RID_CFISUPRANGE_LEN ((uint16_t)10) |
|
#define | HFA384x_RID_CHANNELLIST_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_REGULATORYDOMAINS_LEN ((uint16_t)12) |
|
#define | HFA384x_RID_TEMPTYPE_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CIS_LEN ((uint16_t)480) |
|
#define | HFA384x_RID_STAIDENTITY_LEN ((uint16_t)8) |
|
#define | HFA384x_RID_STASUPRANGE_LEN ((uint16_t)10) |
|
#define | HFA384x_RID_MFIACTRANGES_LEN ((uint16_t)10) |
|
#define | HFA384x_RID_CFIACTRANGES2_LEN ((uint16_t)10) |
|
#define | HFA384x_RID_BUILDSEQ_LEN ((uint16_t)sizeof(hfa384x_BuildSeq_t)) |
|
#define | HFA384x_RID_FWID_LEN ((uint16_t)sizeof(hfa384x_FWID_t)) |
|
#define | HFA384x_RID_PORTSTATUS ((uint16_t)0xFD40) |
|
#define | HFA384x_RID_CURRENTSSID ((uint16_t)0xFD41) |
|
#define | HFA384x_RID_CURRENTBSSID ((uint16_t)0xFD42) |
|
#define | HFA384x_RID_COMMSQUALITY ((uint16_t)0xFD43) |
|
#define | HFA384x_RID_CURRENTTXRATE ((uint16_t)0xFD44) |
|
#define | HFA384x_RID_CURRENTBCNint ((uint16_t)0xFD45) |
|
#define | HFA384x_RID_CURRENTSCALETHRESH ((uint16_t)0xFD46) |
|
#define | HFA384x_RID_PROTOCOLRSPTIME ((uint16_t)0xFD47) |
|
#define | HFA384x_RID_SHORTRETRYLIMIT ((uint16_t)0xFD48) |
|
#define | HFA384x_RID_LONGRETRYLIMIT ((uint16_t)0xFD49) |
|
#define | HFA384x_RID_MAXTXLIFETIME ((uint16_t)0xFD4A) |
|
#define | HFA384x_RID_MAXRXLIFETIME ((uint16_t)0xFD4B) |
|
#define | HFA384x_RID_CFPOLLABLE ((uint16_t)0xFD4C) |
|
#define | HFA384x_RID_AUTHALGORITHMS ((uint16_t)0xFD4D) |
|
#define | HFA384x_RID_PRIVACYOPTIMP ((uint16_t)0xFD4F) |
|
#define | HFA384x_RID_DBMCOMMSQUALITY ((uint16_t)0xFD51) |
|
#define | HFA384x_RID_CURRENTTXRATE1 ((uint16_t)0xFD80) |
|
#define | HFA384x_RID_CURRENTTXRATE2 ((uint16_t)0xFD81) |
|
#define | HFA384x_RID_CURRENTTXRATE3 ((uint16_t)0xFD82) |
|
#define | HFA384x_RID_CURRENTTXRATE4 ((uint16_t)0xFD83) |
|
#define | HFA384x_RID_CURRENTTXRATE5 ((uint16_t)0xFD84) |
|
#define | HFA384x_RID_CURRENTTXRATE6 ((uint16_t)0xFD85) |
|
#define | HFA384x_RID_OWNMACADDRESS ((uint16_t)0xFD86) |
|
#define | HFA384x_RID_SCANRESULTS ((uint16_t)0xFD88) |
|
#define | HFA384x_RID_HOSTSCANRESULTS ((uint16_t)0xFD89) |
|
#define | HFA384x_RID_AUTHENTICATIONUSED ((uint16_t)0xFD8A) |
|
#define | HFA384x_RID_ASSOCIATEFAILURE ((uint16_t)0xFD8D) |
|
#define | HFA384x_RID_PORTSTATUS_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTSSID_LEN ((uint16_t)34) |
|
#define | HFA384x_RID_CURRENTBSSID_LEN ((uint16_t)WLAN_BSSID_LEN) |
|
#define | HFA384x_RID_COMMSQUALITY_LEN ((uint16_t)sizeof(hfa384x_commsquality_t)) |
|
#define | HFA384x_RID_DBMCOMMSQUALITY_LEN ((uint16_t)sizeof(hfa384x_dbmcommsquality_t)) |
|
#define | HFA384x_RID_CURRENTTXRATE_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTBCNINT_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_STACURSCALETHRESH_LEN ((uint16_t)12) |
|
#define | HFA384x_RID_APCURSCALETHRESH_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_PROTOCOLRSPTIME_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_SHORTRETRYLIMIT_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_LONGRETRYLIMIT_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_MAXTXLIFETIME_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_MAXRXLIFETIME_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CFPOLLABLE_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_AUTHALGORITHMS_LEN ((uint16_t)4) |
|
#define | HFA384x_RID_PRIVACYOPTIMP_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTTXRATE1_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTTXRATE2_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTTXRATE3_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTTXRATE4_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTTXRATE5_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTTXRATE6_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_OWNMACADDRESS_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_PCFINFO_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFAPPCFINFO_LEN ((uint16_t)sizeof(hfa384x_PCFInfo_data_t)) |
|
#define | HFA384x_RID_SCANREQUEST_LEN ((uint16_t)sizeof(hfa384x_ScanRequest_data_t)) |
|
#define | HFA384x_RID_JOINREQUEST_LEN ((uint16_t)sizeof(hfa384x_JoinRequest_data_t)) |
|
#define | HFA384x_RID_AUTHENTICATESTA_LEN ((uint16_t)sizeof(hfa384x_authenticateStation_data_t)) |
|
#define | HFA384x_RID_CHANNELINFOREQUEST_LEN ((uint16_t)sizeof(hfa384x_ChannelInfoRequest_data_t)) |
|
#define | HFA384x_RID_PHYTYPE ((uint16_t)0xFDC0) |
|
#define | HFA384x_RID_CURRENTCHANNEL ((uint16_t)0xFDC1) |
|
#define | HFA384x_RID_CURRENTPOWERSTATE ((uint16_t)0xFDC2) |
|
#define | HFA384x_RID_CCAMODE ((uint16_t)0xFDC3) |
|
#define | HFA384x_RID_SUPPORTEDDATARATES ((uint16_t)0xFDC6) |
|
#define | HFA384x_RID_LFOSTATUS ((uint16_t)0xFDC7) |
|
#define | HFA384x_RID_PHYTYPE_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTCHANNEL_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CURRENTPOWERSTATE_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_CCAMODE_LEN ((uint16_t)0) |
|
#define | HFA384x_RID_SUPPORTEDDATARATES_LEN ((uint16_t)10) |
|
#define | HFA384x_RID_CNFWEPDEFAULTKEYID ((uint16_t)0xFC23) |
|
#define | HFA384x_RID_CNFWEPDEFAULTKEY0 ((uint16_t)0xFC24) |
|
#define | HFA384x_RID_CNFWEPDEFAULTKEY1 ((uint16_t)0xFC25) |
|
#define | HFA384x_RID_CNFWEPDEFAULTKEY2 ((uint16_t)0xFC26) |
|
#define | HFA384x_RID_CNFWEPDEFAULTKEY3 ((uint16_t)0xFC27) |
|
#define | HFA384x_RID_CNFWEPFLAGS ((uint16_t)0xFC28) |
|
#define | HFA384x_RID_CNFWEPKEYMAPTABLE ((uint16_t)0xFC29) |
|
#define | HFA384x_RID_CNFAUTHENTICATION ((uint16_t)0xFC2A) |
|
#define | HFA384x_RID_CNFMAXASSOCSTATIONS ((uint16_t)0xFC2B) |
|
#define | HFA384x_RID_CNFTXCONTROL ((uint16_t)0xFC2C) |
|
#define | HFA384x_RID_CNFROAMINGMODE ((uint16_t)0xFC2D) |
|
#define | HFA384x_RID_CNFHOSTAUTHASSOC ((uint16_t)0xFC2E) |
|
#define | HFA384x_RID_CNFRCVCRCERROR ((uint16_t)0xFC30) |
|
#define | HFA384x_RID_CNFALTRETRYCNT ((uint16_t)0xFC32) |
|
#define | HFA384x_RID_CNFAPBCNint ((uint16_t)0xFC33) |
|
#define | HFA384x_RID_CNFAPPCFINFO ((uint16_t)0xFC34) |
|
#define | HFA384x_RID_CNFSTAPCFINFO ((uint16_t)0xFC35) |
|
#define | HFA384x_RID_CNFPRIORITYQUSAGE ((uint16_t)0xFC37) |
|
#define | HFA384x_RID_CNFTIMCTRL ((uint16_t)0xFC40) |
|
#define | HFA384x_RID_CNFTHIRTY2TALLY ((uint16_t)0xFC42) |
|
#define | HFA384x_RID_CNFENHSECURITY ((uint16_t)0xFC43) |
|
#define | HFA384x_RID_CNFDBMADJUST ((uint16_t)0xFC46) |
|
#define | HFA384x_RID_CNFWPADATA ((uint16_t)0xFC48) |
|
#define | HFA384x_RID_CNFPROPOGATIONDELAY ((uint16_t)0xFC49) |
|
#define | HFA384x_RID_CNFSHORTPREAMBLE ((uint16_t)0xFCB0) |
|
#define | HFA384x_RID_CNFEXCLONGPREAMBLE ((uint16_t)0xFCB1) |
|
#define | HFA384x_RID_CNFAUTHRSPTIMEOUT ((uint16_t)0xFCB2) |
|
#define | HFA384x_RID_CNFBASICRATES ((uint16_t)0xFCB3) |
|
#define | HFA384x_RID_CNFSUPPRATES ((uint16_t)0xFCB4) |
|
#define | HFA384x_RID_CNFFALLBACKCTRL ((uint16_t)0xFCB5) |
|
#define | HFA384x_RID_WEPKEYSTATUS ((uint16_t)0xFCB6) |
|
#define | HFA384x_RID_WEPKEYMAPINDEX ((uint16_t)0xFCB7) |
|
#define | HFA384x_RID_BROADCASTKEYID ((uint16_t)0xFCB8) |
|
#define | HFA384x_RID_ENTSECFLAGEYID ((uint16_t)0xFCB9) |
|
#define | HFA384x_RID_CNFPASSIVESCANCTRL ((uint16_t)0xFCBA) |
|
#define | HFA384x_RID_CNFWPAHANDLING ((uint16_t)0xFCBB) |
|
#define | HFA384x_RID_MDCCONTROL ((uint16_t)0xFCBC) |
|
#define | HFA384x_RID_MDCCOUNTRY ((uint16_t)0xFCBD) |
|
#define | HFA384x_RID_TXPOWERMAX ((uint16_t)0xFCBE) |
|
#define | HFA384x_RID_CNFLFOENBLED ((uint16_t)0xFCBF) |
|
#define | HFA384x_RID_CAPINFO ((uint16_t)0xFCC0) |
|
#define | HFA384x_RID_LISTENINTERVAL ((uint16_t)0xFCC1) |
|
#define | HFA384x_RID_DIVERSITYENABLED ((uint16_t)0xFCC2) |
|
#define | HFA384x_RID_LED_CONTROL ((uint16_t)0xFCC4) |
|
#define | HFA384x_RID_HFO_DELAY ((uint16_t)0xFCC5) |
|
#define | HFA384x_RID_DISSALOWEDBSSID ((uint16_t)0xFCC6) |
|
#define | HFA384x_RID_SCANREQUEST ((uint16_t)0xFCE1) |
|
#define | HFA384x_RID_JOINREQUEST ((uint16_t)0xFCE2) |
|
#define | HFA384x_RID_AUTHENTICATESTA ((uint16_t)0xFCE3) |
|
#define | HFA384x_RID_CHANNELINFOREQUEST ((uint16_t)0xFCE4) |
|
#define | HFA384x_RID_HOSTSCAN ((uint16_t)0xFCE5) |
|
#define | HFA384x_RID_ASSOCIATESTA ((uint16_t)0xFCE6) |
|
#define | HFA384x_RID_CNFWEPDEFAULTKEY_LEN ((uint16_t)6) |
|
#define | HFA384x_RID_CNFWEP128DEFAULTKEY_LEN ((uint16_t)14) |
|
#define | HFA384x_RID_CNFPRIOQUSAGE_LEN ((uint16_t)4) |
|
#define | HFA384x_PDR_PCB_PARTNUM ((uint16_t)0x0001) |
|
#define | HFA384x_PDR_PDAVER ((uint16_t)0x0002) |
|
#define | HFA384x_PDR_NIC_SERIAL ((uint16_t)0x0003) |
|
#define | HFA384x_PDR_MKK_MEASUREMENTS ((uint16_t)0x0004) |
|
#define | HFA384x_PDR_NIC_RAMSIZE ((uint16_t)0x0005) |
|
#define | HFA384x_PDR_MFISUPRANGE ((uint16_t)0x0006) |
|
#define | HFA384x_PDR_CFISUPRANGE ((uint16_t)0x0007) |
|
#define | HFA384x_PDR_NICID ((uint16_t)0x0008) |
|
#define | HFA384x_PDR_MAC_ADDRESS ((uint16_t)0x0101) |
|
#define | HFA384x_PDR_REGDOMAIN ((uint16_t)0x0103) |
|
#define | HFA384x_PDR_ALLOWED_CHANNEL ((uint16_t)0x0104) |
|
#define | HFA384x_PDR_DEFAULT_CHANNEL ((uint16_t)0x0105) |
|
#define | HFA384x_PDR_TEMPTYPE ((uint16_t)0x0107) |
|
#define | HFA384x_PDR_IFR_SETTING ((uint16_t)0x0200) |
|
#define | HFA384x_PDR_RFR_SETTING ((uint16_t)0x0201) |
|
#define | HFA384x_PDR_HFA3861_BASELINE ((uint16_t)0x0202) |
|
#define | HFA384x_PDR_HFA3861_SHADOW ((uint16_t)0x0203) |
|
#define | HFA384x_PDR_HFA3861_IFRF ((uint16_t)0x0204) |
|
#define | HFA384x_PDR_HFA3861_CHCALSP ((uint16_t)0x0300) |
|
#define | HFA384x_PDR_HFA3861_CHCALI ((uint16_t)0x0301) |
|
#define | HFA384x_PDR_MAX_TX_POWER ((uint16_t)0x0302) |
|
#define | HFA384x_PDR_MASTER_CHAN_LIST ((uint16_t)0x0303) |
|
#define | HFA384x_PDR_3842_NIC_CONFIG ((uint16_t)0x0400) |
|
#define | HFA384x_PDR_USB_ID ((uint16_t)0x0401) |
|
#define | HFA384x_PDR_PCI_ID ((uint16_t)0x0402) |
|
#define | HFA384x_PDR_PCI_IFCONF ((uint16_t)0x0403) |
|
#define | HFA384x_PDR_PCI_PMCONF ((uint16_t)0x0404) |
|
#define | HFA384x_PDR_RFENRGY ((uint16_t)0x0406) |
|
#define | HFA384x_PDR_USB_POWER_TYPE ((uint16_t)0x0407) |
|
#define | HFA384x_PDR_USB_MAX_POWER ((uint16_t)0x0409) |
|
#define | HFA384x_PDR_USB_MANUFACTURER ((uint16_t)0x0410) |
|
#define | HFA384x_PDR_USB_PRODUCT ((uint16_t)0x0411) |
|
#define | HFA384x_PDR_ANT_DIVERSITY ((uint16_t)0x0412) |
|
#define | HFA384x_PDR_HFO_DELAY ((uint16_t)0x0413) |
|
#define | HFA384x_PDR_SCALE_THRESH ((uint16_t)0x0414) |
|
#define | HFA384x_PDR_HFA3861_MANF_TESTSP ((uint16_t)0x0900) |
|
#define | HFA384x_PDR_HFA3861_MANF_TESTI ((uint16_t)0x0901) |
|
#define | HFA384x_PDR_END_OF_PDA ((uint16_t)0x0000) |
|
#define | HFA384x_CMD HFA384x_CMD_OFF |
|
#define | HFA384x_PARAM0 HFA384x_PARAM0_OFF |
|
#define | HFA384x_PARAM1 HFA384x_PARAM1_OFF |
|
#define | HFA384x_PARAM2 HFA384x_PARAM2_OFF |
|
#define | HFA384x_STATUS HFA384x_STATUS_OFF |
|
#define | HFA384x_RESP0 HFA384x_RESP0_OFF |
|
#define | HFA384x_RESP1 HFA384x_RESP1_OFF |
|
#define | HFA384x_RESP2 HFA384x_RESP2_OFF |
|
#define | HFA384x_INFOFID HFA384x_INFOFID_OFF |
|
#define | HFA384x_RXFID HFA384x_RXFID_OFF |
|
#define | HFA384x_ALLOCFID HFA384x_ALLOCFID_OFF |
|
#define | HFA384x_TXCOMPLFID HFA384x_TXCOMPLFID_OFF |
|
#define | HFA384x_SELECT0 HFA384x_SELECT0_OFF |
|
#define | HFA384x_OFFSET0 HFA384x_OFFSET0_OFF |
|
#define | HFA384x_DATA0 HFA384x_DATA0_OFF |
|
#define | HFA384x_SELECT1 HFA384x_SELECT1_OFF |
|
#define | HFA384x_OFFSET1 HFA384x_OFFSET1_OFF |
|
#define | HFA384x_DATA1 HFA384x_DATA1_OFF |
|
#define | HFA384x_EVSTAT HFA384x_EVSTAT_OFF |
|
#define | HFA384x_INTEN HFA384x_INTEN_OFF |
|
#define | HFA384x_EVACK HFA384x_EVACK_OFF |
|
#define | HFA384x_CONTROL HFA384x_CONTROL_OFF |
|
#define | HFA384x_SWSUPPORT0 HFA384x_SWSUPPORT0_OFF |
|
#define | HFA384x_SWSUPPORT1 HFA384x_SWSUPPORT1_OFF |
|
#define | HFA384x_SWSUPPORT2 HFA384x_SWSUPPORT2_OFF |
|
#define | HFA384x_AUXPAGE HFA384x_AUXPAGE_OFF |
|
#define | HFA384x_AUXOFFSET HFA384x_AUXOFFSET_OFF |
|
#define | HFA384x_AUXDATA HFA384x_AUXDATA_OFF |
|
#define | HFA384x_PCICOR HFA384x_PCICOR_OFF |
|
#define | HFA384x_PCIHCR HFA384x_PCIHCR_OFF |
|
#define | HFA384x_CMD_ISBUSY(value) ((uint16_t)(((uint16_t)value) & HFA384x_CMD_BUSY)) |
|
#define | HFA384x_CMD_AINFO_GET(value) ((uint16_t)(((uint16_t)(value) & HFA384x_CMD_AINFO) >> 8)) |
|
#define | HFA384x_CMD_AINFO_SET(value) ((uint16_t)((uint16_t)(value) << 8)) |
|
#define | HFA384x_CMD_MACPORT_GET(value) ((uint16_t)(HFA384x_CMD_AINFO_GET((uint16_t)(value) & HFA384x_CMD_MACPORT))) |
|
#define | HFA384x_CMD_MACPORT_SET(value) ((uint16_t)HFA384x_CMD_AINFO_SET(value)) |
|
#define | HFA384x_CMD_ISRECL(value) ((uint16_t)(HFA384x_CMD_AINFO_GET((uint16_t)(value) & HFA384x_CMD_RECL))) |
|
#define | HFA384x_CMD_RECL_SET(value) ((uint16_t)HFA384x_CMD_AINFO_SET(value)) |
|
#define | HFA384x_CMD_QOS_GET(value) ((uint16_t((((uint16_t)(value))&((uint16_t)0x3000)) >> 12)) |
|
#define | HFA384x_CMD_QOS_SET(value) ((uint16_t)((((uint16_t)(value)) << 12) & 0x3000)) |
|
#define | HFA384x_CMD_ISWRITE(value) ((uint16_t)(HFA384x_CMD_AINFO_GET((uint16_t)(value) & HFA384x_CMD_WRITE))) |
|
#define | HFA384x_CMD_WRITE_SET(value) ((uint16_t)HFA384x_CMD_AINFO_SET((uint16_t)value)) |
|
#define | HFA384x_CMD_PROGMODE_GET(value) ((uint16_t)(HFA384x_CMD_AINFO_GET((uint16_t)(value) & HFA384x_CMD_PROGMODE))) |
|
#define | HFA384x_CMD_PROGMODE_SET(value) ((uint16_t)HFA384x_CMD_AINFO_SET((uint16_t)value)) |
|
#define | HFA384x_CMD_CMDCODE_GET(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_CMD_CMDCODE)) |
|
#define | HFA384x_CMD_CMDCODE_SET(value) ((uint16_t)(value)) |
|
#define | HFA384x_STATUS_RESULT_GET(value) ((uint16_t)((((uint16_t)(value)) & HFA384x_STATUS_RESULT) >> 8)) |
|
#define | HFA384x_STATUS_RESULT_SET(value) (((uint16_t)(value)) << 8) |
|
#define | HFA384x_STATUS_CMDCODE_GET(value) (((uint16_t)(value)) & HFA384x_STATUS_CMDCODE) |
|
#define | HFA384x_STATUS_CMDCODE_SET(value) ((uint16_t)(value)) |
|
#define | HFA384x_OFFSET_ISBUSY(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_OFFSET_BUSY)) |
|
#define | HFA384x_OFFSET_ISERR(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_OFFSET_ERR)) |
|
#define | HFA384x_OFFSET_DATAOFF_GET(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_OFFSET_DATAOFF)) |
|
#define | HFA384x_OFFSET_DATAOFF_SET(value) ((uint16_t)(value)) |
|
#define | HFA384x_EVSTAT_ISTICK(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_TICK)) |
|
#define | HFA384x_EVSTAT_ISWTERR(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_WTERR)) |
|
#define | HFA384x_EVSTAT_ISINFDROP(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_INFDROP)) |
|
#define | HFA384x_EVSTAT_ISINFO(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_INFO)) |
|
#define | HFA384x_EVSTAT_ISDTIM(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_DTIM)) |
|
#define | HFA384x_EVSTAT_ISCMD(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_CMD)) |
|
#define | HFA384x_EVSTAT_ISALLOC(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_ALLOC)) |
|
#define | HFA384x_EVSTAT_ISTXEXC(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_TXEXC)) |
|
#define | HFA384x_EVSTAT_ISTX(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_TX)) |
|
#define | HFA384x_EVSTAT_ISRX(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVSTAT_RX)) |
|
#define | HFA384x_EVSTAT_ISBAP_OP(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INT_BAP_OP)) |
|
#define | HFA384x_INTEN_ISTICK(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_TICK)) |
|
#define | HFA384x_INTEN_TICK_SET(value) ((uint16_t)(((uint16_t)(value)) << 15)) |
|
#define | HFA384x_INTEN_ISWTERR(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_WTERR)) |
|
#define | HFA384x_INTEN_WTERR_SET(value) ((uint16_t)(((uint16_t)(value)) << 14)) |
|
#define | HFA384x_INTEN_ISINFDROP(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_INFDROP)) |
|
#define | HFA384x_INTEN_INFDROP_SET(value) ((uint16_t)(((uint16_t)(value)) << 13)) |
|
#define | HFA384x_INTEN_ISINFO(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_INFO)) |
|
#define | HFA384x_INTEN_INFO_SET(value) ((uint16_t)(((uint16_t)(value)) << 7)) |
|
#define | HFA384x_INTEN_ISDTIM(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_DTIM)) |
|
#define | HFA384x_INTEN_DTIM_SET(value) ((uint16_t)(((uint16_t)(value)) << 5)) |
|
#define | HFA384x_INTEN_ISCMD(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_CMD)) |
|
#define | HFA384x_INTEN_CMD_SET(value) ((uint16_t)(((uint16_t)(value)) << 4)) |
|
#define | HFA384x_INTEN_ISALLOC(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_ALLOC)) |
|
#define | HFA384x_INTEN_ALLOC_SET(value) ((uint16_t)(((uint16_t)(value)) << 3)) |
|
#define | HFA384x_INTEN_ISTXEXC(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_TXEXC)) |
|
#define | HFA384x_INTEN_TXEXC_SET(value) ((uint16_t)(((uint16_t)(value)) << 2)) |
|
#define | HFA384x_INTEN_ISTX(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_TX)) |
|
#define | HFA384x_INTEN_TX_SET(value) ((uint16_t)(((uint16_t)(value)) << 1)) |
|
#define | HFA384x_INTEN_ISRX(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_INTEN_RX)) |
|
#define | HFA384x_INTEN_RX_SET(value) ((uint16_t)(((uint16_t)(value)) << 0)) |
|
#define | HFA384x_EVACK_ISTICK(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_TICK)) |
|
#define | HFA384x_EVACK_TICK_SET(value) ((uint16_t)(((uint16_t)(value)) << 15)) |
|
#define | HFA384x_EVACK_ISWTERR(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_WTERR)) |
|
#define | HFA384x_EVACK_WTERR_SET(value) ((uint16_t)(((uint16_t)(value)) << 14)) |
|
#define | HFA384x_EVACK_ISINFDROP(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_INFDROP)) |
|
#define | HFA384x_EVACK_INFDROP_SET(value) ((uint16_t)(((uint16_t)(value)) << 13)) |
|
#define | HFA384x_EVACK_ISINFO(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_INFO)) |
|
#define | HFA384x_EVACK_INFO_SET(value) ((uint16_t)(((uint16_t)(value)) << 7)) |
|
#define | HFA384x_EVACK_ISDTIM(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_DTIM)) |
|
#define | HFA384x_EVACK_DTIM_SET(value) ((uint16_t)(((uint16_t)(value)) << 5)) |
|
#define | HFA384x_EVACK_ISCMD(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_CMD)) |
|
#define | HFA384x_EVACK_CMD_SET(value) ((uint16_t)(((uint16_t)(value)) << 4)) |
|
#define | HFA384x_EVACK_ISALLOC(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_ALLOC)) |
|
#define | HFA384x_EVACK_ALLOC_SET(value) ((uint16_t)(((uint16_t)(value)) << 3)) |
|
#define | HFA384x_EVACK_ISTXEXC(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_TXEXC)) |
|
#define | HFA384x_EVACK_TXEXC_SET(value) ((uint16_t)(((uint16_t)(value)) << 2)) |
|
#define | HFA384x_EVACK_ISTX(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_TX)) |
|
#define | HFA384x_EVACK_TX_SET(value) ((uint16_t)(((uint16_t)(value)) << 1)) |
|
#define | HFA384x_EVACK_ISRX(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_EVACK_RX)) |
|
#define | HFA384x_EVACK_RX_SET(value) ((uint16_t)(((uint16_t)(value)) << 0)) |
|
#define | HFA384x_CONTROL_AUXEN_SET(value) ((uint16_t)(((uint16_t)(value)) << 14)) |
|
#define | HFA384x_CONTROL_AUXEN_GET(value) ((uint16_t)(((uint16_t)(value)) >> 14)) |
|
#define | HFA384x_STATE_PREINIT 0 |
|
#define | HFA384x_STATE_INIT 1 |
|
#define | HFA384x_STATE_RUNNING 2 |
|
#define | HFA384x_HOSTAUTHASSOC_HOSTAUTH BIT0 |
|
#define | HFA384x_HOSTAUTHASSOC_HOSTASSOC BIT1 |
|
#define | HFA384x_WHAHANDLING_DISABLED 0 |
|
#define | HFA384x_WHAHANDLING_PASSTHROUGH BIT1 |
|
#define | HFA384x_CNFAUTHENTICATION_OPENSYSTEM 0x0001 |
|
#define | HFA384x_CNFAUTHENTICATION_SHAREDKEY 0x0002 |
|
#define | HFA384x_CNFAUTHENTICATION_LEAP 0x0004 |
|
#define | HFA384x_CREATEIBSS_JOINCREATEIBSS 0 |
|
#define | HFA384x_CREATEIBSS_JOINESS_JOINCREATEIBSS 1 |
|
#define | HFA384x_CREATEIBSS_JOINIBSS 2 |
|
#define | HFA384x_CREATEIBSS_JOINESS_JOINIBSS 3 |
|
#define | HFA384x_FWID_LEN 14 |
|
#define | HFA384x_PSTATUS_DISABLED ((uint16_t)1) |
|
#define | HFA384x_PSTATUS_SEARCHING ((uint16_t)2) |
|
#define | HFA384x_PSTATUS_CONN_IBSS ((uint16_t)3) |
|
#define | HFA384x_PSTATUS_CONN_ESS ((uint16_t)4) |
|
#define | HFA384x_PSTATUS_OUTOFRANGE ((uint16_t)5) |
|
#define | HFA384x_PSTATUS_CONN_WDS ((uint16_t)6) |
|
#define | HFA384x_TESTRESULT_ALLPASSED BIT0 |
|
#define | HFA384x_TESTRESULT_LFO_FAIL BIT1 |
|
#define | HFA384x_TESTRESULT_VR_HF0_FAIL BIT2 |
|
#define | HFA384x_HOST_FIRM_COORDINATE BIT7 |
|
#define | HFA384x_TESTRESULT_COORDINATE BIT15 |
|
#define | HFA384x_FD_STATUS_OFF ((uint16_t)0x44) |
|
#define | HFA384x_FD_TIME_OFF ((uint16_t)0x46) |
|
#define | HFA384x_FD_SWSUPPORT_OFF ((uint16_t)0x4A) |
|
#define | HFA384x_FD_SILENCE_OFF ((uint16_t)0x4A) |
|
#define | HFA384x_FD_SIGNAL_OFF ((uint16_t)0x4B) |
|
#define | HFA384x_FD_RATE_OFF ((uint16_t)0x4C) |
|
#define | HFA384x_FD_RXFLOW_OFF ((uint16_t)0x4D) |
|
#define | HFA384x_FD_RESERVED_OFF ((uint16_t)0x4E) |
|
#define | HFA384x_FD_TXCONTROL_OFF ((uint16_t)0x50) |
|
#define | HFA384x_FD_FRAMECONTROL_OFF ((uint16_t)0x52) |
|
#define | HFA384x_FD_DURATIONID_OFF ((uint16_t)0x54) |
|
#define | HFA384x_FD_ADDRESS1_OFF ((uint16_t)0x56) |
|
#define | HFA384x_FD_ADDRESS2_OFF ((uint16_t)0x5C) |
|
#define | HFA384x_FD_ADDRESS3_OFF ((uint16_t)0x62) |
|
#define | HFA384x_FD_SEQCONTROL_OFF ((uint16_t)0x68) |
|
#define | HFA384x_FD_ADDRESS4_OFF ((uint16_t)0x6A) |
|
#define | HFA384x_FD_DATALEN_OFF ((uint16_t)0x70) |
|
#define | HFA384x_FD_DESTADDRESS_OFF ((uint16_t)0x72) |
|
#define | HFA384x_FD_SRCADDRESS_OFF ((uint16_t)0x78) |
|
#define | HFA384x_FD_DATALENGTH_OFF ((uint16_t)0x7E) |
|
#define | HFA384x_TXSTATUS_ACKERR ((uint16_t)BIT5) |
|
#define | HFA384x_TXSTATUS_FORMERR ((uint16_t)BIT3) |
|
#define | HFA384x_TXSTATUS_DISCON ((uint16_t)BIT2) |
|
#define | HFA384x_TXSTATUS_AGEDERR ((uint16_t)BIT1) |
|
#define | HFA384x_TXSTATUS_RETRYERR ((uint16_t)BIT0) |
|
#define | HFA384x_TX_CFPOLL ((uint16_t)BIT12) |
|
#define | HFA384x_TX_PRST ((uint16_t)BIT11) |
|
#define | HFA384x_TX_MACPORT ((uint16_t)(BIT10 | BIT9 | BIT8)) |
|
#define | HFA384x_TX_NOENCRYPT ((uint16_t)BIT7) |
|
#define | HFA384x_TX_RETRYSTRAT ((uint16_t)(BIT6 | BIT5)) |
|
#define | HFA384x_TX_STRUCTYPE ((uint16_t)(BIT4 | BIT3)) |
|
#define | HFA384x_TX_TXEX ((uint16_t)BIT2) |
|
#define | HFA384x_TX_TXOK ((uint16_t)BIT1) |
|
#define | HFA384x_TXSTATUS_ISERROR(v) |
|
#define | HFA384x_TXSTATUS_ISACKERR(v) ((uint16_t)(((uint16_t)(v)) & HFA384x_TXSTATUS_ACKERR)) |
|
#define | HFA384x_TXSTATUS_ISFORMERR(v) ((uint16_t)(((uint16_t)(v)) & HFA384x_TXSTATUS_FORMERR)) |
|
#define | HFA384x_TXSTATUS_ISDISCON(v) ((uint16_t)(((uint16_t)(v)) & HFA384x_TXSTATUS_DISCON)) |
|
#define | HFA384x_TXSTATUS_ISAGEDERR(v) ((uint16_t)(((uint16_t)(v)) & HFA384x_TXSTATUS_AGEDERR)) |
|
#define | HFA384x_TXSTATUS_ISRETRYERR(v) ((uint16_t)(((uint16_t)(v)) & HFA384x_TXSTATUS_RETRYERR)) |
|
#define | HFA384x_TX_GET(v, m, s) ((((uint16_t)(v))&((uint16_t)(m)))>>((uint16_t)(s))) |
|
#define | HFA384x_TX_SET(v, m, s) ((((uint16_t)(v))<<((uint16_t)(s)))&((uint16_t)(m))) |
|
#define | HFA384x_TX_CFPOLL_GET(v) HFA384x_TX_GET(v, HFA384x_TX_CFPOLL,12) |
|
#define | HFA384x_TX_CFPOLL_SET(v) HFA384x_TX_SET(v, HFA384x_TX_CFPOLL,12) |
|
#define | HFA384x_TX_PRST_GET(v) HFA384x_TX_GET(v, HFA384x_TX_PRST,11) |
|
#define | HFA384x_TX_PRST_SET(v) HFA384x_TX_SET(v, HFA384x_TX_PRST,11) |
|
#define | HFA384x_TX_MACPORT_GET(v) HFA384x_TX_GET(v, HFA384x_TX_MACPORT, 8) |
|
#define | HFA384x_TX_MACPORT_SET(v) HFA384x_TX_SET(v, HFA384x_TX_MACPORT, 8) |
|
#define | HFA384x_TX_NOENCRYPT_GET(v) HFA384x_TX_GET(v, HFA384x_TX_NOENCRYPT, 7) |
|
#define | HFA384x_TX_NOENCRYPT_SET(v) HFA384x_TX_SET(v, HFA384x_TX_NOENCRYPT, 7) |
|
#define | HFA384x_TX_RETRYSTRAT_GET(v) HFA384x_TX_GET(v, HFA384x_TX_RETRYSTRAT, 5) |
|
#define | HFA384x_TX_RETRYSTRAT_SET(v) HFA384x_TX_SET(v, HFA384x_TX_RETRYSTRAT, 5) |
|
#define | HFA384x_TX_STRUCTYPE_GET(v) HFA384x_TX_GET(v, HFA384x_TX_STRUCTYPE, 3) |
|
#define | HFA384x_TX_STRUCTYPE_SET(v) HFA384x_TX_SET(v, HFA384x_TX_STRUCTYPE, 3) |
|
#define | HFA384x_TX_TXEX_GET(v) HFA384x_TX_GET(v, HFA384x_TX_TXEX, 2) |
|
#define | HFA384x_TX_TXEX_SET(v) HFA384x_TX_SET(v, HFA384x_TX_TXEX, 2) |
|
#define | HFA384x_TX_TXOK_GET(v) HFA384x_TX_GET(v, HFA384x_TX_TXOK, 1) |
|
#define | HFA384x_TX_TXOK_SET(v) HFA384x_TX_SET(v, HFA384x_TX_TXOK, 1) |
|
#define | HFA384x_RX_DATA_LEN_OFF ((uint16_t)44) |
|
#define | HFA384x_RX_80211HDR_OFF ((uint16_t)14) |
|
#define | HFA384x_RX_DATA_OFF ((uint16_t)60) |
|
#define | HFA384x_RXSTATUS_MSGTYPE ((uint16_t)(BIT15 | BIT14 | BIT13)) |
|
#define | HFA384x_RXSTATUS_MACPORT ((uint16_t)(BIT10 | BIT9 | BIT8)) |
|
#define | HFA384x_RXSTATUS_UNDECR ((uint16_t)BIT1) |
|
#define | HFA384x_RXSTATUS_FCSERR ((uint16_t)BIT0) |
|
#define | HFA384x_RXSTATUS_MSGTYPE_GET(value) ((uint16_t)((((uint16_t)(value)) & HFA384x_RXSTATUS_MSGTYPE) >> 13)) |
|
#define | HFA384x_RXSTATUS_MSGTYPE_SET(value) ((uint16_t)(((uint16_t)(value)) << 13)) |
|
#define | HFA384x_RXSTATUS_MACPORT_GET(value) ((uint16_t)((((uint16_t)(value)) & HFA384x_RXSTATUS_MACPORT) >> 8)) |
|
#define | HFA384x_RXSTATUS_MACPORT_SET(value) ((uint16_t)(((uint16_t)(value)) << 8)) |
|
#define | HFA384x_RXSTATUS_ISUNDECR(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_RXSTATUS_UNDECR)) |
|
#define | HFA384x_RXSTATUS_ISFCSERR(value) ((uint16_t)(((uint16_t)(value)) & HFA384x_RXSTATUS_FCSERR)) |
|
#define | HFA384x_IT_HANDOVERADDR ((uint16_t)0xF000UL) |
|
#define | HFA384x_IT_HANDOVERDEAUTHADDRESS ((uint16_t)0xF001UL) |
|
#define | HFA384x_IT_COMMTALLIES ((uint16_t)0xF100UL) |
|
#define | HFA384x_IT_SCANRESULTS ((uint16_t)0xF101UL) |
|
#define | HFA384x_IT_CHINFORESULTS ((uint16_t)0xF102UL) |
|
#define | HFA384x_IT_HOSTSCANRESULTS ((uint16_t)0xF103UL) |
|
#define | HFA384x_IT_LINKSTATUS ((uint16_t)0xF200UL) |
|
#define | HFA384x_IT_ASSOCSTATUS ((uint16_t)0xF201UL) |
|
#define | HFA384x_IT_AUTHREQ ((uint16_t)0xF202UL) |
|
#define | HFA384x_IT_PSUSERCNT ((uint16_t)0xF203UL) |
|
#define | HFA384x_IT_KEYIDCHANGED ((uint16_t)0xF204UL) |
|
#define | HFA384x_IT_ASSOCREQ ((uint16_t)0xF205UL) |
|
#define | HFA384x_IT_MICFAILURE ((uint16_t)0xF206UL) |
|
#define | HFA384x_CHINFORESULT_BSSACTIVE BIT0 |
|
#define | HFA384x_CHINFORESULT_PCFACTIVE BIT1 |
|
#define | HFA384x_LINK_NOTCONNECTED ((uint16_t)0) |
|
#define | HFA384x_LINK_CONNECTED ((uint16_t)1) |
|
#define | HFA384x_LINK_DISCONNECTED ((uint16_t)2) |
|
#define | HFA384x_LINK_AP_CHANGE ((uint16_t)3) |
|
#define | HFA384x_LINK_AP_OUTOFRANGE ((uint16_t)4) |
|
#define | HFA384x_LINK_AP_INRANGE ((uint16_t)5) |
|
#define | HFA384x_LINK_ASSOCFAIL ((uint16_t)6) |
|
#define | HFA384x_ASSOCSTATUS_STAASSOC ((uint16_t)1) |
|
#define | HFA384x_ASSOCSTATUS_REASSOC ((uint16_t)2) |
|
#define | HFA384x_ASSOCSTATUS_DISASSOC ((uint16_t)3) |
|
#define | HFA384x_ASSOCSTATUS_ASSOCFAIL ((uint16_t)4) |
|
#define | HFA384x_ASSOCSTATUS_AUTHFAIL ((uint16_t)5) |
|
#define | HFA384x_ASSOCREQ_TYPE_ASSOC 0 |
|
#define | HFA384x_ASSOCREQ_TYPE_REASSOC 1 |
|
#define | HFA384x_USB_ENBULKIN 6 |
|
#define | HFA384x_USB_TXFRM 0 |
|
#define | HFA384x_USB_CMDREQ 1 |
|
#define | HFA384x_USB_WRIDREQ 2 |
|
#define | HFA384x_USB_RRIDREQ 3 |
|
#define | HFA384x_USB_WMEMREQ 4 |
|
#define | HFA384x_USB_RMEMREQ 5 |
|
#define | HFA384x_USB_ISFRM(a) (!((a) & 0x8000)) |
|
#define | HFA384x_USB_ISTXFRM(a) (((a) & 0x9000) == 0x1000) |
|
#define | HFA384x_USB_ISRXFRM(a) (!((a) & 0x9000)) |
|
#define | HFA384x_USB_INFOFRM 0x8000 |
|
#define | HFA384x_USB_CMDRESP 0x8001 |
|
#define | HFA384x_USB_WRIDRESP 0x8002 |
|
#define | HFA384x_USB_RRIDRESP 0x8003 |
|
#define | HFA384x_USB_WMEMRESP 0x8004 |
|
#define | HFA384x_USB_RMEMRESP 0x8005 |
|
#define | HFA384x_USB_BUFAVAIL 0x8006 |
|
#define | HFA384x_USB_ERROR 0x8007 |
|