Searched refs:oppositeInfo (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcmmsta.c272 if ( wd->sta.oppositeInfo[i].valid == 0 )
277 callback(dev, &wd->sta.oppositeInfo[i], ctx, index++);
304 if ( wd->sta.oppositeInfo[i].valid == 0 )
310 if ( zfMemoryIsEqual((u8_t*) sa, wd->sta.oppositeInfo[i].macAddr, 6) )
312 //wd->sta.oppositeInfo[i].aliveCounter++;
313 wd->sta.oppositeInfo[i].aliveCounter = ZM_IBSS_PEER_ALIVE_COUNTER;
329 if ( wd->sta.oppositeInfo[i].valid == 0 )
355 if ( wd->sta.oppositeInfo[i].valid == 0 )
361 if ( zfMemoryIsEqual((u8_t*) sa, wd->sta.oppositeInfo[i].macAddr, 6) )
378 wd->sta.oppositeInfo[
[all...]
H A Dcic.c336 zfRateCtrlTxFailEvent(dev, &wd->sta.oppositeInfo[peerIdx].rcCell, 0,(u32_t)zfPhyCtrlToRate(retryRate));
367 zfRateCtrlTxFailEvent(dev, &wd->sta.oppositeInfo[peerIdx].rcCell, 0,(u32_t)zfPhyCtrlToRate(retryRate));
396 zfRateCtrlTxSuccessEvent(dev, &wd->sta.oppositeInfo[peerIdx].rcCell, zfPhyCtrlToRate(retryRate));
418 zfRateCtrlTxFailEvent(dev, &wd->sta.oppositeInfo[peerIdx].rcCell, (u8_t)rate, fail);
H A Dratectrl.c836 RateIndex = wd->sta.oppositeInfo[0].rcCell.currentRateIndex;
837 Rate = wd->sta.oppositeInfo[0].rcCell.operationRateSet[RateIndex];
872 wd->sta.oppositeInfo[0].rcCell.currentRate = Rate;
873 wd->sta.oppositeInfo[0].rcCell.currentRateIndex = RateMapToRateIndex(Rate, &wd->sta.oppositeInfo[0].rcCell);
H A Dccmd.c854 zfZeroMemory((u8_t *)wd->sta.oppositeInfo,
1068 if ((wd->sta.oppositeInfo[0].rcCell.flag &
1070 rateId = wd->sta.oppositeInfo[0].rcCell. \
1071 operationRateSet[wd->sta.oppositeInfo[0]. \
1074 rateId = wd->sta.oppositeInfo[0].rcCell. \
1075 operationRateSet[wd->sta.oppositeInfo[0]. \
1332 zfZeroMemory((u8_t *)wd->sta.oppositeInfo,
H A Dcoid.c504 isInstalled = wd->sta.oppositeInfo[peerIdx].pkInstalled;
539 if ( wd->sta.oppositeInfo[userIdx].camIdx == 0xff )
540 wd->sta.oppositeInfo[userIdx].camIdx = userIdx;
752 wd->sta.oppositeInfo[userIdx].iv16 = 0;
753 wd->sta.oppositeInfo[userIdx].iv32 = 0;
761 wd->sta.oppositeInfo[userIdx].pkInstalled = 1;
766 wd->sta.oppositeInfo[userIdx].pkInstalled = 1;
818 wd->sta.oppositeInfo[userIdx].encryMode = ZM_AES;
819 encryType = wd->sta.oppositeInfo[userIdx].encryMode;
852 wd->sta.oppositeInfo[userId
[all...]
H A Dcinit.c895 if( wd->sta.oppositeInfo[userIdx].wpaState >= ZM_STA_WPA_STATE_PK_OK || wd->sta.wpaState >= ZM_STA_WPA_STATE_PK_OK)
908 iv16 = &wd->sta.oppositeInfo[userIdx].iv16;
909 iv32 = &wd->sta.oppositeInfo[userIdx].iv32;
929 if ( wd->sta.oppositeInfo[userIdx].encryMode == ZM_AES || wd->sta.encryMode == ZM_AES)
H A Dperformance.c168 (u16_t)wd->PER[wd->sta.oppositeInfo[0].rcCell.currentRate]);
H A Dstruct.h849 struct zsOppositeInfo oppositeInfo[ZM_MAX_OPPOSITE_COUNT]; member in struct:zsWlanDevSta

Completed in 65 milliseconds