Searched refs:uNodeIndex (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dwroute.h42 bool ROUTEbRelay (PSDevice pDevice, unsigned char *pbySkbData, unsigned int uDataLen, unsigned int uNodeIndex);
H A Dwroute.c68 bool ROUTEbRelay (PSDevice pDevice, unsigned char *pbySkbData, unsigned int uDataLen, unsigned int uNodeIndex) argument
116 if (uNodeIndex < MAX_NODE_NUM + 1) {
118 pTransmitKey->byCipherSuite = pMgmt->sNodeDBTable[uNodeIndex].byCipherSuite;
119 pTransmitKey->dwKeyIndex = pMgmt->sNodeDBTable[uNodeIndex].dwKeyIndex;
120 pTransmitKey->uKeyLength = pMgmt->sNodeDBTable[uNodeIndex].uWepKeyLength;
121 pTransmitKey->dwTSC47_16 = pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16;
122 pTransmitKey->wTSC15_0 = pMgmt->sNodeDBTable[uNodeIndex].wTSC15_0;
124 &pMgmt->sNodeDBTable[uNodeIndex].abyWepKey[0],
157 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate;
165 &pDevice->sTxEthHeader, pbySkbData, pTransmitKey, uNodeIndex,
[all...]
H A Dhostap.c218 unsigned int uNodeIndex; local
221 if (BSSDBbIsSTAInNodeDB(pDevice->pMgmt, param->sta_addr, &uNodeIndex)) {
222 BSSvRemoveOneNode(pDevice, uNodeIndex);
247 unsigned int uNodeIndex; local
250 if (!BSSDBbIsSTAInNodeDB(pMgmt, param->sta_addr, &uNodeIndex)) {
251 BSSvCreateOneNode((PSDevice)pDevice, &uNodeIndex);
253 memcpy(pMgmt->sNodeDBTable[uNodeIndex].abyMACAddr, param->sta_addr, WLAN_ADDR_LEN);
254 pMgmt->sNodeDBTable[uNodeIndex].eNodeState = NODE_ASSOC;
255 pMgmt->sNodeDBTable[uNodeIndex].wCapInfo = param->u.add_sta.capability;
257 // pMgmt->sNodeDBTable[uNodeIndex]
307 unsigned int uNodeIndex; local
371 unsigned int uNodeIndex; local
[all...]
H A Dvntwifi.c503 unsigned int uNodeIndex = 0; local
508 if (BSSDBbIsSTAInNodeDB(pMgmt, pbyDestAddress, &uNodeIndex) == false) {
512 pMgmt->sNodeDBTable[uNodeIndex].uTxAttempts++;
515 pMgmt->sNodeDBTable[uNodeIndex].uTxOk[MAX_RATE]++;
516 pMgmt->sNodeDBTable[uNodeIndex].uTxOk[wRate]++;
518 pMgmt->sNodeDBTable[uNodeIndex].uTxFailures++;
520 pMgmt->sNodeDBTable[uNodeIndex].uTxRetry += pbyTxFailCount[MAX_RATE];
522 pMgmt->sNodeDBTable[uNodeIndex].uTxFail[ii] += pbyTxFailCount[ii];
539 unsigned int uNodeIndex = 0; local
551 if(BSSDBbIsSTAInNodeDB(pMgmt, pbyDestAddress, &uNodeIndex)) {
[all...]
H A Drxtx.h80 unsigned int uNodeIndex, unsigned int *puMACfragNum, unsigned int *pcbHeaderSize);
H A Dwmgr.c122 unsigned int uNodeIndex
687 unsigned int uNodeIndex
703 if (!uNodeIndex)
716 if (pMgmt->sNodeDBTable[uNodeIndex].eNodeState >= NODE_AUTH) {
717 pMgmt->sNodeDBTable[uNodeIndex].eNodeState = NODE_ASSOC;
718 pMgmt->sNodeDBTable[uNodeIndex].wCapInfo = cpu_to_le16(*sFrame.pwCapInfo);
719 pMgmt->sNodeDBTable[uNodeIndex].wListenInterval = cpu_to_le16(*sFrame.pwListenInterval);
720 pMgmt->sNodeDBTable[uNodeIndex].bPSEnable =
744 &(pMgmt->sNodeDBTable[uNodeIndex].wMaxBasicRate),
745 &(pMgmt->sNodeDBTable[uNodeIndex]
1335 unsigned int uNodeIndex; local
1544 unsigned int uNodeIndex = 0; local
1670 unsigned int uNodeIndex = 0; local
1749 unsigned int uNodeIndex = 0; local
1889 unsigned int uNodeIndex; local
4547 unsigned int uNodeIndex = 0; local
[all...]
H A Dbssdb.c861 unsigned int uNodeIndex
871 while ((skb = skb_dequeue(&pMgmt->sNodeDBTable[uNodeIndex].sTxPSQueue)) != NULL)
874 memset(&pMgmt->sNodeDBTable[uNodeIndex], 0, sizeof(KnownNodeDB));
876 pMgmt->abyPSTxMap[pMgmt->sNodeDBTable[uNodeIndex].wAID >> 3] &= ~byMask[pMgmt->sNodeDBTable[uNodeIndex].wAID & 7];
1395 unsigned int uNodeIndex = 0; local
1499 if (BSSDBbIsSTAInNodeDB((void *)pMgmt, &(pMACHeader->abyAddr1[0]), &uNodeIndex)){
1500 pMgmt->sNodeDBTable[uNodeIndex].uTxAttempts += 1;
1503 pMgmt->sNodeDBTable[uNodeIndex].uTxOk[MAX_RATE]++;
1518 pMgmt->sNodeDBTable[uNodeIndex]
[all...]
H A Ddevice_main.c1666 unsigned int uNodeIndex;
1749 if (BSSDBbIsSTAInNodeDB(pMgmt, (unsigned char *)(skb->data), &uNodeIndex)) {
1750 if (pMgmt->sNodeDBTable[uNodeIndex].bPSEnable) {
1751 skb_queue_tail(&pMgmt->sNodeDBTable[uNodeIndex].sTxPSQueue, skb);
1752 pMgmt->sNodeDBTable[uNodeIndex].wEnQueueCnt++;
1754 wAID = pMgmt->sNodeDBTable[uNodeIndex].wAID;
1758 ,(int)uNodeIndex, pMgmt->sNodeDBTable[uNodeIndex].wEnQueueCnt);
2097 bool device_dma0_xmit(PSDevice pDevice, struct sk_buff *skb, unsigned int uNodeIndex) {
2165 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex]
[all...]
H A Dbssdb.h345 unsigned int uNodeIndex
H A Drxtx.c177 PSKeyItem pTransmitKey, unsigned int uNodeIndex, unsigned int *puMACfragNum);
1311 PSKeyItem pTransmitKey, unsigned int uNodeIndex, unsigned int *puMACfragNum)
1593 pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16 = pTransmitKey->dwTSC47_16;
1594 pMgmt->sNodeDBTable[uNodeIndex].wTSC15_0 = pTransmitKey->wTSC15_0;
1698 pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16 = pTransmitKey->dwTSC47_16;
1699 pMgmt->sNodeDBTable[uNodeIndex].wTSC15_0 = pTransmitKey->wTSC15_0;
1829 pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16 = pTransmitKey->dwTSC47_16;
1830 pMgmt->sNodeDBTable[uNodeIndex].wTSC15_0 = pTransmitKey->wTSC15_0;
1958 pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16 = pTransmitKey->dwTSC47_16;
1959 pMgmt->sNodeDBTable[uNodeIndex]
1308 s_cbFillTxBufHead(PSDevice pDevice, unsigned char byPktType, unsigned char *pbyTxBufferAddr, unsigned int cbFrameBodySize, unsigned int uDMAIdx, PSTxDesc pHeadTD, PSEthernetHeader psEthHeader, unsigned char *pPacket, bool bNeedEncrypt, PSKeyItem pTransmitKey, unsigned int uNodeIndex, unsigned int *puMACfragNum) argument
2072 vGenerateFIFOHeader(PSDevice pDevice, unsigned char byPktType, unsigned char *pbyTxBufferAddr, bool bNeedEncrypt, unsigned int cbPayloadSize, unsigned int uDMAIdx, PSTxDesc pHeadTD, PSEthernetHeader psEthHeader, unsigned char *pPacket, PSKeyItem pTransmitKey, unsigned int uNodeIndex, unsigned int *puMACfragNum, unsigned int *pcbHeaderSize) argument
2824 unsigned int uNodeIndex = 0; local
[all...]
H A Ddevice.h923 bool device_dma0_xmit(PSDevice pDevice, struct sk_buff *skb, unsigned int uNodeIndex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dhostap.c213 unsigned int uNodeIndex; local
216 if (BSSbIsSTAInNodeDB(pDevice, param->sta_addr, &uNodeIndex)) {
217 BSSvRemoveOneNode(pDevice, uNodeIndex);
242 unsigned int uNodeIndex; local
245 if (!BSSbIsSTAInNodeDB(pDevice, param->sta_addr, &uNodeIndex)) {
246 BSSvCreateOneNode((PSDevice)pDevice, &uNodeIndex);
248 memcpy(pMgmt->sNodeDBTable[uNodeIndex].abyMACAddr, param->sta_addr, WLAN_ADDR_LEN);
249 pMgmt->sNodeDBTable[uNodeIndex].eNodeState = NODE_ASSOC;
250 pMgmt->sNodeDBTable[uNodeIndex].wCapInfo = param->u.add_sta.capability;
252 // pMgmt->sNodeDBTable[uNodeIndex]
302 unsigned int uNodeIndex; local
366 unsigned int uNodeIndex; local
[all...]
H A Dwmgr.c121 unsigned int uNodeIndex
619 unsigned int uNodeIndex
635 if (!uNodeIndex)
648 if (pMgmt->sNodeDBTable[uNodeIndex].eNodeState >= NODE_AUTH) {
649 pMgmt->sNodeDBTable[uNodeIndex].eNodeState = NODE_ASSOC;
650 pMgmt->sNodeDBTable[uNodeIndex].wCapInfo = cpu_to_le16(*sFrame.pwCapInfo);
651 pMgmt->sNodeDBTable[uNodeIndex].wListenInterval = cpu_to_le16(*sFrame.pwListenInterval);
652 pMgmt->sNodeDBTable[uNodeIndex].bPSEnable =
676 &(pMgmt->sNodeDBTable[uNodeIndex].wMaxBasicRate),
677 &(pMgmt->sNodeDBTable[uNodeIndex]
1255 unsigned int uNodeIndex; local
1463 unsigned int uNodeIndex = 0; local
1588 unsigned int uNodeIndex = 0; local
1678 unsigned int uNodeIndex = 0; local
1819 unsigned int uNodeIndex; local
4413 unsigned int uNodeIndex = 0; local
[all...]
H A Dbssdb.c830 void BSSvRemoveOneNode(void *hDeviceContext, unsigned int uNodeIndex) argument
839 while ((skb = skb_dequeue(&pMgmt->sNodeDBTable[uNodeIndex].sTxPSQueue)) != NULL)
842 memset(&pMgmt->sNodeDBTable[uNodeIndex], 0, sizeof(KnownNodeDB));
844 pMgmt->abyPSTxMap[pMgmt->sNodeDBTable[uNodeIndex].wAID >> 3] &= ~byMask[pMgmt->sNodeDBTable[uNodeIndex].wAID & 7];
1343 unsigned int uNodeIndex = 0; local
1428 &uNodeIndex)) {
1429 pMgmt->sNodeDBTable[uNodeIndex].uTxAttempts += 1;
1432 pMgmt->sNodeDBTable[uNodeIndex].uTxOk[MAX_RATE]++;
1447 pMgmt->sNodeDBTable[uNodeIndex]
[all...]
H A Drxtx.c1424 unsigned int uNodeIndex,
1697 pMgmt->sNodeDBTable[uNodeIndex].dwTSC47_16 = pTransmitKey->dwTSC47_16;
1698 pMgmt->sNodeDBTable[uNodeIndex].wTSC15_0 = pTransmitKey->wTSC15_0;
2365 unsigned int uNodeIndex = 0; local
2442 uNodeIndex = 0;
2448 if (BSSbIsSTAInNodeDB(pDevice, (PBYTE)(p80211Header->sA3.abyAddr1), &uNodeIndex))
2617 pTransmitKey->byCipherSuite = pMgmt->sNodeDBTable[uNodeIndex].byCipherSuite;
2618 pTransmitKey->dwKeyIndex = pMgmt->sNodeDBTable[uNodeIndex].dwKeyIndex;
2619 pTransmitKey->uKeyLength = pMgmt->sNodeDBTable[uNodeIndex].uWepKeyLength;
2620 pTransmitKey->dwTSC47_16 = pMgmt->sNodeDBTable[uNodeIndex]
1414 s_bPacketToWirelessUsb( PSDevice pDevice, BYTE byPktType, PBYTE usbPacketBuf, BOOL bNeedEncryption, unsigned int uSkbPacketLen, unsigned int uDMAIdx, PSEthernetHeader psEthHeader, PBYTE pPacket, PSKeyItem pTransmitKey, unsigned int uNodeIndex, WORD wCurrentRate, unsigned int *pcbHeaderLen, unsigned int *pcbTotalLen ) argument
2736 unsigned int uNodeIndex = 0; local
[all...]
H A Drxtx.h679 unsigned int uNodeIndex,
692 unsigned int uDataLen, unsigned int uNodeIndex);
H A Dbssdb.h298 unsigned int uNodeIndex);

Completed in 104 milliseconds