Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8192e/
Drtl819x_HTProc.c671 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
732 pHTInfo->bCurrentRT2RTAggregation = in HTResetSelfAndSavePeerSetting()
738 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
771 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h159 u8 bCurrentRT2RTAggregation; member
Drtllib_softmac.c1193 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
1373 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HTProc.c1067 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
1140 pHTInfo->bCurrentRT2RTAggregation = pNetwork->bssht.bdRT2RTAggregation; in HTResetSelfAndSavePeerSetting()
1143 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
1180 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h193 u8 bCurrentRT2RTAggregation; member
Dieee80211_softmac.c976 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in ieee80211_association_req()
1146 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in ieee80211_association_req()
/Linux-v5.10/drivers/staging/rtl8192u/
Dr8192U_dm.c176 if (!priv->bCurrentRxAggrEnable && !pHTInfo->bCurrentRT2RTAggregation) { in dm_CheckRxAggregation()