Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8192e/
Drtl819x_HTProc.c662 pHTInfo->bCurrentRT2RTAggregation = false; in HTInitializeHTInfo()
721 pHTInfo->bCurrentRT2RTAggregation = in HTResetSelfAndSavePeerSetting()
727 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
759 pHTInfo->bCurrentRT2RTAggregation = false; in HTResetSelfAndSavePeerSetting()
Drtl819x_HT.h159 u8 bCurrentRT2RTAggregation; member
Drtllib_softmac.c1192 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
1371 if (ieee->pHTInfo->bCurrentRT2RTAggregation) { in rtllib_association_req()
/Linux-v5.15/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.15/drivers/staging/rtl8192u/
Dr8192U_dm.c176 if (!priv->bCurrentRxAggrEnable && !pHTInfo->bCurrentRT2RTAggregation) { in dm_CheckRxAggregation()