Searched defs:pDeviceHandler (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/vt6656/
H A Dchannel.c441 void CHvInitChannelTable(void *pDeviceHandler) argument
443 PSDevice pDevice = (PSDevice) pDeviceHandler;
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 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
774 KeybSetAllGroupKey( void *pDeviceHandler, PSKeyManagement pTable, DWORD dwKeyIndex, unsigned long uKeyLength, PQWORD pKeyRSC, PBYTE pbyKey, BYTE byKeyDecMode ) argument
[all...]
H A Dcard.c95 void CARDbSetMediaChannel(void *pDeviceHandler, unsigned int uConnectionChannel) argument
97 PSDevice pDevice = (PSDevice) pDeviceHandler;
153 static WORD swGetCCKControlRate(void *pDeviceHandler, WORD wRateIdx) argument
155 PSDevice pDevice = (PSDevice) pDeviceHandler;
179 static WORD swGetOFDMControlRate(void *pDeviceHandler, WORD wRateIdx) argument
181 PSDevice pDevice = (PSDevice) pDeviceHandler;
329 void CARDvSetRSPINF(void *pDeviceHandler, BYTE byBBType) argument
331 PSDevice pDevice = (PSDevice) pDeviceHandler;
480 void vUpdateIFS(void *pDeviceHandler) argument
482 PSDevice pDevice = (PSDevice) pDeviceHandler;
565 CARDvUpdateBasicTopRate(void *pDeviceHandler) argument
604 CARDbAddBasicRate(void *pDeviceHandler, WORD wRateIdx) argument
615 CARDbIsOFDMinBasicRate(void *pDeviceHandler) argument
627 CARDbyGetPktType(void *pDeviceHandler) argument
699 CARDvAdjustTSF(void *pDeviceHandler, BYTE byRxRate, QWORD qwBSSTimestamp, QWORD qwLocalTSF) argument
749 CARDbGetCurrentTSF(void *pDeviceHandler, PQWORD pqwCurrTSF) argument
771 CARDbClearCurrentTSF(void *pDeviceHandler) argument
837 CARDvSetFirstNextTBTT(void *pDeviceHandler, WORD wBeaconInterval) argument
891 CARDvUpdateNextTBTT(void *pDeviceHandler, QWORD qwTSF, WORD wBeaconInterval) argument
939 CARDbRadioPowerOff(void *pDeviceHandler) argument
980 CARDbRadioPowerOn(void *pDeviceHandler) argument
1013 CARDvSetBSSMode(void *pDeviceHandler) argument
1073 CARDbChannelSwitch( void *pDeviceHandler, BYTE byMode, BYTE byNewChannel, BYTE byCount ) argument
[all...]
/drivers/staging/vt6655/
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
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 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
1666 CARDwGetCCKControlRate(void *pDeviceHandler, unsigned short wRateIdx) argument
1693 CARDwGetOFDMControlRate(void *pDeviceHandler, unsigned short wRateIdx) argument
1730 CARDvSetRSPINF(void *pDeviceHandler, CARD_PHY_TYPE ePHYType) argument
1855 vUpdateIFS(void *pDeviceHandler) argument
1909 CARDvUpdateBasicTopRate(void *pDeviceHandler) argument
1949 CARDbAddBasicRate(void *pDeviceHandler, unsigned short wRateIdx) argument
1962 CARDbIsOFDMinBasicRate(void *pDeviceHandler) argument
1974 CARDbyGetPktType(void *pDeviceHandler) argument
2031 CARDbSoftwareReset(void *pDeviceHandler) argument
[all...]

Completed in 64 milliseconds