RID updates; including one deletion.

origin
solomon 2002-09-05 20:59:13 +00:00
parent 4071c17f7b
commit 7f3b93e532
4 changed files with 18 additions and 29 deletions

View File

@ -41,6 +41,7 @@
* Intersil Corporation as part of PRISM(R) chipset product development.
*
* --------------------------------------------------------------------
- Updates to hfa384x.h to reflect latest documentation
- Completely re-did the kernel version detection system; also removed
the WLAN_TARGET_ARCH stuff as well as we now auto-magically figure
it out. Similarly,

View File

@ -902,10 +902,6 @@ static mibrec_t mibtab[] = {
F_AP | F_STA | F_READ | F_WRITE,
HFA384x_RID_CNFRCVCRCERROR, 0, 0,
prism2mib_uint32 },
{ DIDmib_p2_p2Static_p2CnfMMLife,
F_AP | F_STA | F_READ | F_WRITE,
HFA384x_RID_CNFMMLIFE, 0, 0,
prism2mib_uint32 },
{ DIDmib_p2_p2Static_p2CnfAltRetryCount,
F_AP | F_STA | F_READ | F_WRITE,
HFA384x_RID_CNFALTRETRYCNT, 0, 0,

View File

@ -385,8 +385,6 @@ Configuration RIDs: Network Parameters, Static Configuration Entities
#define HFA384x_RID_CNFWDSADDR5 ((UINT16)0xFC15)
#define HFA384x_RID_CNFWDSADDR6 ((UINT16)0xFC16)
#define HFA384x_RID_CNFMCASTPMBUFF ((UINT16)0xFC17)
#define HFA384x_RID_CNFAUTHENTICATION ((UINT16)0xFC2A)
#define HFA384x_RID_CNFSHORTPREAMBLE ((UINT16)0xFCB0)
/*--------------------------------------------------------------------
Configuration RID lengths: Network Params, Static Config Entities
@ -571,7 +569,10 @@ Information RIDs: MAC Information
#define HFA384x_RID_CURRENTTXRATE5 ((UINT16)0xFD84)
#define HFA384x_RID_CURRENTTXRATE6 ((UINT16)0xFD85)
#define HFA384x_RID_OWNMACADDRESS ((UINT16)0xFD86)
/* #define HFA384x_RID_PCFINFO ((UINT16)0xFD87) PRISM2:deprecated */
// #define HFA384x_RID_PCFINFO ((UINT16)0xFD87)
#define HFA384x_RID_SCANRESULTS ((UINT16)0xFD88) // NEW
#define HFA384x_RID_HOSTSCANRESULTS ((UINT16)0xFD89) // NEW
#define HFA384x_RID_AUTHENTICATIONUSED ((UINT16)0xFD8A) // NEW
/*--------------------------------------------------------------------
Information RID Lengths: MAC Information
@ -638,12 +639,13 @@ API ENHANCEMENTS (NOT ALREADY IMPLEMENTED)
#define HFA384x_RID_CNFWEPDEFAULTKEY3 ((UINT16)0xFC27)
#define HFA384x_RID_CNFWEPFLAGS ((UINT16)0xFC28)
#define HFA384x_RID_CNFWEPKEYMAPTABLE ((UINT16)0xFC29)
#define HFA384x_RID_CNFAUTHENTICATION ((UINT16)0xFC2A)
#define HFA384x_RID_CNFMAXASSOCSTATIONS ((UINT16)0xFC2B)
#define HFA384x_RID_CNFTXCONTROL ((UINT16)0xFC2C)
#define HFA384x_RID_CNFROAMINGMODE ((UINT16)0xFC2D)
#define HFA384x_RID_CNFHOSTAUTH ((UINT16)0xFC2E)
#define HFA384x_RID_CNFRCVCRCERROR ((UINT16)0xFC30)
#define HFA384x_RID_CNFMMLIFE ((UINT16)0xFC31)
// #define HFA384x_RID_CNFMMLIFE ((UINT16)0xFC31)
#define HFA384x_RID_CNFALTRETRYCNT ((UINT16)0xFC32)
#define HFA384x_RID_CNFAPBCNINT ((UINT16)0xFC33)
#define HFA384x_RID_CNFAPPCFINFO ((UINT16)0xFC34)
@ -652,21 +654,23 @@ API ENHANCEMENTS (NOT ALREADY IMPLEMENTED)
#define HFA384x_RID_CNFTIMCTRL ((UINT16)0xFC40)
#define HFA384x_RID_CNFTHIRTY2TALLY ((UINT16)0xFC42)
#define HFA384x_RID_CNFENHSECURITY ((UINT16)0xFC43)
#define HFA384x_RID_CNFDBMADJUST ((UINT16)0xFC46) // NEW
#define HFA384x_RID_CNFSHORTPREAMBLE ((UINT16)0xFCB0)
#define HFA384x_RID_CNFEXCLONGPREAMBLE ((UINT16)0xFCB1)
#define HFA384x_RID_CNFAUTHRSPTIMEOUT ((UINT16)0xFCB2)
#define HFA384x_RID_CNFBASICRATES ((UINT16)0xFCB3)
#define HFA384x_RID_CNFSUPPRATES ((UINT16)0xFCB4)
#define HFA384x_RID_CNFSUPPRATES ((UINT16)0xFCB4)
#define HFA384x_RID_CNFFALLBACKCTRL ((UINT16)0xFCB5) // NEW
#define HFA384x_RID_WEPKEYDISABLE ((UINT16)0xFCB6) // NEW
#define HFA384x_RID_WEPKEYMAPINDEX ((UINT16)0xFCB7) // NEW AP
#define HFA384x_RID_BROADCASTKEYID ((UINT16)0xFCB8) // NEW AP
#define HFA384x_RID_ENTSECFLAGEYID ((UINT16)0xFCB9) // NEW AP
#define HFA384x_RID_CNFPASSIVESCANCTRL ((UINT16)0xFCB9) // NEW STA
#define HFA384x_RID_SCANREQUEST ((UINT16)0xFCE1)
#define HFA384x_RID_JOINREQUEST ((UINT16)0xFCE2)
#define HFA384x_RID_AUTHENTICATESTA ((UINT16)0xFCE3)
#define HFA384x_RID_CHANNELINFOREQUEST ((UINT16)0xFCE4)
#define HFA384x_RID_SCANRESULTS ((UINT16)0xF101)
#define HFA384x_RID_CHANNELINFORESULTS ((UINT16)0xF102)
#define HFA384x_RID_LINKSTATUS ((UINT16)0xF200)
#define HFA384x_RID_ASSOCIATIONSTATUS ((UINT16)0xF201)
#define HFA384x_RID_AUTHENTICATIONREQ ((UINT16)0xF202)
#define HFA384x_RID_POWERSAVEUSERCNT ((UINT16)0xF203)
#define HFA384x_RID_HOSTSCAN ((UINT16)0xFCE5) // NEW STA
#define HFA384x_RID_CNFWEPDEFAULTKEY_LEN ((UINT16)6)
#define HFA384x_RID_CNFWEP128DEFAULTKEY_LEN ((UINT16)14)
@ -1617,10 +1621,12 @@ Information Types
#define HFA384x_IT_COMMTALLIES ((UINT16)0xF100UL)
#define HFA384x_IT_SCANRESULTS ((UINT16)0xF101UL)
#define HFA384x_IT_CHINFORESULTS ((UINT16)0xF102UL)
#define HFA384x_IT_HOSTSCANRESULTS ((UINT16)0xF103UL)//NEW
#define HFA384x_IT_LINKSTATUS ((UINT16)0xF200UL)
#define HFA384x_IT_ASSOCSTATUS ((UINT16)0xF201UL)
#define HFA384x_IT_AUTHREQ ((UINT16)0xF202UL)
#define HFA384x_IT_PSUSERCNT ((UINT16)0xF203UL)
#define HFA384x_IT_KEYIDCHANGED ((UINT16)0xF204UL)//NEW AP
/*--------------------------------------------------------------------
Information Frames Structures

View File

@ -3438,20 +3438,6 @@ p80211meta_t MKMIBMETANAME(p2Static)[] = {
/* fromtextptr */ p80211_fromtext_bitarray,
/* validfunptr */ p80211_isvalid_bitarray
},
{
/* name */ MKITEMNAME("p2CnfMMLife"),
/* did */ P80211DID_ACCESS_READ | P80211DID_ACCESS_WRITE,
/* flags */ 0,
/* min */ 0,
/* max */ 65000,
/* maxlen */ 0,
/* minlen */ 0,
/* enumptr */ NULL,
/* collptr */ NULL,
/* totextptr */ p80211_totext_boundedint,
/* fromtextptr */ p80211_fromtext_boundedint,
/* validfunptr */ p80211_isvalid_boundedint
},
{
/* name */ MKITEMNAME("p2CnfAltRetryCount"),
/* did */ P80211DID_ACCESS_READ | P80211DID_ACCESS_WRITE,