Searched refs:SupportedPhyInfo (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c855 NdisZeroMemory(&pAd->StaActive.SupportedPhyInfo.
866 pAd->StaActive.SupportedPhyInfo.bHtEnable =
868 NdisMoveMemory(&pAd->StaActive.SupportedPhyInfo.
890 pAd->StaActive.SupportedPhyInfo.bHtEnable =
1362 if ((pAd->StaActive.SupportedPhyInfo.bHtEnable == TRUE)) {
1644 pAd->StaActive.SupportedPhyInfo.bHtEnable));
1734 if (pAd->StaActive.SupportedPhyInfo.MCSSet[0] != 0x00) {
1747 if (pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE) {
1766 (((pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE)
1768 || ((pAd->StaActive.SupportedPhyInfo
[all...]
H A Dsync.c515 pAd->StaActive.SupportedPhyInfo.bHtEnable = FALSE;
516 NdisZeroMemory(&pAd->StaActive.SupportedPhyInfo.
893 NdisZeroMemory(pAd->StaActive.SupportedPhyInfo.MCSSet,
916 NdisMoveMemory(pAd->StaActive.SupportedPhyInfo.
921 pAd->StaActive.SupportedPhyInfo.bHtEnable =
924 pAd->StaActive.SupportedPhyInfo.
979 pAd->StaActive.SupportedPhyInfo.bHtEnable =
H A Dassoc.c383 if (pAd->StaActive.SupportedPhyInfo.bPreNHt == TRUE) {
685 if (pAd->StaActive.SupportedPhyInfo.bPreNHt == TRUE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Daction.c402 if (pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE) {
H A Dcmm_asic.c1889 if (((pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE)
1891 || ((pAd->StaActive.SupportedPhyInfo.bHtEnable == TRUE)
H A Dmlme.c997 /*if ((pAd->StaActive.SupRateLen + pAd->StaActive.ExtRateLen == 12) && (pAd->StaActive.SupportedPhyInfo.MCSSet[0] == 0xff) && */
998 /* ((pAd->StaActive.SupportedPhyInfo.MCSSet[1] == 0x00) || (pAd->Antenna.field.TxPath == 1))) */
1006 /*else if ((pAd->StaActive.SupRateLen + pAd->StaActive.ExtRateLen == 12) && (pAd->StaActive.SupportedPhyInfo.MCSSet[0] == 0xff) && */
1007 /* (pAd->StaActive.SupportedPhyInfo.MCSSet[1] == 0xff) && (pAd->Antenna.field.TxPath == 2)) */
1023 /*else if ((pAd->StaActive.SupportedPhyInfo.MCSSet[0] == 0xff) && ((pAd->StaActive.SupportedPhyInfo.MCSSet[1] == 0x00) || (pAd->Antenna.field.TxPath == 1))) */
1031 /*else if ((pAd->StaActive.SupportedPhyInfo.MCSSet[0] == 0xff) && (pAd->StaActive.SupportedPhyInfo.MCSSet[1] == 0xff) && (pAd->Antenna.field.TxPath == 2)) */
1046 /*else if ((pAd->StaActive.SupRateLen == 4) && (pAd->StaActive.ExtRateLen == 0) && (pAd->StaActive.SupportedPhyInfo.MCSSet[0] == 0) && (pAd->StaActive.SupportedPhyInfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h281 NdisMoveMemory((_pAd)->MacTab.Content[BSSID_WCID].HTCapability.MCSSet, (_pAd)->StaActive.SupportedPhyInfo.MCSSet, sizeof(u8) * 16);\
1520 struct rt_ht_phy_info SupportedPhyInfo; member in struct:rt_sta_active_config

Completed in 141 milliseconds