• 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:pHtCapability

3655 void BssEntrySet(struct rt_rtmp_adapter *pAd, struct rt_bss_entry *pBss, u8 *pBssid, char Ssid[], u8 SsidLen, u8 BssType, u16 BeaconPeriod, struct rt_cf_parm * pCfParm, u16 AtimWin, u16 CapabilityInfo, u8 SupRate[], u8 SupRateLen, u8 ExtRate[], u8 ExtRateLen, struct rt_ht_capability_ie * pHtCapability, struct rt_add_ht_info_ie * pAddHtInfo,	/* AP might use this additional ht info IE */
3735 NdisMoveMemory(&pBss->HtCapability, pHtCapability,
3745 && (pHtCapability->HtCapInfo.ChannelWidth ==
3752 && (pHtCapability->HtCapInfo.ChannelWidth ==
3840 unsigned long BssTableSetEntry(struct rt_rtmp_adapter *pAd, struct rt_bss_table *Tab, u8 *pBssid, char Ssid[], u8 SsidLen, u8 BssType, u16 BeaconPeriod, struct rt_cf_parm * CfParm, u16 AtimWin, u16 CapabilityInfo, u8 SupRate[], u8 SupRateLen, u8 ExtRate[], u8 ExtRateLen, struct rt_ht_capability_ie * pHtCapability, struct rt_add_ht_info_ie * pAddHtInfo, /* AP might use this additional ht info IE */
3878 ExtRateLen, pHtCapability,
3898 ExtRateLen, pHtCapability, pAddHtInfo,
3916 pHtCapability, pAddHtInfo, HtCapabilityLen,
5317 FALSE if pAd->CommonCfg.SupportedHtPhy doesn't accept the pHtCapability. (AP Mode)
5325 struct rt_ht_capability_ie * pHtCapability,
5336 if (pHtCapability->HtCapInfo.ShortGIfor20)
5339 if (pHtCapability->HtCapInfo.ShortGIfor40)
5342 if (pHtCapability->HtCapInfo.TxSTBC)
5345 if (pHtCapability->HtCapInfo.RxSTBC)
5348 if (pAd->CommonCfg.bRdg && pHtCapability->ExtHtCapInfo.RDGSupport) {
5355 pHtCapability->HtCapParm.MpduDensity;
5394 pHtCapability->HtCapInfo.GF & pAd->CommonCfg.DesiredHtPhy.GF;
5402 (pAd->CommonCfg.DesiredHtPhy.ShortGIfor20) & (pHtCapability->
5406 (pAd->CommonCfg.DesiredHtPhy.ShortGIfor40) & (pHtCapability->
5410 (pAd->CommonCfg.DesiredHtPhy.TxSTBC) & (pHtCapability->HtCapInfo.
5413 (pAd->CommonCfg.DesiredHtPhy.RxSTBC) & (pHtCapability->HtCapInfo.
5420 pHtCapability->ExtHtCapInfo.PlusHTC;
5422 pHtCapability->ExtHtCapInfo.PlusHTC;
5425 pHtCapability->ExtHtCapInfo.RDGSupport;
5432 COPY_AP_HTSETTINGS_FROM_BEACON(pAd, pHtCapability);