Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2860/sta/
Dconnect.c848 NdisZeroMemory(&pAd->StaActive.SupportedPhyInfo. in CntlWaitStartProc()
859 pAd->StaActive.SupportedPhyInfo.bHtEnable = in CntlWaitStartProc()
861 NdisMoveMemory(&pAd->StaActive.SupportedPhyInfo. in CntlWaitStartProc()
883 pAd->StaActive.SupportedPhyInfo.bHtEnable = in CntlWaitStartProc()
1350 if ((pAd->StaActive.SupportedPhyInfo.bHtEnable == TRUE)) { in LinkUp()
1632 pAd->StaActive.SupportedPhyInfo.bHtEnable)); in LinkUp()
1722 if (pAd->StaActive.SupportedPhyInfo.MCSSet[0] != 0x00) { in LinkUp()
1735 if (pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE) { in LinkUp()
1754 (((pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE) in LinkUp()
1756 || ((pAd->StaActive.SupportedPhyInfo.bHtEnable == TRUE) in LinkUp()
[all …]
Dsync.c515 pAd->StaActive.SupportedPhyInfo.bHtEnable = FALSE; in MlmeStartReqAction()
516 NdisZeroMemory(&pAd->StaActive.SupportedPhyInfo. in MlmeStartReqAction()
893 NdisZeroMemory(pAd->StaActive.SupportedPhyInfo.MCSSet, in PeerBeaconAtJoinAction()
916 NdisMoveMemory(pAd->StaActive.SupportedPhyInfo. in PeerBeaconAtJoinAction()
921 pAd->StaActive.SupportedPhyInfo.bHtEnable = in PeerBeaconAtJoinAction()
924 pAd->StaActive.SupportedPhyInfo. in PeerBeaconAtJoinAction()
979 pAd->StaActive.SupportedPhyInfo.bHtEnable = in PeerBeaconAtJoinAction()
Dassoc.c384 if (pAd->StaActive.SupportedPhyInfo.bPreNHt == TRUE) { in MlmeAssocReqAction()
686 if (pAd->StaActive.SupportedPhyInfo.bPreNHt == TRUE) { in MlmeReassocReqAction()
/linux-2.6.39/drivers/staging/rt2860/common/
Daction.c402 if (pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE) { in PeerHTAction()
Dcmm_asic.c1889 if (((pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE) in AsicSetSlotTime()
1891 || ((pAd->StaActive.SupportedPhyInfo.bHtEnable == TRUE) in AsicSetSlotTime()
Dmlme.c1141 pAd->StaActive.SupportedPhyInfo.MCSSet[0], in MlmeSelectTxRateTable()
1142 pAd->StaActive.SupportedPhyInfo. in MlmeSelectTxRateTable()
3323 if (pAd->StaActive.SupportedPhyInfo.bHtEnable == FALSE) in MlmeUpdateHtTxRates()
3327 pActiveHtPhy = &pAd->StaActive.SupportedPhyInfo; in MlmeUpdateHtTxRates()
/linux-2.6.39/drivers/staging/rt2860/
Drtmp.h282 …->MacTab.Content[BSSID_WCID].HTCapability.MCSSet, (_pAd)->StaActive.SupportedPhyInfo.MCSSet, sizeo…
1513 struct rt_ht_phy_info SupportedPhyInfo; member