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

/drivers/staging/vt6655/
H A Ddpc.c87 int iSANodeIndex
95 int iSANodeIndex,
293 int iSANodeIndex = -1; local
406 if (BSSDBbIsSTAInNodeDB(pMgmt, (unsigned char *)(p802_11Header->abyAddr2), &iSANodeIndex)) {
407 pMgmt->sNodeDBTable[iSANodeIndex].ulLastRxJiffer = jiffies;
408 pMgmt->sNodeDBTable[iSANodeIndex].uInActiveCount = 0;
414 if (s_bAPModeRxCtl(pDevice, pbyFrame, iSANodeIndex))
423 if ((pDevice->bEnableHostWEP) && (iSANodeIndex >= 0)) {
425 pKey->byCipherSuite = pMgmt->sNodeDBTable[iSANodeIndex].byCipherSuite;
426 pKey->dwKeyIndex = pMgmt->sNodeDBTable[iSANodeIndex]
1232 s_bAPModeRxData( struct vnt_private *pDevice, struct sk_buff *skb, unsigned int FrameSize, unsigned int cbHeaderOffset, int iSANodeIndex, int iDANodeIndex ) argument
[all...]

Completed in 57 milliseconds