Searched refs:uInActiveCount (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dbssdb.c811 if (pMgmt->sNodeDBTable[ii].uInActiveCount > BigestCount) {
812 BigestCount = pMgmt->sNodeDBTable[ii].uInActiveCount;
821 // if not found replace uInActiveCount is largest one.
1114 pMgmt->sNodeDBTable[ii].uInActiveCount++;
1117 if (pMgmt->sNodeDBTable[ii].uInActiveCount > MAX_INACTIVE_COUNT) {
1129 if (pMgmt->sNodeDBTable[ii].uInActiveCount < ERP_RECOVER_COUNT) {
1255 // DBG_PRT(MSG_LEVEL_INFO, KERN_INFO "Callback inactive Count = [%d]\n", pMgmt->sNodeDBTable[0].uInActiveCount);
1265 if ((pMgmt->sNodeDBTable[0].uInActiveCount >= (LOST_BEACON_COUNT/2)) &&
1271 if (pMgmt->sNodeDBTable[0].uInActiveCount >= LOST_BEACON_COUNT) {
1278 DBG_PRT(MSG_LEVEL_NOTICE, KERN_INFO "Lost AP beacon [%d] sec, disconnected !\n", pMgmt->sNodeDBTable[0].uInActiveCount);
[all...]
H A Dbssdb.h192 unsigned int uInActiveCount; member in struct:tagKnownNodeDB
H A Dioctl.c638 pNodeList->sNodeList[jj].wInActiveCount = (unsigned short)pNode->uInActiveCount;
H A Dwmgr.c2045 if (pMgmt->sNodeDBTable[0].uInActiveCount != 0) {
2046 pMgmt->sNodeDBTable[0].uInActiveCount = 0;
2243 // Use sNodeDBTable[0].uInActiveCount as IBSS beacons received count.
2244 if (pMgmt->sNodeDBTable[0].uInActiveCount != 0)
2245 pMgmt->sNodeDBTable[0].uInActiveCount = 0;
2272 pMgmt->sNodeDBTable[uNodeIndex].uInActiveCount = 0;
2317 pMgmt->sNodeDBTable[0].uInActiveCount = 0;
H A Dwcmd.c614 pMgmt->sNodeDBTable[0].uInActiveCount = 0;
H A Ddpc.c462 pMgmt->sNodeDBTable[iSANodeIndex].uInActiveCount = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dbssdb.c782 if (pMgmt->sNodeDBTable[ii].uInActiveCount > BigestCount) {
783 BigestCount = pMgmt->sNodeDBTable[ii].uInActiveCount;
792 // if not found replace uInActiveCount is largest one.
1021 pMgmt->sNodeDBTable[ii].uInActiveCount++;
1024 if (pMgmt->sNodeDBTable[ii].uInActiveCount > MAX_INACTIVE_COUNT) {
1036 if (pMgmt->sNodeDBTable[ii].uInActiveCount < ERP_RECOVER_COUNT) {
1157 // DBG_PRT(MSG_LEVEL_INFO, KERN_INFO "Callback inactive Count = [%d]\n", pMgmt->sNodeDBTable[0].uInActiveCount);
1164 if ((pMgmt->sNodeDBTable[0].uInActiveCount >= (LOST_BEACON_COUNT/2)) &&
1172 if (pMgmt->sNodeDBTable[0].uInActiveCount >= LOST_BEACON_COUNT) {
1182 DBG_PRT(MSG_LEVEL_NOTICE, KERN_INFO "Lost AP beacon [%d] sec, disconnected !\n", pMgmt->sNodeDBTable[0].uInActiveCount);
[all...]
H A Dbssdb.h181 unsigned int uInActiveCount; member in struct:tagKnownNodeDB
H A Ddpc.c450 if (pMgmt->sNodeDBTable[0].uInActiveCount != 0)
451 pMgmt->sNodeDBTable[0].uInActiveCount = 0;
482 pMgmt->sNodeDBTable[iSANodeIndex].uInActiveCount = 0;
H A Dioctl.c626 pNodeList->sNodeList[jj].wInActiveCount = (WORD)pNode->uInActiveCount;
H A Dwmgr.c1967 if (pMgmt->sNodeDBTable[0].uInActiveCount != 0) {
1968 pMgmt->sNodeDBTable[0].uInActiveCount = 0;
2181 // Use sNodeDBTable[0].uInActiveCount as IBSS beacons received count.
2182 if (pMgmt->sNodeDBTable[0].uInActiveCount != 0)
2183 pMgmt->sNodeDBTable[0].uInActiveCount = 0;
2210 pMgmt->sNodeDBTable[uNodeIndex].uInActiveCount = 0;
2250 pMgmt->sNodeDBTable[0].uInActiveCount = 0;
H A Dwcmd.c635 pMgmt->sNodeDBTable[0].uInActiveCount = 0;

Completed in 150 milliseconds