Searched refs:pDeviceHandler (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dchannel.h42 void init_channel_table(void *pDeviceHandler);
43 unsigned char get_channel_mapping(void *pDeviceHandler, unsigned char byChannelNumber, CARD_PHY_TYPE ePhyType);
45 unsigned char get_channel_number(void *pDeviceHandler, unsigned char byChannelIndex);
46 bool set_channel(void *pDeviceHandler, unsigned int uConnectionChannel);
47 void set_country_info(void *pDeviceHandler, CARD_PHY_TYPE ePHYType, void *pIE);
48 unsigned char set_support_channels(void *pDeviceHandler, unsigned char *pbyIEs);
49 void set_country_IE(void *pDeviceHandler, void *pIE);
50 bool get_channel_map_info(void *pDeviceHandler, unsigned int uChannelIndex,
52 void set_channel_map_info(void *pDeviceHandler, unsigned int uChannelIndex,
54 void clear_channel_map_info(void *pDeviceHandler);
[all...]
H A Dcard.h90 void CARDvSetRSPINF(void *pDeviceHandler, CARD_PHY_TYPE ePHYType);
91 void vUpdateIFS(void *pDeviceHandler);
92 void CARDvUpdateBasicTopRate(void *pDeviceHandler);
93 bool CARDbAddBasicRate(void *pDeviceHandler, unsigned short wRateIdx);
94 bool CARDbIsOFDMinBasicRate(void *pDeviceHandler);
96 bool CARDbSoftwareReset(void *pDeviceHandler);
102 bool CARDbSetTxPower(void *pDeviceHandler, unsigned long ulTxPower);
103 unsigned char CARDbyGetPktType(void *pDeviceHandler);
104 void CARDvSafeResetTx(void *pDeviceHandler);
105 void CARDvSafeResetRx(void *pDeviceHandler);
[all...]
H A Ddatarate.h59 void *pDeviceHandler,
72 void *pDeviceHandler,
H A Dcard.c361 * pDeviceHandler - The adapter to be set
372 bool CARDbSendPacket (void *pDeviceHandler, void *pPacket, CARD_PKT_TYPE ePktType, unsigned int uLength)
374 PSDevice pDevice = (PSDevice) pDeviceHandler;
400 bool CARDbIsShortPreamble (void *pDeviceHandler) argument
402 PSDevice pDevice = (PSDevice) pDeviceHandler;
421 bool CARDbIsShorSlotTime (void *pDeviceHandler) argument
423 PSDevice pDevice = (PSDevice) pDeviceHandler;
440 bool CARDbSetPhyParameter (void *pDeviceHandler, CARD_PHY_TYPE ePHYType, unsigned short wCapInfo, unsigned char byERPField, void *pvSupportRateIEs, void *pvExtSupportRateIEs) argument
442 PSDevice pDevice = (PSDevice) pDeviceHandler;
627 bool CARDbUpdateTSF (void *pDeviceHandler, unsigne argument
662 CARDbSetBeaconPeriod(void *pDeviceHandler, unsigned short wBeaconInterval) argument
716 CARDbStopTxPacket(void *pDeviceHandler, CARD_PKT_TYPE ePktType) argument
774 CARDbStartTxPacket(void *pDeviceHandler, CARD_PKT_TYPE ePktType) argument
816 CARDbSetBSSID(void *pDeviceHandler, unsigned char *pbyBSSID, CARD_OP_MODE eOPMode) argument
885 CARDbSetTxDataRate( void *pDeviceHandler, unsigned short wDataRate ) argument
949 CARDbRadioPowerOff(void *pDeviceHandler) argument
998 CARDbRadioPowerOn(void *pDeviceHandler) argument
1042 CARDbRemoveKey(void *pDeviceHandler, unsigned char *pbyBSSID) argument
1068 CARDbAdd_PMKID_Candidate( void *pDeviceHandler, unsigned char *pbyBSSID, bool bRSNCapExist, unsigned short wRSNCap ) argument
1143 CARDbStartMeasure( void *pDeviceHandler, void *pvMeasureEIDs, unsigned int uNumOfMeasureEIDs ) argument
1270 CARDbChannelSwitch( void *pDeviceHandler, unsigned char byMode, unsigned char byNewChannel, unsigned char byCount ) argument
1313 CARDbSetQuiet( void *pDeviceHandler, bool bResetQuiet, unsigned char byQuietCount, unsigned char byQuietPeriod, unsigned short wQuietDuration, unsigned short wQuietOffset ) argument
1469 CARDvSetPowerConstraint( void *pDeviceHandler, unsigned char byChannel, char byPower ) argument
1504 CARDvGetPowerCapability( void *pDeviceHandler, unsigned char *pbyMinPower, unsigned char *pbyMaxPower ) argument
1665 CARDwGetCCKControlRate(void *pDeviceHandler, unsigned short wRateIdx) argument
1692 CARDwGetOFDMControlRate(void *pDeviceHandler, unsigned short wRateIdx) argument
1729 CARDvSetRSPINF(void *pDeviceHandler, CARD_PHY_TYPE ePHYType) argument
1854 vUpdateIFS(void *pDeviceHandler) argument
1908 CARDvUpdateBasicTopRate(void *pDeviceHandler) argument
1948 CARDbAddBasicRate(void *pDeviceHandler, unsigned short wRateIdx) argument
1961 CARDbIsOFDMinBasicRate(void *pDeviceHandler) argument
1973 CARDbyGetPktType(void *pDeviceHandler) argument
2030 CARDbSoftwareReset(void *pDeviceHandler) argument
[all...]
H A Dchannel.c420 void init_channel_table(void *pDeviceHandler) argument
422 PSDevice pDevice = (PSDevice) pDeviceHandler;
498 unsigned char get_channel_mapping(void *pDeviceHandler, unsigned char byChannelNumber, CARD_PHY_TYPE ePhyType) argument
513 unsigned char get_channel_number(void *pDeviceHandler, unsigned char byChannelIndex) argument
515 //PSDevice pDevice = (PSDevice) pDeviceHandler;
522 * @pDeviceHandler: The adapter to be set
528 bool set_channel (void *pDeviceHandler, unsigned int uConnectionChannel) argument
530 PSDevice pDevice = (PSDevice) pDeviceHandler;
605 void set_country_info(void *pDeviceHandler, CARD_PHY_TYPE ePHYType, void *pIE) argument
607 PSDevice pDevice = (PSDevice) pDeviceHandler;
655 set_support_channels(void *pDeviceHandler, unsigned char *pbyIEs) argument
727 set_country_IE(void *pDeviceHandler, void *pIE) argument
748 get_channel_map_info(void *pDeviceHandler, unsigned int uChannelIndex, unsigned char *pbyChannelNumber, unsigned char *pbyMap) argument
760 set_channel_map_info(void *pDeviceHandler, unsigned int uChannelIndex, unsigned char byMap) argument
770 clear_channel_map_info(void *pDeviceHandler) argument
779 auto_channel_select(void *pDeviceHandler, CARD_PHY_TYPE ePHYType) argument
[all...]
H A Ddatarate.c199 void *pDeviceHandler,
210 PSDevice pDevice = (PSDevice) pDeviceHandler;
312 void *pDeviceHandler,
316 PSDevice pDevice = (PSDevice) pDeviceHandler;
198 RATEvParseMaxRate( void *pDeviceHandler, PWLAN_IE_SUPP_RATES pItemRates, PWLAN_IE_SUPP_RATES pItemExtRates, bool bUpdateBasicRate, unsigned short *pwMaxBasicRate, unsigned short *pwMaxSuppRate, unsigned short *pwSuppRate, unsigned char *pbyTopCCKRate, unsigned char *pbyTopOFDMRate ) argument
311 RATEvTxRateFallBack( void *pDeviceHandler, PKnownNodeDB psNodeDBTable ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dcard.h63 BOOL CARDbSetMediaChannel(void *pDeviceHandler,
65 void CARDvSetRSPINF(void *pDeviceHandler, BYTE byBBType);
66 void vUpdateIFS(void *pDeviceHandler);
67 void CARDvUpdateBasicTopRate(void *pDeviceHandler);
68 BOOL CARDbAddBasicRate(void *pDeviceHandler, WORD wRateIdx);
69 BOOL CARDbIsOFDMinBasicRate(void *pDeviceHandler);
70 void CARDvAdjustTSF(void *pDeviceHandler, BYTE byRxRate,
72 BOOL CARDbGetCurrentTSF(void *pDeviceHandler, PQWORD pqwCurrTSF);
73 BOOL CARDbClearCurrentTSF(void *pDeviceHandler);
74 void CARDvSetFirstNextTBTT(void *pDeviceHandler, WOR
[all...]
H A Dkey.h100 void KeyvInitTable(void *pDeviceHandler, PSKeyManagement pTable);
106 void *pDeviceHandler,
117 void *pDeviceHandler,
124 void *pDeviceHandler,
130 void *pDeviceHandler,
136 void *pDeviceHandler,
146 void *pDeviceHandler,
156 void *pDeviceHandler,
H A Dchannel.h50 void CHvInitChannelTable(void *pDeviceHandler);
H A Dcard.c98 BOOL CARDbSetMediaChannel(void *pDeviceHandler, unsigned int uConnectionChannel) argument
100 PSDevice pDevice = (PSDevice) pDeviceHandler;
159 static WORD swGetCCKControlRate(void *pDeviceHandler, WORD wRateIdx) argument
161 PSDevice pDevice = (PSDevice) pDeviceHandler;
185 static WORD swGetOFDMControlRate(void *pDeviceHandler, WORD wRateIdx) argument
187 PSDevice pDevice = (PSDevice) pDeviceHandler;
335 void CARDvSetRSPINF(void *pDeviceHandler, BYTE byBBType) argument
337 PSDevice pDevice = (PSDevice) pDeviceHandler;
486 void vUpdateIFS(void *pDeviceHandler) argument
488 PSDevice pDevice = (PSDevice) pDeviceHandler;
571 CARDvUpdateBasicTopRate(void *pDeviceHandler) argument
610 CARDbAddBasicRate(void *pDeviceHandler, WORD wRateIdx) argument
623 CARDbIsOFDMinBasicRate(void *pDeviceHandler) argument
635 CARDbyGetPktType(void *pDeviceHandler) argument
707 CARDvAdjustTSF(void *pDeviceHandler, BYTE byRxRate, QWORD qwBSSTimestamp, QWORD qwLocalTSF) argument
757 CARDbGetCurrentTSF(void *pDeviceHandler, PQWORD pqwCurrTSF) argument
779 CARDbClearCurrentTSF(void *pDeviceHandler) argument
845 CARDvSetFirstNextTBTT(void *pDeviceHandler, WORD wBeaconInterval) argument
899 CARDvUpdateNextTBTT(void *pDeviceHandler, QWORD qwTSF, WORD wBeaconInterval) argument
947 CARDbRadioPowerOff(void *pDeviceHandler) argument
988 CARDbRadioPowerOn(void *pDeviceHandler) argument
1021 CARDvSetBSSMode(void *pDeviceHandler) argument
1081 CARDbChannelSwitch( void *pDeviceHandler, BYTE byMode, BYTE byNewChannel, BYTE byCount ) argument
[all...]
H A Ddatarate.h74 void *pDeviceHandler,
87 void *pDeviceHandler,
H A Dkey.c63 static void s_vCheckKeyTableValid(void *pDeviceHandler, argument
66 PSDevice pDevice = (PSDevice) pDeviceHandler;
115 void KeyvInitTable(void *pDeviceHandler, PSKeyManagement pTable) argument
117 PSDevice pDevice = (PSDevice) pDeviceHandler;
222 void *pDeviceHandler,
232 PSDevice pDevice = (PSDevice) pDeviceHandler;
395 void *pDeviceHandler,
401 PSDevice pDevice = (PSDevice) pDeviceHandler;
476 void *pDeviceHandler,
481 PSDevice pDevice = (PSDevice) pDeviceHandler;
221 KeybSetKey( void *pDeviceHandler, PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyIndex, unsigned long uKeyLength, PQWORD pKeyRSC, PBYTE pbyKey, BYTE byKeyDecMode ) argument
394 KeybRemoveKey( void *pDeviceHandler, PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyIndex ) argument
475 KeybRemoveAllKey( void *pDeviceHandler, PSKeyManagement pTable, PBYTE pbyBSSID ) argument
511 KeyvRemoveWEPKey( void *pDeviceHandler, PSKeyManagement pTable, DWORD dwKeyIndex ) argument
534 KeyvRemoveAllWEPKey(void *pDeviceHandler, PSKeyManagement pTable) argument
663 KeybSetDefaultKey( void *pDeviceHandler, PSKeyManagement pTable, DWORD dwKeyIndex, unsigned long uKeyLength, PQWORD pKeyRSC, PBYTE pbyKey, BYTE byKeyDecMode ) argument
771 KeybSetAllGroupKey( void *pDeviceHandler, PSKeyManagement pTable, DWORD dwKeyIndex, unsigned long uKeyLength, PQWORD pKeyRSC, PBYTE pbyKey, BYTE byKeyDecMode ) argument
[all...]
H A Ddatarate.c192 void *pDeviceHandler,
203 PSDevice pDevice = (PSDevice) pDeviceHandler;
306 void *pDeviceHandler,
310 PSDevice pDevice = (PSDevice) pDeviceHandler;
191 RATEvParseMaxRate( void *pDeviceHandler, PWLAN_IE_SUPP_RATES pItemRates, PWLAN_IE_SUPP_RATES pItemExtRates, BOOL bUpdateBasicRate, PWORD pwMaxBasicRate, PWORD pwMaxSuppRate, PWORD pwSuppRate, PBYTE pbyTopCCKRate, PBYTE pbyTopOFDMRate ) argument
305 RATEvTxRateFallBack( void *pDeviceHandler, PKnownNodeDB psNodeDBTable ) argument
H A Dchannel.c440 void CHvInitChannelTable(void *pDeviceHandler) argument
442 PSDevice pDevice = (PSDevice) pDeviceHandler;

Completed in 195 milliseconds