• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/

Lines Matching refs:pInBss

3934 		struct rt_bss_entry *pInBss = &pAd->ScanTab.BssEntry[i];
3939 RadarChannelCheck(pAd, pInBss->Channel))
3941 if (pInBss->Hidden)
3945 if ((pInBss->BssType == pAd->StaCfg.BssType) &&
3946 (SSID_EQUAL(Ssid, SsidLen, pInBss->Ssid, pInBss->SsidLen)
3951 if ((pInBss->HtCapabilityLen == 0) &&
3962 if ((pAd->StaCfg.AuthMode != pInBss->AuthMode)
3964 pInBss->AuthModeAux))
3974 if (pInBss->WPA.bMixMode == FALSE)
3976 pInBss->WPA.GroupCipher)
3981 pInBss->WPA.GroupCipher)
3982 && (pInBss->WPA.GroupCipher !=
3984 && (pInBss->WPA.GroupCipher !=
3994 pInBss->WPA.PairCipher)
3996 pInBss->WPA.PairCipherAux))
4004 if (pInBss->WPA2.bMixMode == FALSE)
4006 pInBss->WPA2.GroupCipher)
4011 pInBss->WPA.GroupCipher)
4012 && (pInBss->WPA2.GroupCipher !=
4014 && (pInBss->WPA2.GroupCipher !=
4024 pInBss->WPA2.PairCipher)
4026 pInBss->WPA2.PairCipherAux))
4032 else if (pAd->StaCfg.WepStatus != pInBss->WepStatus) {
4034 ("StaCfg.WepStatus=%d, while pInBss->WepStatus=%d\n",
4036 pInBss->WepStatus));
4040 if (!pInBss->bSES)
4051 if ((pInBss->CentralChannel != pInBss->Channel) &&
4055 (pAd, pInBss->CentralChannel,
4056 pInBss->Channel) == FALSE) {
4070 NdisMoveMemory(pOutBss, pInBss, sizeof(struct rt_bss_entry));
4073 } else if ((pInBss->BssType == pAd->StaCfg.BssType)
4078 if ((pInBss->HtCapabilityLen == 0) &&
4089 if ((pAd->StaCfg.AuthMode != pInBss->AuthMode)
4091 pInBss->AuthModeAux))
4101 if (pInBss->WPA.bMixMode == FALSE)
4103 pInBss->WPA.GroupCipher)
4108 pInBss->WPA.GroupCipher)
4117 pInBss->WPA.PairCipher)
4119 pInBss->WPA.PairCipherAux))
4127 if (pInBss->WPA2.bMixMode == FALSE)
4129 pInBss->WPA2.GroupCipher)
4134 pInBss->WPA2.GroupCipher)
4143 pInBss->WPA2.PairCipher)
4145 pInBss->WPA2.PairCipherAux))
4151 else if (pAd->StaCfg.WepStatus != pInBss->WepStatus)
4156 if ((pInBss->CentralChannel != pInBss->Channel) &&
4160 (pAd, pInBss->CentralChannel,
4161 pInBss->Channel) == FALSE) {
4170 NdisMoveMemory(pOutBss, pInBss, sizeof(struct rt_bss_entry));