Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_HTProc.c681 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
742 pHTInfo->bCurrentRT2RTAggregation = in HTResetSelfAndSavePeerSetting()
748 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
781 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h241 u8 bCurrentRT2RTAggregation; member
Drtllib_softmac.c1218 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
1401 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c1170 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
1242 pHTInfo->bCurrentRT2RTAggregation = pNetwork->bssht.bdRT2RTAggregation; in HTResetSelfAndSavePeerSetting()
1247 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
1287 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h315 u8 bCurrentRT2RTAggregation; member
Dieee80211_softmac.c1024 if (ieee->pHTInfo->bCurrentRT2RTAggregation) in ieee80211_association_req()
1210 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in ieee80211_association_req()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_dm.c187 if (!priv->bCurrentRxAggrEnable && !pHTInfo->bCurrentRT2RTAggregation) { in dm_CheckRxAggregation()