Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_HTProc.c679 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
740 pHTInfo->bCurrentRT2RTAggregation = in HTResetSelfAndSavePeerSetting()
746 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
779 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h167 u8 bCurrentRT2RTAggregation; member
Drtllib_softmac.c1196 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
1376 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c1131 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
1204 pHTInfo->bCurrentRT2RTAggregation = pNetwork->bssht.bdRT2RTAggregation; in HTResetSelfAndSavePeerSetting()
1207 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
1244 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h252 u8 bCurrentRT2RTAggregation; member
Dieee80211_softmac.c978 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in ieee80211_association_req()
1148 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in ieee80211_association_req()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_dm.c188 if (!priv->bCurrentRxAggrEnable && !pHTInfo->bCurrentRT2RTAggregation) { in dm_CheckRxAggregation()